Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 18:34
· 23 commits to main since this release
7941263

Patch Changes

  • Moved create_ai_function_info to function_context.py for better reusability and reduce repetation - #1260 (@jayeshp19)

  • Add support for OpenAI's "detail" parameter to ChatImage - #1213 (@bcherry)

    Add support for data URLs on ChatImage in the Anthropic plugin.

  • fix: correctly parse function argument types - #1221 (@jayeshp19)

  • Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - #1222 (@bcherry)

    Make scale_aspect_fit the new default resizing option for video frames.