discourse-ai/spec/lib/modules/ai_bot
Sam 9e94457154
FIX: Made bot more robust (#226)
* FIX: Made bot more robust

This is a collection of small fixes

- Display "Searching for: ..." while searching instead of showing found 0 results.
- Only allow 5 commands in lang chain - 6 feels like too much
- On the 5th command stop informing the engine about functions, so it is forced to complete
- Add another 30 tokens of buffer and explain why
- Typo in command prompt


Co-authored-by: Alan Guo Xiang Tan <gxtan1990@gmail.com>
2023-09-14 16:46:56 +10:00
..
commands FEATURE: add filter support to ai bot semantic search (#222) 2023-09-13 14:59:45 +10:00
jobs/regular FIX: automatic bot titles missing sometime (#151) 2023-08-24 07:20:24 +10:00
personas FIX: Made bot more robust (#226) 2023-09-14 16:46:56 +10:00
anthropic_bot_spec.rb FIX: cut completion short after function call is found (#182) 2023-09-05 10:37:58 +10:00
bot_spec.rb FIX: Made bot more robust (#226) 2023-09-14 16:46:56 +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 setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00