We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df13f8c commit 71b5ae8Copy full SHA for 71b5ae8
src/ax/ai/anthropic/api.ts
@@ -884,7 +884,8 @@ export class AxAIAnthropic<TModelKey = string> extends AxBaseAI<
884
apiURL = `https://${tld}.googleapis.com/v1/projects/${projectId}/locations/${region}/publishers/anthropic/`;
885
headers = async () => ({
886
Authorization: `Bearer ${await apiKey()}`,
887
- 'anthropic-beta': 'structured-outputs-2025-11-13, web-search-2025-03-05',
+ 'anthropic-beta':
888
+ 'structured-outputs-2025-11-13, web-search-2025-03-05',
889
});
890
} else {
891
if (!apiKey) {
0 commit comments