Many tool calls fill the context #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When I run several tool calls in one step and the tool calls return a lot of information (such as many long source files verbatim), the context overflows before it can be compressed. So probably we should do this after every call? As a workaround, I tried to trigger compression earlier, see #1