publish_content content description enhance (#72)

Co-authored-by: liuyong <liuyong@tuyoogame.com>
This commit is contained in:
clearwater
2025-09-15 21:10:42 +08:00
committed by GitHub
parent db9962ec24
commit cc10ac9f38

View File

@@ -176,7 +176,7 @@ func (s *AppServer) processToolsList(request *JSONRPCRequest) *JSONRPCResponse {
}, },
"content": map[string]interface{}{ "content": map[string]interface{}{
"type": "string", "type": "string",
"description": "正文内容", "description": "正文内容,不包含以#开头的标签内容所有话题标签都用tags参数来生成和提供即可",
}, },
"images": map[string]interface{}{ "images": map[string]interface{}{
"type": "array", "type": "array",