From f8002cc0ed1b9f6e5b45e1927cdab88bb0687f6a Mon Sep 17 00:00:00 2001 From: ycl Date: Tue, 24 Jun 2025 14:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20llms-full.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llms-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index 81a89a2..a3e02d0 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1070,7 +1070,7 @@ requestParams为请求参数列表,response为返回结构,requestParams中 - 以Json表达,Json Schema 定义如下: ```json { - "type": "object","description": "节点定义", "required": [ "description","name","nodes","edges"], + "type": "object","description": "流程服务设计元素", "required": [ "description","name","nodes","edges"], "properties": { "name": { "type": "string", "description": "流程名称,英语描述,单词之间使用下划线分割,总称不超过32个字符" },