콘텐츠로 이동

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";