Skip to content

Commit 5bfba54

Browse files
authored
Update json_adapter.py
1 parent b7dfbb8 commit 5bfba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/adapters/json_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __call__(self, lm, lm_kwargs, signature, demos, inputs, _parse_values=True):
4343
response_format = _get_structured_outputs_response_format(signature)
4444
outputs = lm(**inputs, **lm_kwargs, response_format=response_format)
4545
except Exception:
46-
_logger.warning(
46+
_logger.debug(
4747
"Failed to obtain response using signature-based structured outputs"
4848
" response format: Falling back to default 'json_object' response format."
4949
" Exception: {e}"

0 commit comments

Comments
 (0)