跳转到内容

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.