Armando
01/25/2025, 12:42 AMAn error occurred in this call: pipeline-error-anthropic-400-bad-request-validation-failed
it works perfectly fine with OpenAI models though. What is the reason for that behavior? Do I have to use one of OpenAI's models or is there another way to solve that?Shubham Bajaj
01/25/2025, 7:39 PMArmando
01/25/2025, 8:34 PMShubham Bajaj
01/27/2025, 7:25 AM"error": {
"message": "deepseek-reasoner does not support Function Calling",
"type": "invalid_request_error",
"param": null,
"code": "invalid_request_error"
},
"code": "invalid_request_error",
"param": null,
"type": "invalid_request_error",
"message": "400 deepseek-reasoner does not support Function Calling","
- af759e01-a91d-4624-9e38-1df91b996890
"message": "422 Failed to deserialize the JSON body into the target type: tools[9].function: missing field `parameters` at line 799 column 7",
Shubham Bajaj
01/27/2025, 7:28 AM"error": {
"type": "error",
"error": {
"type": "invalid_request_error",
"message": "tools.0.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$'"
}
},
"message": "400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"tools.0.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$'\"}}",
- d54d6f8e-0a62-4321-a635-7fe561844e69
"message": "[GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-exp:streamGenerateContent?alt=sse: [400 Bad Request] * GenerateContentRequest.tools[0].function_declarations[0].parameters.properties[insuredEmail].format: only 'enum' is supported for STRING type\n* GenerateContentRequest.tools[0].function_declarations[1].parameters.properties[insuredEmail].format: only 'enum' is supported for STRING type\n",
Shubham Bajaj
01/27/2025, 7:29 AMShubham Bajaj
01/27/2025, 7:30 AMArmando
01/27/2025, 9:25 AMShubham Bajaj
01/27/2025, 1:11 PMShubham Bajaj
01/28/2025, 5:49 AMShubham Bajaj
01/29/2025, 8:21 PMArmando
01/30/2025, 10:32 PMShubham Bajaj
02/01/2025, 3:30 AM