- Updated dependencies [b446ae5]
- @ai-sdk/[email protected]
- c3ab5de: fix (provider-utils): downgrade nanoid and secure-json-parse (ESM compatibility)
- b469a7e: chore: remove isXXXError methods
- b1da952: chore (provider-utils): remove convertStreamToArray
- 8426f55: chore (ai):increase id generator default size from 7 to 16.
- db46ce5: chore (provider-utils): remove isParseableJson export
- dce4158: chore (dependencies): update eventsource-parser to 3.0.0
- dce4158: chore (dependencies): update nanoid to 5.0.8
- Updated dependencies [b469a7e]
- Updated dependencies [c0ddc24]
- @ai-sdk/[email protected]
- 8426f55: chore (ai):increase id generator default size from 7 to 16.
- dce4158: chore (dependencies): update eventsource-parser to 3.0.0
- dce4158: chore (dependencies): update nanoid to 5.0.8
- b1da952: chore (provider-utils): remove convertStreamToArray
- b469a7e: chore: remove isXXXError methods
- db46ce5: chore (provider-utils): remove isParseableJson export
- Updated dependencies [b469a7e]
- Updated dependencies [c0ddc24]
- @ai-sdk/[email protected]
- aa98cdb: chore: more flexible dependency versioning
- 7b937c5: feat (provider-utils): improve id generator robustness
- 811a317: feat (ai/core): multi-part tool results (incl. images)
- Updated dependencies [aa98cdb]
- Updated dependencies [1486128]
- Updated dependencies [7b937c5]
- Updated dependencies [3b1b69a]
- Updated dependencies [811a317]
- @ai-sdk/[email protected]
- Updated dependencies [b9b0d7b]
- @ai-sdk/[email protected]
- Updated dependencies [d595d0d]
- @ai-sdk/[email protected]
- 273f696: fix (ai/provider-utils): expose size argument in generateId
- 03313cd: feat (ai): expose response id, response model, response timestamp in telemetry and api
- Updated dependencies [03313cd]
- Updated dependencies [3be7c1c]
- @ai-sdk/[email protected]
- Updated dependencies [26515cb]
- @ai-sdk/[email protected]
- 09f895f: feat (ai/core): no-schema output for generateObject / streamObject
- d67fa9c: feat (provider/amazon-bedrock): add support for session tokens
- Updated dependencies [f2c025e]
- @ai-sdk/[email protected]
- Updated dependencies [6ac355e]
- @ai-sdk/[email protected]
- dd712ac: fix: use FetchFunction type to prevent self-reference
- Updated dependencies [dd4a0f5]
- @ai-sdk/[email protected]
- 4bd27a9: chore (ai/provider): refactor type validation
- 845754b: fix (ai/provider): fix atob/btoa execution on cloudflare edge workers
- Updated dependencies [4bd27a9]
- @ai-sdk/[email protected]
- Updated dependencies [029af4c]
- @ai-sdk/[email protected]
- Updated dependencies [d58517b]
- @ai-sdk/[email protected]
- Updated dependencies [96aed25]
- @ai-sdk/[email protected]
- 9614584: fix (ai/core): use Symbol.for
- 0762a22: feat (ai/core): support zod transformers in generateObject & streamObject
- a8d1c9e9: feat (ai/core): parallel image download
- Updated dependencies [a8d1c9e9]
- @ai-sdk/[email protected]
- 4f88248f: feat (core): support json schema
- Updated dependencies [2b9da0f0]
- Updated dependencies [a5b58845]
- Updated dependencies [4aa8deb3]
- Updated dependencies [13b27ec6]
- @ai-sdk/[email protected]
- Updated dependencies [b7290943]
- @ai-sdk/[email protected]
- d481729f: fix (ai/provider-utils): generalize to Error (DomException not always available)
- 5edc6110: feat (provider-utils): change getRequestHeader() test helper to return Record (breaking change)
- 5edc6110: feat (provider-utils): add combineHeaders helper
- Updated dependencies [5edc6110]
- @ai-sdk/[email protected]
- 02f6a088: feat (provider-utils): add convertArrayToAsyncIterable test helper
- 85712895: feat (@ai-sdk/provider-utils): add createJsonStreamResponseHandler
- 85712895: chore (@ai-sdk/provider-utils): move test helper to provider utils
- 7910ae84: feat (providers): support custom fetch implementations
- Updated dependencies [102ca22f]
- @ai-sdk/[email protected]
- 09295e2e: feat (@ai-sdk/provider-utils): add download helper
- 043a5de2: fix (provider-utils): rename to isParsableJson
- Updated dependencies [09295e2e]
- @ai-sdk/[email protected]
- Updated dependencies [f39c0dd2]
- @ai-sdk/[email protected]
- Updated dependencies [8e780288]
- @ai-sdk/[email protected]
- 6a50ac4: feat (provider-utils): add loadSetting and convertAsyncGeneratorToReadableStream helpers
- Updated dependencies [6a50ac4]
- @ai-sdk/[email protected]
- Updated dependencies [0f6bc4e]
- @ai-sdk/[email protected]
- Updated dependencies [325ca55]
- @ai-sdk/[email protected]
- 276f22b: fix (ai/provider): improve request error handling
- Updated dependencies [41d5736]
- @ai-sdk/[email protected]
- 56ef84a: ai/core: fix abort handling in transformation stream
- 25f3350: ai/core: add support for getting raw response headers.
- Updated dependencies [d6431ae]
- Updated dependencies [25f3350]
- @ai-sdk/[email protected]
- eb150a6: ai/core: remove scaling of setting values (breaking change). If you were using the temperature, frequency penalty, or presence penalty settings, you need to update the providers and adjust the setting values.
- Updated dependencies [eb150a6]
- @ai-sdk/[email protected]
- 7b8791d: Rename baseUrl to baseURL. Automatically remove trailing slashes.