fix: raise persisted tool result limit to 16k

This commit is contained in:
Re-bin
2026-03-12 02:50:28 +00:00
parent 6155a43b8a
commit 35260ca157
2 changed files with 16 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ class AgentLoop:
5. Sends responses back
"""
_TOOL_RESULT_MAX_CHARS = 500
_TOOL_RESULT_MAX_CHARS = 16_000
def __init__(
self,