From cc10ac9f38c8924ed50bf83700e0e12d3ddb3bec Mon Sep 17 00:00:00 2001 From: clearwater Date: Mon, 15 Sep 2025 21:10:42 +0800 Subject: [PATCH] publish_content content description enhance (#72) Co-authored-by: liuyong --- streamable_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamable_http.go b/streamable_http.go index c678467..0761504 100644 --- a/streamable_http.go +++ b/streamable_http.go @@ -176,7 +176,7 @@ func (s *AppServer) processToolsList(request *JSONRPCRequest) *JSONRPCResponse { }, "content": map[string]interface{}{ "type": "string", - "description": "正文内容", + "description": "正文内容,不包含以#开头的标签内容,所有话题标签都用tags参数来生成和提供即可", }, "images": map[string]interface{}{ "type": "array",