From b0e0e1fdd0f7384a3dcc8d6dc98735cccd0c0196 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Wed, 11 Sep 2024 19:10:49 +0800 Subject: [PATCH] fix json error (#2372) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- agent/templates/text2sql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/templates/text2sql.json b/agent/templates/text2sql.json index f5d79b30e..de159f5e1 100644 --- a/agent/templates/text2sql.json +++ b/agent/templates/text2sql.json @@ -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" ],