Kevin Hu
commited on
Commit
·
74e840b
1
Parent(s):
744c9d5
fix json error (#2372)
Browse files### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
agent/templates/text2sql.json
CHANGED
@@ -109,7 +109,7 @@
|
|
109 |
"obj": {
|
110 |
"component_name": "Retrieval",
|
111 |
"params": {
|
112 |
-
"empty_response": "Nothing found in Q-SQL!"
|
113 |
"kb_ids": [
|
114 |
"31257b925b9f11ef9f0142010a8a0004"
|
115 |
],
|
|
|
109 |
"obj": {
|
110 |
"component_name": "Retrieval",
|
111 |
"params": {
|
112 |
+
"empty_response": "Nothing found in Q-SQL!",
|
113 |
"kb_ids": [
|
114 |
"31257b925b9f11ef9f0142010a8a0004"
|
115 |
],
|