Skip to content

Commit 2f4042e

Browse files
matiomleiulleo
authored andcommitted
fix: correct syntax, format issues in template.yaml
1 parent 57d7141 commit 2f4042e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/templates/template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ template:
217217
</background-infos>
218218
<user-question>使用饼图展示去年各个国家的GDP</user-question>
219219
</input>
220-
{example_answer_2}
221220
<output>
221+
{example_answer_2}
222222
</output>
223223
</example>
224224
<example>
@@ -230,8 +230,8 @@ template:
230230
</background-infos>
231231
<user-question>查询今年中国大陆的GDP</user-question>
232232
</input>
233-
{example_answer_3}
234233
<output>
234+
{example_answer_3}
235235
</output>
236236
</example>
237237
</chat-examples>
@@ -388,7 +388,7 @@ template:
388388
- 推测的问题不能与当前用户问题重复
389389
- 推测的问题必须与给出的表结构相关
390390
- 若有以往用户提问列表,则根据以往用户提问列表,推测用户最频繁提问的问题,加入到你生成的推测问题中
391-
- 忽略“重新生成”想关的问题
391+
- 忽略“重新生成”相关的问题
392392
- 如果用户没有提问且没有以往用户提问,则仅根据提供的表结构推测问题
393393
- 生成的推测问题使用JSON格式返回:
394394
["推测问题1", "推测问题2", "推测问题3", "推测问题4"]

0 commit comments

Comments
 (0)