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_KEYduring 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
RunJSONWithTelemetryby @apascal07 in #3613 - fix(go/plugins/ollama): add gpt-oss to tool supported models by @johnmccabe in #3494
New Contributors
- @gvozdevs made their first contribution in #3558
- @stringl1l1l1l made their first contribution in #3573
- @johnmccabe made their first contribution in #3494
Full Changelog: go/v1.0.3...go/v1.0.4