model property
The shared/default model id (e.g. a Claude/GPT/Gemini model), used by both phases unless plannerModel/executorModel override it. Kept in config rather than hardcoded so it does not go stale.
Implementation
final String model;
The shared/default model id (e.g. a Claude/GPT/Gemini model), used by both phases unless plannerModel/executorModel override it. Kept in config rather than hardcoded so it does not go stale.
final String model;