type ModelSelector = string | ((prefs) => string);
Defined in: client/sampling/types.ts:10Resolve a concrete model name from the server’s modelPreferences.
A plain string always uses that model; a function inspects the preferences.
⌘I
Assistant
Responses are generated using AI and may contain mistakes.