콘텐츠로 이동

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.