|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Product-owned entrypoint for inspecting and resolving model artifacts. More...
#include <modelcatalog.h>
Static Public Member Functions | |
| static std::optional< ValidatedModelPackage > | inspectPath (const QString &path, QStringView requiredEngine={}, QStringView requiredModelFormat={}, RuntimeError *error=nullptr) |
| Inspects and resolves a model artifact path into a validated package value. | |
Product-owned entrypoint for inspecting and resolving model artifacts.
Definition at line 16 of file modelcatalog.h.
|
static |
Inspects and resolves a model artifact path into a validated package value.
| path | Package root, manifest path, or raw compatibility artifact. |
| requiredEngine | Optional engine compatibility filter. |
| requiredModelFormat | Optional model-format compatibility filter. |
| error | Optional destination for structured failures. |