Skip to content

Error: 400 <400> InternalError.Algo.InvalidParameter: Range of input length should be [1, 57344] #4

Open
@jaxwang

Description

@jaxwang

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions