discourse-ai/spec/lib/modules/ai_bot
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
..
commands FIX: guide GPT 3.5 better (#77) 2023-05-23 23:08:17 +10:00
jobs/regular FEATURE: disable smart commands on Claude and GPT 3.5 (#84) 2023-06-01 09:10:33 +10:00
anthropic_bot_spec.rb FIX: guide GPT 3.5 better (#77) 2023-05-23 23:08:17 +10:00
bot_spec.rb FIX: support multiple command executions (#85) 2023-06-06 07:09:33 +10:00
entry_point_spec.rb FEATURE: add support for GPT <-> Forum integration 2023-05-20 17:45:54 +10:00
open_ai_bot_spec.rb FIX: guide GPT 3.5 better (#77) 2023-05-23 23:08:17 +10:00