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
parent f94ee5ce90
commit 4752c83155
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[]
},