discourse-ai/spec/lib/modules
Sam 081231a6eb
FIX: support multiple command executions (#85)
Previous to this change we were chaining stuff too late and would execute
commands serially leading to very unexpected results

This corrects this and allows us to run stuff like:

> Search google 3/4 times on various permutations of
QUERY and answer this question.

We limit at 5 commands to ensure there are not pathological user cases
where you lean on the LLM to flood us with results.
2023-06-06 07:09:33 +10:00
..
ai_bot FIX: support multiple command executions (#85) 2023-06-06 07:09:33 +10:00
ai_helper FEATURE: Anthropic Claude for AIHelper and Summarization modules (#39) 2023-04-10 11:04:42 -03:00
embeddings FIX: ensure we only attempt embedding once every 15 minutes (#76) 2023-05-23 10:43:24 +10:00
nsfw FEATURE: Handle invalid media in NSFW module (#57) 2023-05-11 15:35:39 -03:00
sentiment DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00
toxicity DEV: Fix toxicity test (#78) 2023-05-23 11:02:11 -03:00