diff --git a/letta/schemas/llm_config.py b/letta/schemas/llm_config.py index c719db7f..f9ccc358 100644 --- a/letta/schemas/llm_config.py +++ b/letta/schemas/llm_config.py @@ -55,7 +55,7 @@ class LLMConfig(BaseModel): description="The maximum number of tokens to generate. If not set, the model will use its default value.", ) enable_reasoner: bool = Field( - False, description="Whether or not the model should use extended thinking if it is a 'reasoning' style model" + True, description="Whether or not the model should use extended thinking if it is a 'reasoning' style model" ) reasoning_effort: Optional[Literal["minimal", "low", "medium", "high"]] = Field( None,