Fix SqlDictionaryLookupHook

This commit is contained in:
Haiping Chen 2024-11-06 15:44:33 -06:00
parent 8aabeb9f93
commit 8d40b12be3

View file

@ -7,7 +7,7 @@ namespace BotSharp.Plugin.SqlDriver.Hooks;
public class SqlDictionaryLookupHook : AgentHookBase, IAgentHook
{
private const string SQL_EXECUTOR_TEMPLATE = "sql_dictionary_lookup.fn";
private const string SQL_EXECUTOR_TEMPLATE = "verify_dictionary_term.fn";
private IEnumerable<string> _targetSqlExecutorFunctions = new List<string>
{
"verify_dictionary_term",