Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@voltagent_vercel-ui@0.1.3 source code.tar.gz | < 15 hours ago | 3.0 MB | |
@voltagent_vercel-ui@0.1.3 source code.zip | < 15 hours ago | 3.5 MB | |
README.md | < 15 hours ago | 1.3 kB | |
Totals: 3 Items | 6.5 MB | 0 |
Patch Changes
-
#311
1f7fa14
Thanks @zrosenbauer! - fix(core, vercel-ui): Currently theconvertToUIMessages
function does not handle tool calls in steps correctly as it does not properly default filter non-tool related steps for sub-agents, same as thedata-stream
functions and in addition in the core theoperationContext
does not have thesubAgent
fields set correctly.Changes
- deprecated
isSubAgentStreamPart
in favor ofisSubAgent
for universal use - by default
convertToUIMessages
now filters out non-tool related steps for sub-agents - now able to exclude specific parts or steps (from OperationContext) in
convertToUIMessages
Internals
New utils were added to the internal package:
isObject
isFunction
isPlainObject
isEmptyObject
isNil
hasKey
- deprecated
-
Updated dependencies [
1f7fa14
]:- @voltagent/internal@0.0.3
- @voltagent/core@0.1.47