chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-25 21:30:39 +00:00
commit d595e472b3
3 changed files with 5 additions and 4 deletions

View file

@ -45,7 +45,9 @@ export const Model = Schema.Struct({
modalities: Schema.optional(
Schema.Struct({
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),