ShellCallResultItem
type ShellCallResultItem = object;Type Declaration
Section titled “Type Declaration”caller?
Section titled “caller?”optional caller?: | { type: "direct";} | { callerId: string; type: "program";};callId
Section titled “callId”callId: string;optional id?: string;maxOutputLength?
Section titled “maxOutputLength?”optional maxOutputLength?: number;output
Section titled “output”output: object[];Index Signature
Section titled “Index Signature”[key: string]: unknownproviderData?
Section titled “providerData?”optional providerData?: Record<string, any>;status?
Section titled “status?”optional status?: "completed" | "in_progress" | "incomplete";type: "shell_call_output";