RetrySpec# class ansys.cfx.mcp.common.llm_wire.RetrySpec# Retry/backoff policy for LLM transport calls. Overview# Attributes max_attempts backoff_base timeout_s 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#