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.
1 parent 23e611b commit c1dcd94Copy full SHA for c1dcd94
src/agentscope_runtime/adapters/agentscope/stream.py
@@ -362,7 +362,7 @@ async def adapt_agentscope_message_stream(
362
] = plugin_call_message
363
364
elif element.get("type") == "tool_result": # Tool result
365
- call_id = element.get("call_id")
+ call_id = element.get("id")
366
367
plugin_call_message = tool_use_messages_dict.get(
368
call_id,
0 commit comments