ToolResultContent
This content is not available in your language yet.
type ToolResultContent = | { t: "text"; text: string;} | { data: string; mime: string; t: "image";};工具结果的单个内容块:文本,或 base64 编码的图片。
Was this page helpful?
Thanks for your feedback.