Fix SqlDictionaryLookupHook
This commit is contained in:
parent
8aabeb9f93
commit
8d40b12be3
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue