Skip to content

Latest commit

 

History

History
386 lines (239 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

386 lines (239 loc) · 7.26 KB

@ai-sdk/anthropic

0.0.49

Patch Changes

  • 03313cd: feat (ai): expose response id, response model, response timestamp in telemetry and api
  • 3be7c1c: fix (provider/anthropic): support prompt caching on assistant messages
  • Updated dependencies [03313cd]
  • Updated dependencies [3be7c1c]

0.0.48

Patch Changes

0.0.47

Patch Changes

0.0.46

Patch Changes

0.0.45

Patch Changes

  • 95a53a3: chore (provider/anthropic): remove tool calls beta header

0.0.44

Patch Changes

0.0.43

Patch Changes

0.0.42

Patch Changes

  • dd712ac: fix: use FetchFunction type to prevent self-reference
  • Updated dependencies [dd712ac]

0.0.41

Patch Changes

0.0.40

Patch Changes

0.0.39

Patch Changes

0.0.38

Patch Changes

0.0.37

Patch Changes

0.0.36

Patch Changes

  • Updated dependencies [9614584]
  • Updated dependencies [0762a22]

0.0.35

Patch Changes

  • fe2128f0: feat (provider/anthropic): combine sequential assistant messages into one

0.0.34

Patch Changes

  • 7d0fd5a8: fix (provider/anthropic): handle error stream chunks

0.0.33

Patch Changes

0.0.32

Patch Changes

0.0.31

Patch Changes

  • 2b9da0f0: feat (core): support stopSequences setting.
  • a5b58845: feat (core): support topK setting
  • 4aa8deb3: feat (provider): support responseFormat setting in provider api
  • 13b27ec6: chore (ai/core): remove grammar mode
  • Updated dependencies [2b9da0f0]
  • Updated dependencies [a5b58845]
  • Updated dependencies [4aa8deb3]
  • Updated dependencies [13b27ec6]

0.0.30

Patch Changes

  • 4c6b80f7: chore (provider/anthropic): improve object-tool mode

0.0.29

Patch Changes

0.0.28

Patch Changes

0.0.27

Patch Changes

  • 7e86b45e: fix (provider/anthropic): automatically trim trailing whitespace on pre-filled assistant responses

0.0.26

Patch Changes

  • 5edc6110: feat (ai/core): add custom request header support
  • Updated dependencies [5edc6110]
  • Updated dependencies [5edc6110]
  • Updated dependencies [5edc6110]

0.0.25

Patch Changes

  • 91dc4296: chore (@ai-sdk/anthropic): remove anthropic-beta header

0.0.24

Patch Changes

  • 04800838: fix (@ai-sdk/anthropic): combine tool and user messages, combine system messages

0.0.23

Patch Changes

0.0.22

Patch Changes

  • 0a22b05b: feat (@ai-sdk/anthropic): add claude-3.5-sonnet model

0.0.21

Patch Changes

  • Updated dependencies [85712895]
  • Updated dependencies [85712895]

0.0.20

Patch Changes

  • 4728c37f: feat (core): add text embedding model support to provider registry
  • 7910ae84: feat (providers): support custom fetch implementations
  • Updated dependencies [7910ae84]

0.0.19

Patch Changes

0.0.18

Patch Changes

  • 09295e2e: feat (@ai-sdk/anthropic): automatically download image URLs
  • Updated dependencies [09295e2e]
  • Updated dependencies [09295e2e]
  • Updated dependencies [043a5de2]

0.0.17

Patch Changes

0.0.16

Patch Changes

0.0.15

Patch Changes

0.0.14

Patch Changes

  • 06e3934: feat (provider/anthropic): streaming tool calls

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

  • 5b01c13: feat (ai/core): add system message support in messages list

0.0.10

Patch Changes

0.0.9

Patch Changes

0.0.8

Patch Changes

0.0.7

Patch Changes

  • 25f3350: ai/core: add support for getting raw response headers.
  • Updated dependencies [d6431ae]
  • Updated dependencies [25f3350]

0.0.6

Patch Changes

  • 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]

0.0.5

Patch Changes

  • c6fc35b: Add custom header support.

0.0.4

Patch Changes

  • ab60b18: Simplified model construction by directly calling provider functions. Add create... functions to create provider instances.

0.0.3

Patch Changes

  • 587240b: Standardize providers to offer .chat() method

0.0.2

Patch Changes

  • 2bff460: Fix build for release.

0.0.1

Patch Changes

  • 7b8791d: Rename baseUrl to baseURL. Automatically remove trailing slashes.
  • Updated dependencies [7b8791d]