Files
letta-server/fern
jnjpng a5bac26556 fix: add "max" to AnthropicModelSettings effort type (#9754)
* fix: add "max" to AnthropicModelSettings effort type

The effort field on AnthropicModelSettings only accepted
"low" | "medium" | "high", but the LLMConfig.effort field and the
Anthropic API both support "max" for Opus 4.6. This type mismatch
caused Pydantic validation to reject conversation updates that set
effort to "max" (mapped from xhigh in letta-code).

🐾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

* generate

---------

Co-authored-by: Letta Code <noreply@letta.com>
2026-03-03 18:34:15 -08:00
..