:class:`CapabilityInfo` ======================= .. py:class:: ansys.fluent.mcp.common.models.CapabilityInfo(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` Static description of one tool/feature exposed by a leaf. .. !! processed by numpydoc !! .. py:currentmodule:: CapabilityInfo Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~description` - * - :py:attr:`~available` - * - :py:attr:`~requires_connection` - Import detail ------------- .. code-block:: python from ansys.fluent.mcp.common.models import CapabilityInfo Attribute detail ---------------- .. py:attribute:: name :type: str .. py:attribute:: description :type: str .. py:attribute:: available :type: bool :value: True .. py:attribute:: requires_connection :type: bool :value: True