Skip to content

Commit 5f97bb8

Browse files
committed
use dirty_equals for uuid
1 parent 8decc7a commit 5f97bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_ag_ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ async def stream_function(
875875
{'type': 'CUSTOM', 'name': 'custom_event2', 'value': {'key2': 'value2'}},
876876
{
877877
'type': 'TOOL_CALL_RESULT',
878-
'messageId': '8dd33273-d2f5-4e02-8483-8311f0a1cafe',
879-
'toolCallId': 'pyd_ai_219dd870d6e94958a1fca56df511fba4',
878+
'messageId': IsStr(),
879+
'toolCallId': tool_call_id,
880880
'content': 'Done',
881881
'role': 'tool',
882882
},

0 commit comments

Comments
 (0)