hints property
Optional hints to use for model selection.
If multiple hints are specified, the client MUST evaluate them in order (such that the first match is taken).
The client SHOULD prioritize these hints over the numeric priorities, but MAY still use the priorities to select from ambiguous matches.
Implementation
List<ModelHint>? get hints => (_value['hints'] as List?)?.cast<ModelHint>();