Skip to content

Commit af62d41

Browse files
author
hexuguang
committed
update docs
1 parent 5729d51 commit af62d41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cookbook/en/protocol.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class MessageType:
5353
MCP_APPROVAL_REQUEST = "mcp_approval_request"
5454
MCP_TOOL_CALL = "mcp_call"
5555
MCP_APPROVAL_RESPONSE = "mcp_approval_response"
56+
MCP_TOOL_CALL_OUTPUT = "mcp_call_output"
5657
REASONING = "reasoning"
5758
HEARTBEAT = "heartbeat"
5859
ERROR = "error"

cookbook/zh/protocol.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class MessageType:
5353
MCP_APPROVAL_REQUEST = "mcp_approval_request"
5454
MCP_TOOL_CALL = "mcp_call"
5555
MCP_APPROVAL_RESPONSE = "mcp_approval_response"
56+
MCP_TOOL_CALL_OUTPUT = "mcp_call_output"
5657
REASONING = "reasoning" # 新增:推理过程消息类型
5758
HEARTBEAT = "heartbeat"
5859
ERROR = "error"

0 commit comments

Comments
 (0)