model property

String model
final

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;