discourse-ai/lib/modules/ai_bot/commands
Sam 0b62c0fa02
FIX: keep parity of shape for image command (#275)
Function calling will start hallucinating if you reshape results.

Previously we were morphing from:

`{ prompts: ["prompt 1", "prompt 2"] }`

to

`{ prompts: { prompt: "prompt 1", seed: 222}, { ... `

This meant that over a few call sequences function_call starts hallucinating an incorrect shape.

This change grounds us even on GPT-3.5
2023-10-31 19:12:25 +11:00
..
categories_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb FEATURE: Make artist more creative (#266) 2023-10-27 14:48:12 +11:00
db_schema_command.rb FIX: avoid semicolons at the end of queries for SQL Helper (#268) 2023-10-27 16:21:09 +11:00
google_command.rb FIX: allow for blank fields in Google results (#255) 2023-10-19 14:44:59 +11:00
image_command.rb FIX: keep parity of shape for image command (#275) 2023-10-31 19:12:25 +11: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