fix: bedrock config state (#9005)

This commit is contained in:
Ari Webb
2026-01-21 12:21:53 -08:00
committed by Caren Thomas
parent 273ca9ec44
commit b5e93ab6d1

View File

@@ -99,7 +99,7 @@ class BedrockProvider(Provider):
LLMConfig(
model=model_name,
model_endpoint_type=self.provider_type.value,
model_endpoint=None,
model_endpoint="bedrock",
context_window=self.get_model_context_window(inference_profile_id),
# Store the full inference profile ID in the handle for API calls
handle=self.get_handle(inference_profile_id),