Skip to content

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