Skip to content

Commit cf49b0c

Browse files
committed
Fix example that includes serialized ToolReturnPart
1 parent 31d0a13 commit cf49b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tools.md

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ print(dice_result.all_messages())
108108
tool_call_id='pyd_ai_tool_call_id',
109109
timestamp=datetime.datetime(...),
110110
part_kind='tool-return',
111+
multi_modal_file_index=None,
111112
)
112113
],
113114
instructions=None,
@@ -134,6 +135,7 @@ print(dice_result.all_messages())
134135
tool_call_id='pyd_ai_tool_call_id',
135136
timestamp=datetime.datetime(...),
136137
part_kind='tool-return',
138+
multi_modal_file_index=None,
137139
)
138140
],
139141
instructions=None,

0 commit comments

Comments
 (0)