", "error": { "type": "invalid_request_error", "message": "tools.3.custom.input_...
🚨 错误信息
{
"type": "error",
"error": {
"type": "invalid_request_error",
"message": "tools.3.custom.input_examples: Extra inputs are not permitted"
},
"request_id": "req_011CVVfGtNYFrPQpXFdT9w6G"
}
🤖 AI解决方案
报错分析
1. 错误翻译
原文:tools.3.custom.input_examples: Extra inputs are not permitted
译文:tools.3.custom.input_examples:不允许额外的输入参数
2. 原因分析
这是一个API请求参数验证错误,具体原因:
3. 解决方案
json
{
"type": "function",
"function": {
"name": "your_function_name",
"description": "Function description",
"parameters": {
"type": "object",
"properties": {
// 正确的参数定义
}
}
}
}
修复步骤:
4. ️ 预防措施
推荐工具:
需要更多具体的参数结构信息?请提供相关的API文档或完整的请求示例。