discourse-ai/spec/lib/modules/ai_bot
Sam 7edb57c005
DEV: simplify command framework (#125)
The command framework had some confusing dispatching where it would dispatch
JSON blobs, this meant there was lots of parsing required in every command

The refactor handles transforming the args prior to dispatch which makes
consuming far simpler

This is also general prep to supporting some basic command framework in other
llms.
2023-08-04 09:37:58 +10:00
..
commands DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
jobs/regular FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
anthropic_bot_spec.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
bot_spec.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
entry_point_spec.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
open_ai_bot_spec.rb FEATURE: add ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00