Skip to content

Commit 23e611b

Browse files
committed
support MCP tool
1 parent d04dc9f commit 23e611b

File tree

1 file changed

+0
-2
lines changed
  • src/agentscope_runtime/adapters/agentscope

1 file changed

+0
-2
lines changed

src/agentscope_runtime/adapters/agentscope/stream.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ async def adapt_agentscope_message_stream(
370370
# Check if the tool type
371371
msg_type = MessageType.PLUGIN_CALL_OUTPUT
372372
fc_cls = FunctionCallOutput
373-
print("@tag@")
374-
print(tool_use_messages_dict)
375373

376374
if plugin_call_message:
377375
if (

0 commit comments

Comments
 (0)