FileProbe#

class ansys.fluent.mcp.common.file_handlers.FileProbe#

Result of probing a file for product-relevant metadata.

Fields are deliberately Optional. If a probe cannot determine a value (for example, because of an unreadable header or a missing optional dependency), the agent falls back to asking the user or to the backend default.

Overview#

Import detail#

from ansys.fluent.mcp.common.file_handlers import FileProbe

Attribute detail#

FileProbe.file_type: str#
FileProbe.suffix: str#
FileProbe.dimension: int | None = None#
FileProbe.precision: str | None = None#
FileProbe.is_lightweight: bool | None = None#
FileProbe.extra: dict[str, Any]#
FileProbe.notes: list[str] = []#