콘텐츠로 이동

ToolOutputErrorContext

이 콘텐츠는 아직 번역되지 않았습니다.

type ToolOutputErrorContext = object;

Context from a function tool output that failed runtime validation.

optional details?: ToolInvocationErrorContext["details"];

The details of the tool call made by the model.


optional output?: unknown;

The invalid value returned by the tool or one of its fallback paths.


optional runContext?: RunContext<any>;

The run context at the time of the error.