Any plans to refactor using `parts`?
Looks like this template still uses the deprecated message.toolInvocations field https://github.com/vercel/ai-chatbot/blob/27ff56625848f091b40c65506858c146f742a047/lib/utils.ts#L66C26-L66C49
Is there documentation some where on how to stop using message.toolInvocations? I am willing to work on
Hey @DarrenBaldwin07, thanks for opening this issue! We recently landed #813 that refactored the message schema to use the updated parts.
@cgilly2fast We have a migration guide that details how you can migrate to the new schema and stop using message.toolInvocations.
Hey @DarrenBaldwin07, thanks for opening this issue! We recently landed #813 that refactored the message schema to use the updated parts.
@cgilly2fast We have a migration guide that details how you can migrate to the new schema and stop using
message.toolInvocations.
Thank you!