GitHub Action 1 месяц назад
Родитель
Сommit
b2da41cfad
2 измененных файлов с 8 добавлено и 0 удалено
  1. 4 0
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 4 0
      packages/sdk/openapi.json

+ 4 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -1466,6 +1466,10 @@ export type ProviderConfig = {
      * GitHub Enterprise URL for copilot authentication
      */
     enterpriseUrl?: string
+    /**
+     * Set the OpenAI Responses store flag for this provider
+     */
+    store?: boolean
     /**
      * Enable promptCacheKey for this provider (default false)
      */

+ 4 - 0
packages/sdk/openapi.json

@@ -8971,6 +8971,10 @@
                 "description": "GitHub Enterprise URL for copilot authentication",
                 "type": "string"
               },
+              "store": {
+                "description": "Set the OpenAI Responses store flag for this provider",
+                "type": "boolean"
+              },
               "setCacheKey": {
                 "description": "Enable promptCacheKey for this provider (default false)",
                 "type": "boolean"