Skip to content

Commit d33d9be

Browse files
committed
fix: issue with model map feature
1 parent acfb41b commit d33d9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ax/ai/anthropic/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface AxAIAnthropicArgs {
3838

3939
export class AxAIAnthropic extends AxBaseAI<
4040
AxAIAnthropicModel,
41-
unknown,
41+
string,
4242
AxAIAnthropicChatRequest,
4343
unknown,
4444
AxAIAnthropicChatResponse,

0 commit comments

Comments
 (0)