Open
Description
When invoking the analyze_changes tool during the conversation, the MCP encountered an error with the following message. Could it be exceeding the length limit? Perhaps my git diff displayed excessively lengthy information? How should such circumstances be addressed? Should we employ incremental analysis to prevent processing overly extensive content in a single attempt?
{
"message": "400 <400> InternalError.Algo.InvalidParameter: Range of input length should be [1, 57344]",
"status": 400,
"error": {
"code": "invalid_parameter_error",
"param": null,
"message": "<400> InternalError.Algo.InvalidParameter: Range of input length should be [1, 57344]",
"type": "invalid_request_error"
},
"code": "invalid_parameter_error",
"param": null,
"type": "invalid_request_error"
}
Metadata
Metadata
Assignees
Labels
No labels