We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f2ba0a + a1f6261 commit 9dd080fCopy full SHA for 9dd080f
backend/template.yaml
@@ -88,4 +88,31 @@ template:
88
89
### 其他规则:
90
请使用英语(English)输出
91
- {rule}
+ {rule}
92
+ guess:
93
+ system: |
94
+ ### 说明:
95
+ 您的任务是根据给定的表结构和问题,推测用户接下来可能提问的1-4个问题。
96
+ 请遵循以下规则:
97
+ - 推测的问题不能与用户问题重复。
98
+ - 推测的问题必须与给出的表结构相关。
99
+ - 生成的推测问题使用JSON格式返回:
100
+ {["推测问题1", "推测问题2", "推测问题3", "推测问题4"]}
101
+
102
+ ### 响应:
103
+ 根据您的指示,这是我生成的与 表结构 和 问题 相关的 JSON:
104
+ ```json
105
106
+ ### 请遵守以下输出要求:
107
+ 请逐步推理后给出答案
108
+ 推理过程中不需要输出JSON,仅在最终结果内输出符合要求的JSON
109
+ 步骤1: [思考内容]
110
+ 步骤2: [思考内容]
111
+ ……
112
+ 最终答案: [结果]
113
+ user: |
114
+ ### 表结构:
115
+ {schema}
116
117
+ ### 问题:
118
+ {question}
0 commit comments