콘텐츠로 이동

AiSdkModelOptions

이 콘텐츠는 아직 번역되지 않았습니다.

type AiSdkModelOptions = object;
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.