RetrySpec#

class ansys.cfx.mcp.common.llm_wire.RetrySpec#

Retry/backoff policy for LLM transport calls.

Overview#

Import detail#

from ansys.cfx.mcp.common.llm_wire import RetrySpec

Attribute detail#

RetrySpec.max_attempts: int = 3#
RetrySpec.backoff_base: float = 0.5#
RetrySpec.timeout_s: float = 60.0#