Skip to content

v0.21.1

Compare
Choose a tag to compare
@jackmpcollins jackmpcollins released this 29 Apr 08:17
· 81 commits to main since this release

What's Changed

Full Changelog: v0.21.0...v0.21.1


The error message for when the model returns a string when not expected now contains the start of the returned string. For example:

StructuredOutputError: String was returned by model but not expected. You may need to update your prompt to encourage the model to return a specific type. Model output: '{ "name": "return_list_of_int", "arguments": { "properties": { "value": { "items": [1, 2, 3], [...]'