gateway/modules/features/chatbot
Ida Dittrich 6f6ee25ef2 fix:chatbot route now matches new datamodel interface
List endpoint (/api/chatbot/threads without workflowId): Normalizes all workflows before returning, converting maxSteps: None to 10 (the default).
Single workflow endpoint (/api/chatbot/threads?workflowId=xxx): Normalizes the workflow dict, handling both Pydantic models and plain dicts.
2026-01-14 08:24:06 +01:00
..
__init__.py fix:constant reload 2026-01-05 07:34:45 +01:00
chatbotConstants.py fix:performance optimization 2026-01-12 16:11:27 +01:00
eventManager.py fix:chatbot route now matches new datamodel interface 2026-01-14 08:24:06 +01:00
mainChatbot.py fix:chatbot route now matches new datamodel interface 2026-01-14 08:24:06 +01:00