discourse-ai/spec/lib/modules/ai_bot/commands
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
..
categories_command_spec.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command_spec.rb FEATURE: add full bot support for GPT 3.5 (#87) 2023-06-20 08:45:31 +10:00
google_command_spec.rb FIX: Google command was including full payload (#128) 2023-08-08 15:41:57 +10:00
search_command_spec.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
summarize_command_spec.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
tags_command_spec.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
time_command_spec.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00