diff --git a/llms-full.txt b/llms-full.txt index 841af0e..81a89a2 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -23,7 +23,7 @@ "properties": { "name": { "type": "string","description": "名称,使用英语表达,单词之间使用下划线分割,总长度不能超过32个字符"}, "uuid": { "type": "string","description": "计元素(Enum)在TOCO中的唯一标识符,在创建枚举的时候,该字段为空; 在更新时,该字段不能为空"}, - "description": { "type": "string", "description": "描述,描述这个枚举的具体含义,介绍这个枚举的用途,控制在128个字符以内"}, + "description": { "type": "string", "description": "描述这个枚举的具体含义,介绍这个枚举的用途,控制在128个字符以内"}, "moduleName": { "type": "string", "description": "指定该设计元素(Enum)所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"}, "values": { "type": "array","description": "枚举值列表",