7 days ago
Type validation failed: Value: {"type":"web_fetch_tool_result_error","errorCode":"url_not_allowed"}. Error message: [ { "code": "invalid_value", "values": [ "web_fetch_result" ], "path": [ "type" ], "message": "Invalid input: expected "web_fetch_result"" }, { "expected": "string", "code": "invalid_type", "path": [ "url" ], "message": "Invalid input: expected string, received undefined" }, { "expected": "object", "code": "invalid_type", "path": [ "content" ], "message": "Invalid input: expected object, received undefined" }, { "expected": "string", "code": "invalid_type", "path": [ "retrievedAt" ], "message": "Invalid input: expected string, received undefined" } ]
2 Replies
7 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 7 days ago
7 days ago
It looks like schema validation is failing somewhere in your code for multiple fields. Your client might not be sending the correct request data.
7 days ago
thank you