fix json error (#2372)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu 2024-09-11 19:10:49 +08:00 committed by GitHub
parent 8e3228d461
commit b0e0e1fdd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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