Newer
Older
navi-1 / navi / profiles / discuss / config.json
@Eugene Sukhodolskiy Eugene Sukhodolskiy on 25 Apr 1 KB temp -
{
  "id": "discuss",
  "name": "Discussion",
  "description": "Creative partner for Q&A, brainstorming, and idea exploration. High creativity, free-form thinking.",
  "short_description": "Creative Q&A and idea discussion — best for open questions, brainstorming, and exploring concepts.",
  "model": [
    "gemma4:31b-cloud",
    "gemma4:26b-a4b-it-q4_K_M"
  ],
  "temperature": 0.9,
  "max_iterations": 12,
  "enabled_tools": [
    "web_search",
    "web_view",
    "scratchpad",
    "reflect",
    "memory",
    "image_view",
    "todo",
    "get_current_datetime",
    "list_tools",
    "tool_manual",
    "switch_profile"
  ],
  "subagent_tools": [],
  "planning_enabled": false,
  "planning_mandatory": false,
  "planning_phase1_enabled": true,
  "planning_phase2_enabled": false,
  "planning_phase3_enabled": false,
  "think_enabled": true,
  "iteration_budget_enabled": true,
  "goal_anchoring_enabled": true,
  "goal_anchoring_interval": 5,
  "anti_stall_enabled": true,
  "anti_stall_threshold": 5,
  "step_validation_enabled": false,
  "adaptive_replan_enabled": false,
  "subagent_planning_enabled": false,
  "top_k": 64,
  "top_p": 0.95
}