mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
feat: allow provider-level store option (#8000)
This commit is contained in:
@@ -815,6 +815,7 @@ export namespace Config {
|
||||
apiKey: z.string().optional(),
|
||||
baseURL: z.string().optional(),
|
||||
enterpriseUrl: z.string().optional().describe("GitHub Enterprise URL for copilot authentication"),
|
||||
store: z.boolean().optional().describe("Set the OpenAI Responses store flag for this provider"),
|
||||
setCacheKey: z.boolean().optional().describe("Enable promptCacheKey for this provider (default false)"),
|
||||
timeout: z
|
||||
.union([
|
||||
|
||||
Reference in New Issue
Block a user