chore: generate
This commit is contained in:
@@ -1466,6 +1466,10 @@ export type ProviderConfig = {
|
|||||||
* GitHub Enterprise URL for copilot authentication
|
* GitHub Enterprise URL for copilot authentication
|
||||||
*/
|
*/
|
||||||
enterpriseUrl?: string
|
enterpriseUrl?: string
|
||||||
|
/**
|
||||||
|
* Set the OpenAI Responses store flag for this provider
|
||||||
|
*/
|
||||||
|
store?: boolean
|
||||||
/**
|
/**
|
||||||
* Enable promptCacheKey for this provider (default false)
|
* Enable promptCacheKey for this provider (default false)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -8971,6 +8971,10 @@
|
|||||||
"description": "GitHub Enterprise URL for copilot authentication",
|
"description": "GitHub Enterprise URL for copilot authentication",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"store": {
|
||||||
|
"description": "Set the OpenAI Responses store flag for this provider",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"setCacheKey": {
|
"setCacheKey": {
|
||||||
"description": "Enable promptCacheKey for this provider (default false)",
|
"description": "Enable promptCacheKey for this provider (default false)",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
|||||||
Reference in New Issue
Block a user