discourse-ai/lib/modules/ai_bot/commands
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
..
categories_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb FEATURE: add filter support to ai bot semantic search (#222) 2023-09-13 14:59:45 +10:00
db_schema_command.rb FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
google_command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
image_command.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
read_command.rb FEATURE: add tags and categories to read context (#215) 2023-09-12 11:06:55 +10:00
search_command.rb FIX: Made bot more robust (#226) 2023-09-14 16:46:56 +10:00
search_settings_command.rb FIX: setting explorer was exceeding token budget 2023-09-01 11:48:51 +10:00
setting_context_command.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00
summarize_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
tags_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
time_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00