mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-07 09:54:56 +01:00
fix broken attachments
This commit is contained in:
@@ -430,7 +430,7 @@ export namespace Session {
|
|||||||
const args = { filePath, offset, limit }
|
const args = { filePath, offset, limit }
|
||||||
const result = await ReadTool.execute(args, {
|
const result = await ReadTool.execute(args, {
|
||||||
sessionID: input.sessionID,
|
sessionID: input.sessionID,
|
||||||
abort: abort.signal,
|
abort: new AbortController().signal,
|
||||||
messageID: userMsg.id,
|
messageID: userMsg.id,
|
||||||
metadata: async () => {},
|
metadata: async () => {},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user