Preserve native LLM tool context (#27116)

This commit is contained in:
Kit Langton 2026-05-12 16:16:58 -04:00 committed by GitHub
commit dd14413a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 244 additions and 75 deletions

View file

@ -80,7 +80,7 @@ export const finish = (
usage: input.usage,
providerMetadata: input.providerMetadata,
}),
LLMEvent.requestFinish(input),
LLMEvent.finish(input),
)
return { ...stepped, stepStarted: false }
}