Skip to content

Commit 33c9e89

Browse files
committed
fix linting
1 parent 1079522 commit 33c9e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydantic_ai_slim/pydantic_ai/models/openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ class _MapModelResposeContext:
715715
collecting various parts of the model response (like text and tool calls)
716716
to form a single assistant message.
717717
"""
718+
718719
texts: list[str] = field(default_factory=list)
719720
tool_calls: list[ChatCompletionMessageFunctionToolCallParam] = field(default_factory=list)
720721

0 commit comments

Comments
 (0)