fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
This commit is contained in:
@@ -69,7 +69,6 @@ Get a consensus from gemini supporting the idea for implementing X, grok opposin
|
||||
- `focus_areas`: Specific aspects to emphasize
|
||||
- `temperature`: Control consistency (default: 0.2 for stable consensus)
|
||||
- `thinking_mode`: Analysis depth (minimal/low/medium/high/max)
|
||||
- `use_websearch`: Enable research for enhanced analysis (default: true)
|
||||
- `continuation_id`: Continue previous consensus discussions
|
||||
|
||||
## Model Configuration Examples
|
||||
@@ -142,4 +141,4 @@ The consensus tool includes built-in ethical safeguards:
|
||||
- **Use `consensus`** for: Multi-perspective analysis, structured debates, major technical decisions
|
||||
- **Use `chat`** for: Open-ended discussions and brainstorming
|
||||
- **Use `thinkdeep`** for: Extending specific analysis with deeper reasoning
|
||||
- **Use `analyze`** for: Understanding existing systems without debate
|
||||
- **Use `analyze`** for: Understanding existing systems without debate
|
||||
|
||||
Reference in New Issue
Block a user