🔧 fix: Omit 'additionalModelRequestFields' from Bedrock Titling (#8353)

This commit is contained in:
Danny Avila 2025-07-10 08:38:30 -04:00 committed by GitHub
parent 4b32ec42c6
commit 13a9bcdd48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ const omitTitleOptions = new Set([
'thinkingBudget', 'thinkingBudget',
'includeThoughts', 'includeThoughts',
'maxOutputTokens', 'maxOutputTokens',
'additionalModelRequestFields',
]); ]);
/** /**