supportsToolCalling property
bool
get
supportsToolCalling
Check if this model supports tool calling
Implementation
bool get supportsToolCalling {
// Phind doesn't support tool calling yet
return false;
}