跳转到内容

ToolOutputImage

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

type ToolOutputImage = object;
optional detail: "low" | "high" | "auto" | string & object;
optional image:
| string
| {
data: string | Uint8Array<ArrayBuffer>;
mediaType?: string;
}
| {
url: string;
}
| {
fileId: string;
};
optional providerData: Record<string, any>;
type: "image";