Skip to content

Latest commit

 

History

History
284 lines (161 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

284 lines (161 loc) · 4.57 KB

@ai-sdk/ui-utils

0.0.41

Patch Changes

0.0.40

Patch Changes

  • aa2dc58: feat (ai/core): add maxToolRoundtrips to streamText

0.0.39

Patch Changes

0.0.38

Patch Changes

  • d151349: feat (ai/core): array output for generateObject / streamObject

0.0.37

Patch Changes

0.0.36

Patch Changes

  • b5a82b7: chore (ai): update zod-to-json-schema to 3.23.2

0.0.35

Patch Changes

0.0.34

Patch Changes

0.0.33

Patch Changes

0.0.32

Patch Changes

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

0.0.31

Patch Changes

0.0.30

Patch Changes

0.0.29

Patch Changes

  • e5b58f3: fix (ai/ui): forward streaming errors in useChat

0.0.28

Patch Changes

0.0.27

Patch Changes

0.0.26

Patch Changes

0.0.25

Patch Changes

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

0.0.24

Patch Changes

  • 5be25124: fix (ai/ui): useChat messages have stable ids with streamProtocol: "text"

0.0.23

Patch Changes

  • fea7b604: chore (ai/ui): remove "args" and "toolName" from tool result stream part.

0.0.22

Patch Changes

  • 1d93d716: fix (ai/ui): parse null as NaN in finish message stream parts

0.0.21

Patch Changes

  • c450fcf7: feat (ui): invoke useChat onFinish with finishReason and tokens
  • e4a1719f: chore (ai/ui): rename streamMode to streamProtocol

0.0.20

Patch Changes

0.0.19

Patch Changes

0.0.18

Patch Changes

0.0.17

Patch Changes

  • f63829fe: feat (ai/ui): add allowEmptySubmit flag to handleSubmit

0.0.16

Patch Changes

  • 5b7b3bbe: fix (ai/ui): tool call streaming

0.0.15

Patch Changes

  • 1f67fe49: feat (ai/ui): stream tool calls with streamText and useChat

0.0.14

Patch Changes

  • 99ddbb74: feat (ai/react): add experimental support for managing attachments to useChat

0.0.13

Patch Changes

  • a6cb2c8b: feat (ai/ui): add keepLastMessageOnError option to useChat

0.0.12

Patch Changes

  • 56bbc2a7: feat (ai/ui): set body and headers directly on options for handleSubmit and append

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

Patch Changes

  • 1894f811: feat (ai/ui): allow JSONValue as data in useChat handleSubmit

0.0.8

Patch Changes

  • d3100b9c: feat (ai/ui): support custom fetch function in useChat, useCompletion, useAssistant, useObject

0.0.7

Patch Changes

  • Updated dependencies [5edc6110]
  • Updated dependencies [5edc6110]

0.0.6

Patch Changes

  • 54bf4083: feat (ai/react): control request body in useChat

0.0.5

Patch Changes

0.0.4

Patch Changes

  • 008725ec: chore (@ai-sdk/ui-utils): move functions

0.0.3

Patch Changes

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

0.0.2

Patch Changes

0.0.1

Patch Changes

  • 85f209a4: chore: extracted ui library support into separate modules