mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
fix tool-call / text part order in step-message builder
This commit is contained in:
parent
737c3a75b4
commit
097efb39b1
1 changed files with 6 additions and 0 deletions
|
|
@ -971,6 +971,12 @@ async function* streamLlm(
|
|||
providerOptions: event.providerMetadata,
|
||||
};
|
||||
break;
|
||||
case "text-end":
|
||||
yield {
|
||||
type: "text-end",
|
||||
providerOptions: event.providerMetadata,
|
||||
};
|
||||
break;
|
||||
case "text-delta":
|
||||
yield {
|
||||
type: "text-delta",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue