New fields to support reasoning models
The LlmConfig
object now includes a enable_reasoner
field, enables toggling on thinking steps for reasoning models like Sonnet 3.7. This change also includes support for specifying this along with max_reasoning_tokens
in the agent creation API.