Skip to content

Genkit Go v0.5.3

Latest
Compare
Choose a tag to compare
@apascal07 apascal07 released this 01 May 20:50
· 43 commits to main since this release
e3ad4b4

What's Changed

  • fix(go/plugins/googlegenai): ai.NewMediaPart support to inline and hosted data by @hugoaguirre in #2805
  • chore(go/plugins/googlegenai): bump go-genai sdk to v1.1.0 by @hugoaguirre in #2802
  • fix(go/plugins/googlegenai): ignore response mime type if tools are present by @hugoaguirre in #2794
  • feat(go): Add ollama vision support by @huangjeff5 in #2795
  • fix(go/plugins/googlegenai): update test cases with new go-genai types by @hugoaguirre in #2819
  • fix(go): fix ModelResponse.ToolRequests() return type by @apascal07 in #2823
  • fix(go/genkit): remove colons from runtime filename by @hugoaguirre in #2817
  • chore(go): update all dependencies to their latest versions by @hugoaguirre in #2825
  • fix(go/plugins/googlegenai): use boolean instead of bool in JSON schemas by @hugoaguirre in #2842
  • feat(go): Add tool support for ollama models by @huangjeff5 in #2796
  • feat(go): use GenkitError instead of regular error by @sahdev77 in #2643

Full Changelog: go/v0.5.2...go/v0.5.3