:class:`RetrySpec` ================== .. py:class:: ansys.cfx.mcp.common.llm_wire.RetrySpec Retry/backoff policy for LLM transport calls. .. !! processed by numpydoc !! .. py:currentmodule:: RetrySpec Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~max_attempts` - * - :py:attr:`~backoff_base` - * - :py:attr:`~timeout_s` - Import detail ------------- .. code-block:: python from ansys.cfx.mcp.common.llm_wire import RetrySpec Attribute detail ---------------- .. py:attribute:: max_attempts :type: int :value: 3 .. py:attribute:: backoff_base :type: float :value: 0.5 .. py:attribute:: timeout_s :type: float :value: 60.0