跳转到内容

ShellCallResultItem

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

type ShellCallResultItem = object;
callId: string;
optional id?: string;
optional maxOutputLength?: number;
output: object[];
[key: string]: unknown
optional providerData?: Record<string, any>;
type: "shell_call_output";