mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
chore: generate
This commit is contained in:
parent
5ddfe4ada5
commit
773c1192dc
@ -218,7 +218,9 @@ test("GitLab Duo: includes context-1m beta header in aiGatewayHeaders", async ()
|
|||||||
fn: async () => {
|
fn: async () => {
|
||||||
const providers = await Provider.list()
|
const providers = await Provider.list()
|
||||||
expect(providers[ProviderID.gitlab]).toBeDefined()
|
expect(providers[ProviderID.gitlab]).toBeDefined()
|
||||||
expect(providers[ProviderID.gitlab].options?.aiGatewayHeaders?.["anthropic-beta"]).toContain("context-1m-2025-08-07")
|
expect(providers[ProviderID.gitlab].options?.aiGatewayHeaders?.["anthropic-beta"]).toContain(
|
||||||
|
"context-1m-2025-08-07",
|
||||||
|
)
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user