Clarification#

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

Bases: pydantic.BaseModel

Question returned when code generation needs more information.

Overview#

Import detail#

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

Attribute detail#

Clarification.id: str#
Clarification.question: str#
Clarification.options: list[ClarificationOption] = None#
Clarification.free_text_allowed: bool = True#