Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ai@5.0.13 source code.tar.gz | < 7 hours ago | 5.0 MB | |
ai@5.0.13 source code.zip | < 7 hours ago | 6.5 MB | |
README.md | < 7 hours ago | 496 Bytes | |
Totals: 3 Items | 11.5 MB | 0 |
Patch Changes
- a7b2e66: Added providerOptions to agent stream and generate calls
-
9bed210: ###
extractReasoningMiddleware()
: delay sendingtext-start
chunk to prevent rendering final text before reasoningWhen wrapping a text stream in
extractReasoningMiddleware()
, delay queing thetext-start
chunk until eitherreasoning-start
chunk was queued or the firsttext-delta
chunk is about to be queued, whichever comes first.