mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-10 13:31:38 +00:00
chore: limit generic status phrases to long-running notifications
This commit is contained in:
parent
4bf5b563bd
commit
fddc95f4c2
12 changed files with 121 additions and 317 deletions
|
|
@ -99,7 +99,7 @@ class TestVerboseAndToolProgress:
|
|||
def test_tool_progress_mode_is_string(self):
|
||||
cli = _make_cli()
|
||||
assert isinstance(cli.tool_progress_mode, str)
|
||||
assert cli.tool_progress_mode in {"off", "generic", "new", "all", "verbose"}
|
||||
assert cli.tool_progress_mode in {"off", "new", "all", "verbose"}
|
||||
|
||||
|
||||
class TestFallbackChainInit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue