mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-10 13:31:38 +00:00
feat: add generic gateway status phrases
This commit is contained in:
parent
b0f2bdbe8b
commit
4bf5b563bd
13 changed files with 764 additions and 45 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", "new", "all", "verbose"}
|
||||
assert cli.tool_progress_mode in {"off", "generic", "new", "all", "verbose"}
|
||||
|
||||
|
||||
class TestFallbackChainInit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue