feat: add support for reasoning for Claude Haiku 4.5 [LET-5735] (#5585)

frontend and backend changes

Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
Ari Webb
2025-10-21 15:35:35 -07:00
committed by Caren Thomas
parent 08be1a7cbf
commit 7057dce156
2 changed files with 6 additions and 2 deletions

View File

@@ -439,6 +439,7 @@ class AnthropicClient(LLMClientBase):
llm_config.model.startswith("claude-3-7-sonnet")
or llm_config.model.startswith("claude-sonnet-4")
or llm_config.model.startswith("claude-opus-4")
or llm_config.model.startswith("claude-haiku-4-5")
)
@trace_method