From b5e93ab6d19cddd5783b414cb93be49ff62df1ba Mon Sep 17 00:00:00 2001 From: Ari Webb Date: Wed, 21 Jan 2026 12:21:53 -0800 Subject: [PATCH] fix: bedrock config state (#9005) --- letta/schemas/providers/bedrock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letta/schemas/providers/bedrock.py b/letta/schemas/providers/bedrock.py index 7f833ad8..da12204b 100644 --- a/letta/schemas/providers/bedrock.py +++ b/letta/schemas/providers/bedrock.py @@ -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),