From fd1c58e8a3e1c5be0675b9581ac77718eab7070b Mon Sep 17 00:00:00 2001 From: ycl Date: Sun, 29 Jun 2025 17:09:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index 676c21c..a23d4a9 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -518,7 +518,7 @@ DateTime endTime; //会议结束时间 } ``` 需求是需要根据会议名称查询会议列表,并且根据会议议程信息过滤掉部分议程,那在定义查询对象的时候就需要包含议程信息,并且扩展字段的名称要定义为**agendaList** -- **查询对象案设计元素的表达** +- **查询对象设计元素的表达** - 以json格式表达,json schema 定义如下 ```json {