The compact beta feature is not currently supported on the Converse and ConverseStream APIs

This commit is contained in:
Sameer Kankute 2026-02-06 12:24:58 +05:30
parent fe26e0d01e
commit 6ab57d82f2

View file

@ -77,6 +77,14 @@ BEDROCK_COMPUTER_USE_TOOLS = [
"text_editor_",
]
# Beta header patterns that are not supported by Bedrock Converse API
# These will be filtered out to prevent errors
UNSUPPORTED_BEDROCK_CONVERSE_BETA_PATTERNS = [
"advanced-tool-use", # Bedrock Converse doesn't support advanced-tool-use beta headers
"prompt-caching", # Prompt caching not supported in Converse API
"compact-2026-01-12", # The compact beta feature is not currently supported on the Converse and ConverseStream APIs
]
class AmazonConverseConfig(BaseConfig):
"""