mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(copilot): update fix_orchestrator_blocks docstring to list all 6 defaults
The docstring only listed 4 defaults but _SDM_DEFAULTS has 6 entries including execution_mode and model. Updated to reflect the actual behavior.
This commit is contained in:
@@ -1654,6 +1654,8 @@ class AgentFixer:
|
||||
2. ``conversation_compaction`` defaults to ``True``
|
||||
3. ``retry`` defaults to ``3``
|
||||
4. ``multiple_tool_calls`` defaults to ``False``
|
||||
5. ``execution_mode`` defaults to ``"extended_thinking"``
|
||||
6. ``model`` defaults to ``"claude-opus-4-6"``
|
||||
|
||||
Args:
|
||||
agent: The agent dictionary to fix
|
||||
|
||||
Reference in New Issue
Block a user