ModelConfig# class ansys.cfx.mcp.common.llm_wire.ModelConfig# Resolved chat endpoint configuration. Overview# Attributes endpoint api_key model auth_style Import detail# from ansys.cfx.mcp.common.llm_wire import ModelConfig Attribute detail# ModelConfig.endpoint: str | None# ModelConfig.api_key: str | None# ModelConfig.model: str# ModelConfig.auth_style: str = 'bearer'#