discourse-ai/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.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
google_command.rb FIX: Google command was including full payload (#128) 2023-08-08 15:41:57 +10:00
image_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
search_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37: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