跳转到内容

ShellCallItem

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

type ShellCallItem = object;
action: object;
commands: string[];
optional maxOutputLength?: number;
optional timeoutMs?: number;
callId: string;
optional id?: string;
optional providerData?: Record<string, any>;
optional status?: "completed" | "in_progress" | "incomplete";
type: "shell_call";