Skip to content

Genkit Go v1.0.4

Choose a tag to compare

@apascal07 apascal07 released this 18 Sep 23:17
· 237 commits to main since this release
ae44b57

What's Changed

  • fix(go): Remove 'openai/' prefix from embedding model names by @gvozdevs in #3558
  • (fix/go/compat_oai): update OpenAI message transformation by @eric642 in #3536
  • fix(go/plugins/compat_oai): check ANTHROPIC_API_KEY during plugin init by @hugoaguirre in #3597
  • fix(go): handle concurrent calls to Registry.ResolveAction() by @apascal07 in #3599
  • fix(go/ai): handle tools passed in Prompt.Execute() by @apascal07 in #3601
  • fix(go/ai): fixed bad stream message format parsing by @stringl1l1l1l in #3573
  • fix(go/core): added normalization of input to RunJSONWithTelemetry by @apascal07 in #3613
  • fix(go/plugins/ollama): add gpt-oss to tool supported models by @johnmccabe in #3494

New Contributors

Full Changelog: go/v1.0.3...go/v1.0.4