chore: generate

pull/20702/head
opencode-agent[bot] 2026-04-02 15:01:45 +00:00
parent 23c8656080
commit 57a5236e71
2 changed files with 1 additions and 46 deletions

View File

@ -4167,23 +4167,11 @@ export type ProviderListResponses = {
input: Array<"text" | "audio" | "image" | "video" | "pdf"> input: Array<"text" | "audio" | "image" | "video" | "pdf">
output: Array<"text" | "audio" | "image" | "video" | "pdf"> output: Array<"text" | "audio" | "image" | "video" | "pdf">
} }
experimental?: boolean
status?: "alpha" | "beta" | "deprecated" status?: "alpha" | "beta" | "deprecated"
options: {
[key: string]: unknown
}
headers?: {
[key: string]: string
}
provider?: { provider?: {
npm?: string npm?: string
api?: string api?: string
} }
variants?: {
[key: string]: {
[key: string]: unknown
}
}
} }
} }
}> }>

View File

@ -4740,29 +4740,10 @@
}, },
"required": ["input", "output"] "required": ["input", "output"]
}, },
"experimental": {
"type": "boolean"
},
"status": { "status": {
"type": "string", "type": "string",
"enum": ["alpha", "beta", "deprecated"] "enum": ["alpha", "beta", "deprecated"]
}, },
"options": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"headers": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string"
}
},
"provider": { "provider": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -4773,19 +4754,6 @@
"type": "string" "type": "string"
} }
} }
},
"variants": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
} }
}, },
"required": [ "required": [
@ -4796,8 +4764,7 @@
"reasoning", "reasoning",
"temperature", "temperature",
"tool_call", "tool_call",
"limit", "limit"
"options"
] ]
} }
} }