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 34d1d4a commit 403aeeaCopy full SHA for 403aeea
src/agents/models/openai_chatcompletions.py
@@ -91,7 +91,7 @@ async def get_response(
91
)
92
else:
93
finish_reason = first_choice.finish_reason if first_choice else "-"
94
- logger.debug("LLM resp had no message. finish_reason: %s", finish_reason)
+ logger.debug(f"LLM resp had no message. finish_reason: {finish_reason}")
95
96
usage = (
97
Usage(
0 commit comments