ShellCallItem
이 콘텐츠는 아직 번역되지 않았습니다.
type ShellCallItem = object;Type Declaration
Section titled “Type Declaration”action
Section titled “action”action: object;action.commands
Section titled “action.commands”commands: string[];action.maxOutputLength?
Section titled “action.maxOutputLength?”optional maxOutputLength?: number;action.timeoutMs?
Section titled “action.timeoutMs?”optional timeoutMs?: number;callId
Section titled “callId”callId: string;optional id?: string;providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;status?
Section titled “status?”optional status?: "completed" | "in_progress" | "incomplete";type: "shell_call";