You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.