mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
chore: uptick
This commit is contained in:
parent
888277ece8
commit
8ac288e932
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ class TestErrorLoggingExcInfo:
|
|||
patch("tools.vision_tools._download_image", new_callable=AsyncMock,
|
||||
side_effect=Exception("download boom")), \
|
||||
patch("tools.vision_tools._aux_async_client", new="fake"), \
|
||||
patch("tools.vision_tools.DEFAULT_VISION_MODEL", new="test/model"), \
|
||||
caplog.at_level(logging.ERROR, logger="tools.vision_tools"):
|
||||
|
||||
result = await vision_analyze_tool(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue