fix issue when @ tagging fiels throwing error
parent
61105b487f
commit
fab0e5de04
|
|
@ -523,7 +523,7 @@ export namespace Session {
|
|||
t.execute(args, {
|
||||
sessionID: input.sessionID,
|
||||
abort: new AbortController().signal,
|
||||
agent: agent.name,
|
||||
agent: input.agent!,
|
||||
messageID: userMsg.id,
|
||||
metadata: async () => {},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue