feat: pass sessionID to chat.system.transform (#7718)

This commit is contained in:
Spoon 2026-01-11 01:21:51 +01:00 committed by GitHub
commit 4752c83155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ export interface Hooks {
},
) => Promise<void>
"experimental.chat.system.transform"?: (
input: {},
input: { sessionID: string },
output: {
system: string[]
},