Skip to content

Commit 403aeea

Browse files
committed
review
1 parent 34d1d4a commit 403aeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/models/openai_chatcompletions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def get_response(
9191
)
9292
else:
9393
finish_reason = first_choice.finish_reason if first_choice else "-"
94-
logger.debug("LLM resp had no message. finish_reason: %s", finish_reason)
94+
logger.debug(f"LLM resp had no message. finish_reason: {finish_reason}")
9595

9696
usage = (
9797
Usage(

0 commit comments

Comments
 (0)