zen: support 1M claude context

This commit is contained in:
Frank
2025-10-27 21:36:10 -04:00
parent 7816901713
commit 6fe8e3973c
5 changed files with 8 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ import {
export type ProviderHelper = {
format: Format
modifyUrl: (providerApi: string) => string
modifyHeaders: (headers: Headers, apiKey: string) => void
modifyHeaders: (headers: Headers, body: Record<string, any>, apiKey: string) => void
modifyBody: (body: Record<string, any>) => Record<string, any>
createUsageParser: () => {
parse: (chunk: string) => void