fix issue when @ tagging fiels throwing error

This commit is contained in:
Dax Raad
2025-08-12 13:30:52 -04:00
parent 8a46c6d00d
commit 804ac4f237
+1 -1
View File
@@ -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 () => {},
}),