From c49d8ea7e19bfc5cb06eb90c5d5f2024bc27b184 Mon Sep 17 00:00:00 2001 From: ycl Date: Tue, 24 Jun 2025 15:08:31 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 0f57353..7c4c0c2 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -857,8 +857,8 @@ DateTime endTime; //会议结束时间 "description":"写方案定义", "properties":{ "uuid":{"type":"string","description":"写方案设计元素的唯一标识,在创建的时候不传;更新的时候必须传递"}, - "name":{"type":"string","description":"需求的意图描述;长度限制在32个字符之内"}, - "description":{"type":"string","description":"需求的概括性描述;长度限制在256个字符内"}, + "name":{"type":"string","description":"写方案名称,英语表示,单词之间使用下划线连接,长度限制在32个字符之内"}, + "description":{"type":"string","description":"写方案描述,长度限制在256个字符内"}, "bo": {"type":"string","description":"聚合根的名称,确定了唯一聚合"}, "operations": { "type":"array","description":"定义了对写方案涉及到的相关实体的操作,包括操作类型和相关字段",