supportsToolCalling property
      
      bool
      get
      supportsToolCalling
      
    
    
Check if this model supports tool calling
Implementation
bool get supportsToolCalling {
  // xAI supports function calling as of October 2024
  // Reference: https://docs.x.ai/docs/guides/function-calling
  return true;
}