AaliChatModel#

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

A single resolved chat-model entry from the AALI models config.

Overview#

Import detail#

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

Attribute detail#

AaliChatModel.endpoint: str#
AaliChatModel.api_key: str | None#
AaliChatModel.model: str#
AaliChatModel.model_type: str#
AaliChatModel.auth_style: str#
AaliChatModel.source: pathlib.Path#