Skip to content

Commit 878ad9a

Browse files
committed
fix key error
1 parent f13d1cf commit 878ad9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/bedrock/chatComplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export const BedrockConverseAnthropicChatCompleteConfig: ProviderConfig = {
469469
transformAnthropicAdditionalModelRequestFields(params),
470470
},
471471
user: {
472-
param: 'user',
472+
param: 'additionalModelRequestFields',
473473
transform: (params: BedrockConverseAnthropicChatCompletionsParams) =>
474474
transformAnthropicAdditionalModelRequestFields(params),
475475
},

0 commit comments

Comments
 (0)