You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text_2_sql/text_2_sql_core/src/text_2_sql_core/prompts/disambiguation_and_sql_query_generation_agent.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ system_message:
164
164
{
165
165
\"disambiguation_requests\": [
166
166
{
167
-
\"agent_question\": \"I'm sorry, I couldn't find any relevant database schemas for your request about [REQUEST TYPE]. I focus on providing answers in the context of the use case. Could you please provide more context or rephrase your question?\",
167
+
\"assistant_question\": \"I'm sorry, I couldn't find any relevant database schemas for your request about [REQUEST TYPE]. I focus on providing answers in the context of the use case. Could you please provide more context or rephrase your question?\",
168
168
\"user_choices\": []
169
169
}
170
170
]
@@ -183,14 +183,14 @@ system_message:
183
183
{
184
184
\"disambiguation_requests\": [
185
185
{
186
-
\"agent_question\": \"Did you mean the 'Customer Name' column or the 'Client Name' column?\",
186
+
\"assistant_question\": \"Did you mean the 'Customer Name' column or the 'Client Name' column?\",
187
187
\"user_choices\": [
188
188
\"Customer Name\",
189
189
\"Client Name\"
190
190
]
191
191
},
192
192
{
193
-
\"agent_question\": \"Which sort of bike do you mean?\",
193
+
\"assistant_question\": \"Which sort of bike do you mean?\",
194
194
\"user_choices\": [
195
195
\"Mountain Bike\",
196
196
\"Road Bike\"
@@ -208,7 +208,7 @@ system_message:
208
208
{
209
209
\"disambiguation_requests\": [
210
210
{
211
-
\"agent_question\": \"Could you please rephrase your question or provide more context? I'm having trouble understanding the specifics of your request.\",
211
+
\"assistant_question\": \"Could you please rephrase your question or provide more context? I'm having trouble understanding the specifics of your request.\",
212
212
\"user_choices\": []
213
213
}
214
214
]
@@ -223,7 +223,7 @@ system_message:
223
223
{
224
224
\"disambiguation_requests\": [
225
225
{
226
-
\"agent_question\": \"Could you clarify the details of your request so I can assist you better?\",
226
+
\"assistant_question\": \"Could you clarify the details of your request so I can assist you better?\",
0 commit comments