From deb01d45bb614cec83b1bfa0239521257bc23c0b Mon Sep 17 00:00:00 2001 From: Haiping Date: Wed, 13 Nov 2024 10:54:59 -0600 Subject: [PATCH] Update verify_dictionary_term.json --- .../functions/verify_dictionary_term.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/functions/verify_dictionary_term.json b/src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/functions/verify_dictionary_term.json index 0e79a2fe..871210a2 100644 --- a/src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/functions/verify_dictionary_term.json +++ b/src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/functions/verify_dictionary_term.json @@ -18,13 +18,13 @@ }, "tables": { "type": "array", - "description": "all related dictionary tables", + "description": "all related dictionary tables must be from related knowledge in the context", "items": { "type": "string", - "description": "table name" + "description": "table name from related knowledge in the context" } } }, "required": [ "sql_statement", "reason", "tables" ] } -} \ No newline at end of file +}