mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: pass model info to ReadTool to enable image support check (#4473)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
47bfae52c0
commit
d50f825c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -899,7 +899,7 @@ export namespace SessionPrompt {
|
|||
abort: new AbortController().signal,
|
||||
agent: input.agent!,
|
||||
messageID: info.id,
|
||||
extra: { bypassCwdCheck: true },
|
||||
extra: { bypassCwdCheck: true, ...info.model },
|
||||
metadata: async () => {},
|
||||
})
|
||||
pieces.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue