Commit graph

3 commits

Author SHA1 Message Date
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
8147f3f7c8 fix: generalized event manager for message streaming 2026-01-09 12:14:47 +01:00
f78547e51b fix:constant reload 2026-01-05 07:34:45 +01:00