You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove CreateAdditionalModelRequestFields from BedrockChatClient (#4226)
* Remove CreateAdditionalModelRequestFields from BedrockChatClient
Unknown parameters cause models to hard fail, and most of these settings are not supported by most of the models exposed in bedrock. A developer can use RawRepresentationFactory to populate these themselves if they really want them, so for now at least, this just gets rid of the possibly problematic settings.
* chore: Add DevConfig file
---------
Co-authored-by: Daniel Pinheiro <[email protected]>
0 commit comments