From de5b2c4fadae38b6bf683268398b9cc6de1f5586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Lima?= Date: Sun, 29 Dec 2024 22:27:53 +0000 Subject: [PATCH] test --- pydantic_ai_slim/pydantic_ai/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydantic_ai_slim/pydantic_ai/agent.py b/pydantic_ai_slim/pydantic_ai/agent.py index 3a0959ab..d93e1dc9 100644 --- a/pydantic_ai_slim/pydantic_ai/agent.py +++ b/pydantic_ai_slim/pydantic_ai/agent.py @@ -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)