Skip to content

Add pagination support for file content exceeding max response length #130

@ryanhoangt

Description

@ryanhoangt

Currently, if the response content exceeds the max response length:

  • For text files, we'll ask the agent to use grep to find the target line number. This is probably fine.
  • For supported binary files, there is no way for the agent to view the next portion of the file content, as there is no line number support for binary files.

We may want to add pagination support for binary files at least.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions