mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 05:54:08 +00:00
fix issue when @ tagging fiels throwing error
This commit is contained in:
parent
61105b487f
commit
fab0e5de04
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue