feat: add reasoning_effort config to enable LLM thinking mode
This commit is contained in:
@@ -226,6 +226,7 @@ class AgentDefaults(Base):
|
||||
temperature: float = 0.1
|
||||
max_tool_iterations: int = 40
|
||||
memory_window: int = 100
|
||||
reasoning_effort: str | None = None # low / medium / high — enables LLM thinking mode
|
||||
|
||||
|
||||
class AgentsConfig(Base):
|
||||
|
||||
Reference in New Issue
Block a user