콘텐츠로 이동

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";