Skip to main content
type ModelSelector = string | ((prefs) => string);
Defined in: client/sampling/types.ts:10 Resolve a concrete model name from the server’s modelPreferences. A plain string always uses that model; a function inspects the preferences.