supportsToolCalling property

bool get supportsToolCalling

Check if this model supports tool calling

Implementation

bool get supportsToolCalling {
  // All modern Gemini models support tool calling
  return true;
}