mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-08 05:18:49 +03:00
fix: modernize dependency recovery guidance (#5282)
This commit is contained in:
@@ -820,4 +820,6 @@ async def test_olostep_package_missing_returns_install_hint(monkeypatch):
|
||||
tool = _tool(provider="olostep", api_key="olostep-key")
|
||||
result = await tool.execute(query="test query")
|
||||
|
||||
assert result == "Error: olostep package not installed. Run: pip install olostep"
|
||||
assert result == (
|
||||
"Error: Olostep support is not installed. Run `nanobot plugins enable olostep`."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user