fix: pass model info to ReadTool to enable image support check (#4473)
Co-authored-by: GitHub Action <action@github.com>pull/4477/head
parent
47bfae52c0
commit
d50f825c6d
|
|
@ -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…
Reference in New Issue