コンテンツにスキップ

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