LLMProfile# class ansys.cfx.mcp.common.llm_wire.LLMProfile# Resolved provider and transport settings for an LLM call. Overview# Attributes provider model route endpoint transport retry auth_style Import detail# from ansys.cfx.mcp.common.llm_wire import LLMProfile Attribute detail# LLMProfile.provider: str# LLMProfile.model: str# LLMProfile.route: str# LLMProfile.endpoint: str | None# LLMProfile.transport: str# LLMProfile.retry: RetrySpec# LLMProfile.auth_style: str = 'bearer'#