discourse-ai/lib/modules/ai_bot
Sam f0e1c72aa7
FEATURE: implement command framework for non Open AI (#147)
Open AI support function calling, this has a very specific shape
that other LLMs have not quite adopted.

This simulates a command framework using system prompts on LLMs
that are not open AI.

Features include:

- Smart system prompt to steer the LLM
- Parameter validation (we ensure all the params are specified correctly)

This is being tested on Anthropic at the moment and intial results
are promising.
2023-08-23 07:49:36 +10:00
..
commands FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
jobs/regular FEATURE: Less friction for starting a conversation with an AI bot. (#63) 2023-05-16 14:38:21 -03:00
anthropic_bot.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
bot.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
entry_point.rb FEATURE: optional warning attached to all AI bot conversations (#137) 2023-08-17 06:29:58 +10:00
open_ai_bot.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00