Skip to content

Commit 31f2035

Browse files
committed
trim whitespace in BinaryContent docstring
1 parent 737b3bc commit 31f2035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ class BinaryContent:
437437

438438
identifier: str
439439
"""Identifier for the binary content, such as a unique ID. generating one from the data if not explicitly set
440-
440+
441441
This identifier can be provided to the model in a message to allow it to refer to this file in a tool call argument,
442442
and the tool can look up the file in question by iterating over the message history and finding the matching `BinaryContent`.
443443

0 commit comments

Comments
 (0)