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.
BinaryContent
1 parent 737b3bc commit 31f2035Copy full SHA for 31f2035
pydantic_ai_slim/pydantic_ai/messages.py
@@ -437,7 +437,7 @@ class BinaryContent:
437
438
identifier: str
439
"""Identifier for the binary content, such as a unique ID. generating one from the data if not explicitly set
440
-
+
441
This identifier can be provided to the model in a message to allow it to refer to this file in a tool call argument,
442
and the tool can look up the file in question by iterating over the message history and finding the matching `BinaryContent`.
443
0 commit comments