CommandSpec#

class ansys.fluent.mcp.solve.catalog.schema.CommandSpec#

Static signature for a command or query.

Overview#

arg_names

Return both canonical and snake_case names of every arg.

Import detail#

from ansys.fluent.mcp.solve.catalog.schema import CommandSpec

Attribute detail#

CommandSpec.name: str#
CommandSpec.py_name: str#
CommandSpec.help: str#
CommandSpec.arguments: tuple[CommandArg, Ellipsis]#
CommandSpec.is_query: bool = False#

Method detail#

CommandSpec.arg_names() list[str]#

Return both canonical and snake_case names of every arg.

Returns:
list[str]

Collection containing the operation results.