AiSdkModelOptions
type AiSdkModelOptions = object;Properties
Section titled “Properties”transformOutputText?
Section titled “transformOutputText?”optional transformOutputText: AiSdkOutputTextTransform;Optional hook to normalize finalized assistant text emitted by the adapter.
Runs on non-stream responses and on the final response_done event for
streams. Incremental output_text_delta events are not transformed.