Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SYNchroACK committed Dec 29, 2024
1 parent e9bdb04 commit de5b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pydantic_ai/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ async def on_complete():
)
return
else:
# continue the conversation
# continue the conversation x
model_response_msg, tool_responses = maybe_final_result
# if we got a model response add that to messages
messages.append(model_response_msg)
Expand Down

0 comments on commit de5b2c4

Please sign in to comment.