コンテンツにスキップ

ShellResult

このコンテンツはまだ日本語訳がありません。

type ShellResult = object;
optional maxOutputLength: number;

If you applied truncation yourself, set the limit you enforced for telemetry.


output: ShellOutputResult[];

One entry per executed command (or logical chunk) in order.


optional providerData: Record<string, unknown>;

Optional provider-specific metadata merged into the tool call output.