콘텐츠로 이동

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