ModelHint

A hint for which model the client should select. name is a substring the client may match against its available model identifiers (e.g. "claude-3", "sonnet", "gemini").

@safe
struct ModelHint {
string name;
}