ClarificationOption#

class ansys.cfx.mcp.common.models.ClarificationOption(/, **data: Any)#

Bases: pydantic.BaseModel

One selectable answer for a clarification question.

Overview#

Import detail#

from ansys.cfx.mcp.common.models import ClarificationOption

Attribute detail#

ClarificationOption.label: str#
ClarificationOption.value: str#
ClarificationOption.description: str | None = None#