We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1745e9c commit 1577495Copy full SHA for 1577495
1 file changed
astrbot/core/agent/runners/tool_loop_agent_runner.py
@@ -158,7 +158,8 @@ class ToolLoopAgentRunner(BaseAgentRunner[TContext]):
158
TOOL_RESULT_OVERFLOW_NOTICE_TEMPLATE = (
159
"Truncated tool output preview shown above. "
160
"The tool output was too large to include directly and was written to "
161
- "`{overflow_path}`. Use {read_tool_hint} with a narrower window to inspect it."
+ "`{overflow_path}`. Use {read_tool_hint} to inspect it. "
162
+ "Use a narrower window when reading large files."
163
)
164
165
def _get_persona_custom_error_message(self) -> str | None:
0 commit comments