fix(opencode): keep user message variants scoped to model (#21332)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user