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 5729d51 commit af62d41Copy full SHA for af62d41
cookbook/en/protocol.md
@@ -53,6 +53,7 @@ class MessageType:
53
MCP_APPROVAL_REQUEST = "mcp_approval_request"
54
MCP_TOOL_CALL = "mcp_call"
55
MCP_APPROVAL_RESPONSE = "mcp_approval_response"
56
+ MCP_TOOL_CALL_OUTPUT = "mcp_call_output"
57
REASONING = "reasoning"
58
HEARTBEAT = "heartbeat"
59
ERROR = "error"
cookbook/zh/protocol.md
REASONING = "reasoning" # 新增:推理过程消息类型
0 commit comments