Skip to content

Commit 1577495

Browse files
committed
fix: test
1 parent 1745e9c commit 1577495

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astrbot/core/agent/runners/tool_loop_agent_runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ class ToolLoopAgentRunner(BaseAgentRunner[TContext]):
158158
TOOL_RESULT_OVERFLOW_NOTICE_TEMPLATE = (
159159
"Truncated tool output preview shown above. "
160160
"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."
161+
"`{overflow_path}`. Use {read_tool_hint} to inspect it. "
162+
"Use a narrower window when reading large files."
162163
)
163164

164165
def _get_persona_custom_error_message(self) -> str | None:

0 commit comments

Comments
 (0)