@opencode-ai/sdk 0.0.0-dev-202601150605 → 0.0.0-dev-202601150636
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1281,6 +1281,10 @@ export type ProviderConfig = {
|
|
|
1281
1281
|
* GitHub Enterprise URL for copilot authentication
|
|
1282
1282
|
*/
|
|
1283
1283
|
enterpriseUrl?: string;
|
|
1284
|
+
/**
|
|
1285
|
+
* Set the OpenAI Responses store flag for this provider
|
|
1286
|
+
*/
|
|
1287
|
+
store?: boolean;
|
|
1284
1288
|
/**
|
|
1285
1289
|
* Enable promptCacheKey for this provider (default false)
|
|
1286
1290
|
*/
|