Package ifcmcp as a HTML client-side chat app (#7697)

This commit is contained in:
Thomas Krijnen
2026-02-20 21:54:16 +01:00
committed by GitHub
parent d4ac3c36ce
commit 2dde62803d
11 changed files with 1176 additions and 127 deletions
+1
View File
@@ -33,6 +33,7 @@ def select(model: ifcopenshell.file, query: str) -> list[dict[str, Any]]:
entry: dict[str, Any] = {
"id": element.id(),
"type": element.is_a(),
"repr": str(element),
}
if hasattr(element, "Name"):
entry["name"] = element.Name