1bd183ca4c
fix: context in prompts improved
...
context only used if prompt specifically asks for it, otherwise ignored to improve answers
2026-01-14 12:20:25 +01:00
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
378128c3ce
fix:performance optimization
2026-01-12 16:08:32 +01:00
583525a151
fix:added more logic to system prompt and added retry logic
2026-01-12 15:42:16 +01:00
d34d04a4e9
fix: merged old code and fixed system prompt
2026-01-12 09:07:49 +01:00
b06375352e
fix:fixed merge conflicts from chatbot
2026-01-12 08:07:30 +01:00
8147f3f7c8
fix: generalized event manager for message streaming
2026-01-09 12:14:47 +01:00
b327e6dc03
fix: fixed webresearch, tweaked system prompt
2026-01-09 10:49:06 +01:00
2b6bd73b65
fix:finished and fixes chatbot
2026-01-09 09:21:59 +01:00
3a5d27f385
feat:chatbot weiterimplementiert
2026-01-08 08:33:39 +01:00
6ded28e21a
feat:chatbot weiterimplementiert
2026-01-05 15:12:13 +01:00
f78547e51b
fix:constant reload
2026-01-05 07:34:45 +01:00