From 2f1c1c249897d74c5acf3b5c4c494db818f5f22f Mon Sep 17 00:00:00 2001 From: ycl Date: Sun, 22 Jun 2025 11:08:39 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index f658cff..cc15e89 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -598,12 +598,12 @@ DateTime endTime; //会议结束时间 "description":{"type":"string","description":"需求的概括性描述;长度限制在256个字符内"}, "bo": {"type":"string","description":"聚合根的名称,确定了唯一聚合"}, "operations": { - "type":"array","description":"定义了对某个实体的操作,包括操作类型和相关字段", + "type":"array","description":"定义了对写方案涉及到的相关实体的操作,包括操作类型和相关字段", "items":{ - "type": "object", + "type": "object", "description":"定义了对具体一个实体的操作,包括操作类型和相关字段" "properties":{ "bo":{"type":"string","description":"具体操作的实体"}, - "action":{"type":"string","description":"对前述实体的操作"}, + "action":{"type":"string","description":"对具体实体的操作"}, "unique_key": { "type":"array", "description":"唯一键包含的字段列表,该唯一键用于确定数据记录",