We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecb9a1 commit 2877bd6Copy full SHA for 2877bd6
1 file changed
src/bub/builtin/tools.py
@@ -312,7 +312,7 @@ def show_help() -> str:
312
313
@tool(name="quit", context=True)
314
async def quit_tool(*, context: ToolContext) -> str:
315
- """Abort the tasks of the current session. Should not be used in a normal workflow."""
+ """Abort the tasks of the current session. DO NOT use it in a normal workflow."""
316
agent = _get_agent(context)
317
session_id = str(context.state.get("session_id", "temp/unknown"))
318
await shell_manager.terminate_session(session_id)
0 commit comments