chore: generate
This commit is contained in:
parent
0bfa55b623
commit
d595e472b3
3 changed files with 5 additions and 4 deletions
|
|
@ -1088,8 +1088,8 @@ export type ProviderConfig = {
|
|||
output: number
|
||||
}
|
||||
modalities?: {
|
||||
input: Array<"text" | "audio" | "image" | "video" | "pdf">
|
||||
output: Array<"text" | "audio" | "image" | "video" | "pdf">
|
||||
input?: Array<"text" | "audio" | "image" | "video" | "pdf">
|
||||
output?: Array<"text" | "audio" | "image" | "video" | "pdf">
|
||||
}
|
||||
experimental?: boolean
|
||||
status?: "alpha" | "beta" | "deprecated" | "active"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue