IRToolContent
This content is not available in your language yet.
type IRToolContent = | { t: "text"; text: string;} | { data: string; mime: string; t: "image";};工具结果内容项:文本或图片(IRToolContentSchema 推导)。
Was this page helpful?
Thanks for your feedback.