Skip to content

Commit 4e305d7

Browse files
committed
Don't modify _output.py
1 parent cedeb8e commit 4e305d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pydantic_ai_slim/pydantic_ai/_output.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,7 @@ def build( # noqa: C901
353353

354354
if len(other_outputs) > 0:
355355
return AutoOutputSchema(
356-
processor=cls._build_processor(
357-
outputs=other_outputs, name=name, description=description, strict=strict
358-
),
356+
processor=cls._build_processor(other_outputs, name=name, description=description, strict=strict),
359357
toolset=toolset,
360358
allows_deferred_tools=allows_deferred_tools,
361359
allows_image=allows_image,

0 commit comments

Comments
 (0)