feat: pass sessionID to chat.system.transform (#7718)
This commit is contained in:
@@ -195,7 +195,7 @@ export interface Hooks {
|
||||
},
|
||||
) => Promise<void>
|
||||
"experimental.chat.system.transform"?: (
|
||||
input: {},
|
||||
input: { sessionID: string },
|
||||
output: {
|
||||
system: string[]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user