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 b7dfbb8 commit 5bfba54Copy full SHA for 5bfba54
dspy/adapters/json_adapter.py
@@ -43,7 +43,7 @@ def __call__(self, lm, lm_kwargs, signature, demos, inputs, _parse_values=True):
43
response_format = _get_structured_outputs_response_format(signature)
44
outputs = lm(**inputs, **lm_kwargs, response_format=response_format)
45
except Exception:
46
- _logger.warning(
+ _logger.debug(
47
"Failed to obtain response using signature-based structured outputs"
48
" response format: Falling back to default 'json_object' response format."
49
" Exception: {e}"
0 commit comments