explainModel property

String get explainModel

The model used to explain a command on demand: explainerModel if set, otherwise the shared model (same fallback as the executor).

Implementation

String get explainModel => explainerModel ?? model;