chore: generate
This commit is contained in:
committed by
opencode
parent
2899984819
commit
cf0a53c501
@@ -56,7 +56,9 @@ export const Model = Schema.Struct({
|
|||||||
),
|
),
|
||||||
experimental: Schema.optional(Schema.Boolean),
|
experimental: Schema.optional(Schema.Boolean),
|
||||||
status: Schema.optional(Schema.Literals(["alpha", "beta", "deprecated"])),
|
status: Schema.optional(Schema.Literals(["alpha", "beta", "deprecated"])),
|
||||||
provider: Schema.optional(Schema.Struct({ npm: Schema.optional(Schema.String), api: Schema.optional(Schema.String) })),
|
provider: Schema.optional(
|
||||||
|
Schema.Struct({ npm: Schema.optional(Schema.String), api: Schema.optional(Schema.String) }),
|
||||||
|
),
|
||||||
options: Schema.optional(Schema.Record(Schema.String, Schema.Any)),
|
options: Schema.optional(Schema.Record(Schema.String, Schema.Any)),
|
||||||
headers: Schema.optional(Schema.Record(Schema.String, Schema.String)),
|
headers: Schema.optional(Schema.Record(Schema.String, Schema.String)),
|
||||||
variants: Schema.optional(
|
variants: Schema.optional(
|
||||||
|
|||||||
@@ -11180,13 +11180,11 @@
|
|||||||
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
|
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
|
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"exclusiveMinimum": 0,
|
"exclusiveMinimum": 0,
|
||||||
"maximum": 9007199254740991
|
"maximum": 9007199254740991
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Disable timeout for this provider entirely.",
|
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"const": false
|
"const": false
|
||||||
}
|
}
|
||||||
@@ -11247,8 +11245,7 @@
|
|||||||
"enum": ["reasoning_content", "reasoning_details"]
|
"enum": ["reasoning_content", "reasoning_details"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["field"],
|
"required": ["field"]
|
||||||
"additionalProperties": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -11377,8 +11374,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"McpLocalConfig": {
|
"McpLocalConfig": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user