SessionInputContent
This content is not available in your language yet.
type SessionInputContent = | { text: string;} | { blocks: readonly { t: "text"; text: string; }[];};会话级输入内容:纯文本,或仅含 text 块的块数组(图片等不受理)。
Was this page helpful?
Thanks for your feedback.