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
|
||
|---|---|---|
| .. | ||
| categories_command.rb | ||
| command.rb | ||
| db_schema_command.rb | ||
| google_command.rb | ||
| image_command.rb | ||
| read_command.rb | ||
| search_command.rb | ||
| search_settings_command.rb | ||
| setting_context_command.rb | ||
| summarize_command.rb | ||
| tags_command.rb | ||
| time_command.rb | ||