diff --git a/modules/workflows/methods/methodChatbot/methodChatbot.py b/modules/workflows/methods/methodChatbot/methodChatbot.py index d1de0fa9..4583e636 100644 --- a/modules/workflows/methods/methodChatbot/methodChatbot.py +++ b/modules/workflows/methods/methodChatbot/methodChatbot.py @@ -24,6 +24,7 @@ class MethodChatbot(MethodBase): "queryDatabase": WorkflowActionDefinition( actionId="chatbot.queryDatabase", description="Execute a SQL SELECT query via the preprocessor connector. Returns formatted query results.", + dynamicMode=False, parameters={ "sqlQuery": WorkflowActionParameter( name="sqlQuery",