Browse Source

fix json error (#2372)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.11.0
Kevin Hu 1 year ago
parent
commit
b0e0e1fdd0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      agent/templates/text2sql.json

+ 1
- 1
agent/templates/text2sql.json View File

@@ -109,7 +109,7 @@
"obj": {
"component_name": "Retrieval",
"params": {
"empty_response": "Nothing found in Q-SQL!"
"empty_response": "Nothing found in Q-SQL!",
"kb_ids": [
"31257b925b9f11ef9f0142010a8a0004"
],

Loading…
Cancel
Save