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 +}