diff --git a/letta/schemas/llm_config.py b/letta/schemas/llm_config.py index 78a43a5c..114cd99e 100644 --- a/letta/schemas/llm_config.py +++ b/letta/schemas/llm_config.py @@ -360,6 +360,7 @@ class LLMConfig(BaseModel): thinking=AnthropicThinking(type=thinking_type, budget_tokens=self.max_reasoning_tokens or 1024), verbosity=self.verbosity, strict=self.strict, + effort=self.effort, ) elif self.model_endpoint_type == "google_ai": return GoogleAIModelSettings(