From 1180789b48e7fd84f89d425386d7f12d81df750a Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 23 Jun 2025 19:53:00 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/llms-full.txt b/llms-full.txt index 51d43c8..9d606f2 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -856,6 +856,7 @@ DateTime endTime; //会议结束时间 "type":"object", "description":"描述了一个写方案", "properties":{ + "uuid":{"type":"string","description":"写方案设计元素的唯一标识,在创建的时候不传;更新的时候必须传递"}, "name":{"type":"string","description":"需求的意图描述;长度限制在32个字符之内"}, "description":{"type":"string","description":"需求的概括性描述;长度限制在256个字符内"}, "bo": {"type":"string","description":"聚合根的名称,确定了唯一聚合"},