fix(opencode): keep user message variants scoped to model (#21332)
This commit is contained in:
parent
01c5eb679c
commit
1f94c48bdd
13 changed files with 42 additions and 36 deletions
|
|
@ -548,12 +548,12 @@ export type UserMessage = {
|
|||
model: {
|
||||
providerID: string
|
||||
modelID: string
|
||||
variant?: string
|
||||
}
|
||||
system?: string
|
||||
tools?: {
|
||||
[key: string]: boolean
|
||||
}
|
||||
variant?: string
|
||||
}
|
||||
|
||||
export type AssistantMessage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue