CodegenResult#
- class ansys.cfx.mcp.common.models.CodegenResult(/, **data: Any)#
Bases:
pydantic.BaseModelResult of a CFX codegen call.
Overview#
Import detail#
from ansys.cfx.mcp.common.models import CodegenResult
Attribute detail#
- CodegenResult.status: Literal['ok', 'needs_clarification', 'error']#
- CodegenResult.clarifications: list[Clarification] = None#