We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611209c commit 7be52e3Copy full SHA for 7be52e3
nerve/tools/protocol.py
@@ -76,7 +76,7 @@ def get_tool_response(response: t.Any) -> t.Any:
76
# structured (vision), return as list
77
return response
78
else:
79
- logger.warning(f"unknown tool response type: {type(response)}")
+ logger.debug(f"unknown tool response type: {type(response)}")
80
return get_tool_response(str(response))
81
82
0 commit comments