Revert "config: add setCacheKey in provider options (#4654)"

This reverts commit 9b6d03c497.
This commit is contained in:
Aiden Cline
2025-11-24 22:30:56 -06:00
parent 9b6d03c497
commit 16dbac6026
3 changed files with 5 additions and 26 deletions

View File

@@ -529,10 +529,6 @@ export namespace Config {
apiKey: z.string().optional(),
baseURL: z.string().optional(),
enterpriseUrl: z.string().optional().describe("GitHub Enterprise URL for copilot authentication"),
setCacheKey: z
.boolean()
.optional()
.describe("Enable promptCacheKey for this provider (default false)"),
timeout: z
.union([
z