ToolErrorType
This content is not available in your language yet.
type ToolErrorType = | "timeout" | "invalid_args" | "unknown_tool" | "aborted" | "execution_error";tool.failed 的错误分类(ToolErrorTypeSchema 推导)。
Was this page helpful?
Thanks for your feedback.