Merge branch 'main' of github.com:NousResearch/hermes-agent into bb/gui
# Conflicts: # cli.py # hermes_cli/main.py # run_agent.py # tests/hermes_cli/test_cmd_update.py # tools/mcp_tool.py # web/src/lib/gatewayClient.ts
This commit is contained in:
@@ -3799,7 +3799,7 @@ def test_prompt_submit_preserves_empty_response_without_error(monkeypatch):
|
||||
assert payload.get("status") == "complete"
|
||||
# Text stays empty — we did NOT fabricate an "Error:" string
|
||||
text = payload.get("text", "")
|
||||
assert text in ("", None), f"expected empty text, got {text!r}"
|
||||
assert text in {"", None}, f"expected empty text, got {text!r}"
|
||||
|
||||
|
||||
# ── session.most_recent ──────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user