supportsSearch property
bool
get
supportsSearch
Check if this model supports search
Implementation
bool get supportsSearch {
// Grok models have access to real-time information
return model.contains('grok');
}