跳转到内容

ToolOutputText

此内容尚不支持你的语言。

type ToolOutputText = object;
optional providerData: Record<string, any>;

Additional optional provider specific data. Used for custom functionality or model provider specific fields.

text: string;

The text output from the model.

type: "text";