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
During a tool call, if the tool keeps failing to respond successfully, the system will continuously attempt error correction. This eventually leads to infinite recursion until the model’s context overflows and throws an error, at which point the program exits.