ToolOutputErrorContext
このコンテンツはまだ日本語訳がありません。
type ToolOutputErrorContext = object;Context from a function tool output that failed runtime validation.
Properties
Section titled “Properties”details?
Section titled “details?”optional details?: ToolInvocationErrorContext["details"];The details of the tool call made by the model.
output?
Section titled “output?”optional output?: unknown;The invalid value returned by the tool or one of its fallback paths.
runContext?
Section titled “runContext?”optional runContext?: RunContext<any>;The run context at the time of the error.