discourse-ai/spec/lib/modules/ai_bot
Sam 03e689deb7
FIX: Google command was including full payload (#128)
* FIX: Google command was including full payload

Additionally there was no truncating happening meaning you could blow token
budget easily on a single search.

This made Google search mostly useless and it would mean that after using
Google we would revert to a clean slate which is very confusing.

* no need for nil there
2023-08-08 15:41:57 +10:00
..
commands FIX: Google command was including full payload (#128) 2023-08-08 15:41:57 +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