Skip to content

ToolErrorType

This content is not available in your language yet.

type ToolErrorType =
| "timeout"
| "invalid_args"
| "unknown_tool"
| "aborted"
| "execution_error";

tool.failed 的错误分类(ToolErrorTypeSchema 推导)。