We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fe1e0 commit 8c1a168Copy full SHA for 8c1a168
1 file changed
tests/fake_model.py
@@ -253,6 +253,7 @@ async def stream_response(
253
item_id=output_item.call_id,
254
output_index=output_index,
255
arguments=output_item.arguments,
256
+ name=output_item.name,
257
sequence_number=sequence_number,
258
)
259
sequence_number += 1
0 commit comments