Preserve native LLM tool context (#27116)
This commit is contained in:
parent
b9e7cbf13c
commit
dd14413a64
18 changed files with 244 additions and 75 deletions
|
|
@ -80,7 +80,7 @@ export const finish = (
|
|||
usage: input.usage,
|
||||
providerMetadata: input.providerMetadata,
|
||||
}),
|
||||
LLMEvent.requestFinish(input),
|
||||
LLMEvent.finish(input),
|
||||
)
|
||||
return { ...stepped, stepStarted: false }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue