fix(ai,coding-agent): support anthropic-style cache control for openai compatibles closes #3392
This commit is contained in:
@@ -108,6 +108,7 @@ const OpenAICompletionsCompatSchema = Type.Object({
|
||||
Type.Literal("qwen-chat-template"),
|
||||
]),
|
||||
),
|
||||
cacheControlFormat: Type.Optional(Type.Literal("anthropic")),
|
||||
openRouterRouting: Type.Optional(OpenRouterRoutingSchema),
|
||||
vercelGatewayRouting: Type.Optional(VercelGatewayRoutingSchema),
|
||||
supportsStrictMode: Type.Optional(Type.Boolean()),
|
||||
|
||||
Reference in New Issue
Block a user