chore: generate
This commit is contained in:
parent
0bfa55b623
commit
d595e472b3
@ -45,7 +45,9 @@ export const Model = Schema.Struct({
|
|||||||
modalities: Schema.optional(
|
modalities: Schema.optional(
|
||||||
Schema.Struct({
|
Schema.Struct({
|
||||||
input: Schema.optional(Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"])))),
|
input: Schema.optional(Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"])))),
|
||||||
output: Schema.optional(Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"])))),
|
output: Schema.optional(
|
||||||
|
Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"]))),
|
||||||
|
),
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
experimental: Schema.optional(Schema.Boolean),
|
experimental: Schema.optional(Schema.Boolean),
|
||||||
|
|||||||
@ -1088,8 +1088,8 @@ export type ProviderConfig = {
|
|||||||
output: number
|
output: number
|
||||||
}
|
}
|
||||||
modalities?: {
|
modalities?: {
|
||||||
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
|
experimental?: boolean
|
||||||
status?: "alpha" | "beta" | "deprecated" | "active"
|
status?: "alpha" | "beta" | "deprecated" | "active"
|
||||||
|
|||||||
@ -13717,7 +13717,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["input", "output"],
|
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"experimental": {
|
"experimental": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user