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 1079522 commit 33c9e89Copy full SHA for 33c9e89
pydantic_ai_slim/pydantic_ai/models/openai.py
@@ -715,6 +715,7 @@ class _MapModelResposeContext:
715
collecting various parts of the model response (like text and tool calls)
716
to form a single assistant message.
717
"""
718
+
719
texts: list[str] = field(default_factory=list)
720
tool_calls: list[ChatCompletionMessageFunctionToolCallParam] = field(default_factory=list)
721
0 commit comments