hi today using cursor with azure api key started to throw error:
Request failed with status code 400: {
“error”: {
“message”: “Invalid ‘tools[1].function.description’: string too long. Expected a string with maximum length 1024, but got a string with length 1384 instead.”,
“type”: “invalid_request_error”,
“param”: “tools[1].function.description”,
“code”: “string_above_max_length”
}
}
NO MCP IS USED
tried it without the api key and it worked.