config: add setCacheKey in provider options (#4654)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Shantur Rathore
2025-11-25 04:20:52 +00:00
committed by GitHub
parent d3ea044619
commit 9b6d03c497
3 changed files with 26 additions and 5 deletions

View File

@@ -529,6 +529,10 @@ 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