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":"唯一键包含的字段列表,该唯一键用于确定数据记录",