feat: pass sessionID to chat.system.transform (#7718)
This commit is contained in:
parent
f94ee5ce90
commit
4752c83155
2 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ export interface Hooks {
|
|||
},
|
||||
) => Promise<void>
|
||||
"experimental.chat.system.transform"?: (
|
||||
input: {},
|
||||
input: { sessionID: string },
|
||||
output: {
|
||||
system: string[]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue