What's Changed
- refactor: replace systemPrompt with systemPrompts by @ChrisB-TL in #189
- refactor(ollama): Return Final Response by @sixlive in #193
- fix(embeddings): Update response doc block with float by @sixlive in #201
Breaking Changes
object
key removed from structured response steps- Anthropic will throw when
SystemMessage
is used withwithMessages
SystemMessage
will no longer appear in the step message array and will now be in thesystemPrompts
property
Full Changelog: v0.38.0...v0.39.0