Skip to content

Commit 71b5ae8

Browse files
committed
fix: build issue
1 parent df13f8c commit 71b5ae8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ax/ai/anthropic/api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,8 @@ export class AxAIAnthropic<TModelKey = string> extends AxBaseAI<
884884
apiURL = `https://${tld}.googleapis.com/v1/projects/${projectId}/locations/${region}/publishers/anthropic/`;
885885
headers = async () => ({
886886
Authorization: `Bearer ${await apiKey()}`,
887-
'anthropic-beta': 'structured-outputs-2025-11-13, web-search-2025-03-05',
887+
'anthropic-beta':
888+
'structured-outputs-2025-11-13, web-search-2025-03-05',
888889
});
889890
} else {
890891
if (!apiKey) {

0 commit comments

Comments
 (0)