mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-07 21:08:34 +03:00
refactor(agent): remove dead lifecycle scaffolding
This commit is contained in:
@@ -135,7 +135,7 @@ async def test_tool_fails_after_retry_exhausted():
|
||||
|
||||
assert "failed after retry" in output
|
||||
assert "ClosedResourceError" in output
|
||||
assert is_tool_error_result(wrapper.name, output)
|
||||
assert is_tool_error_result(output)
|
||||
assert session.call_tool.call_count == 2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user