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 d04dc9f commit 23e611bCopy full SHA for 23e611b
src/agentscope_runtime/adapters/agentscope/stream.py
@@ -370,8 +370,6 @@ async def adapt_agentscope_message_stream(
370
# Check if the tool type
371
msg_type = MessageType.PLUGIN_CALL_OUTPUT
372
fc_cls = FunctionCallOutput
373
- print("@tag@")
374
- print(tool_use_messages_dict)
375
376
if plugin_call_message:
377
if (
0 commit comments