ApiEntry#

class ansys.fluent.mcp.solve.catalog.index.ApiEntry#

One row of api_objects.json.

tokens is the union of path tokens and docstring tokens for the leaf class (when a PyFluent docstring is available). doc is the raw docstring blob for diagnostics; the scorer only ever looks at tokens.

Overview#

Import detail#

from ansys.fluent.mcp.solve.catalog.index import ApiEntry

Attribute detail#

ApiEntry.raw: str#
ApiEntry.path: str#
ApiEntry.kind: str#
ApiEntry.session: str#
ApiEntry.tokens: list[str] = []#
ApiEntry.doc: str = ''#