Class ChatBackendReport
What the shipped native build and this model actually turned out to be.
public sealed record ChatBackendReport : IEquatable<ChatBackendReport>
- Inheritance
-
ChatBackendReport
- Implements
- Inherited Members
Constructors
- ChatBackendReport(string, string, string, string?, IReadOnlyList<string>, bool, EdgeGuidanceProbeResult, string)
What the shipped native build and this model actually turned out to be.
Properties
- Abi
The running Android ABI, or null off Android.
- ChatTemplateSupported
Whether minja parsed the model's own Jinja template. False is not a guess:
TokenizerImpl::LoadChatTemplatereturns OK with only a warning when it cannot, so the failure would otherwise surface mid-sentence on a user's first message.
- GenAiVersion
The
Microsoft.ML.OnnxRuntimeGenAIpackage version, taken from the assembly metadata the csproj emits out of the central package pin. Not read from the GenAI assembly: it reportsAssemblyVersion0.0.0.0,FileVersion0.0.0.0, carries noAssemblyInformationalVersionAttribute, and its managed surface has no version API (measured - plan adjustment 1).
- Guidance
The guidance probe's verdict. NotEnforced means not proven enforced and not proven absent.
- OrtVersion
The ONNX Runtime assembly version loaded in this process.
- PromptFormatter
Which formatter this model's prompts go through: the model's own chat template, the consumer's ChatPromptFormatter, or the role-prefixed fallback whose output quality is materially worse.
- Providers
The execution providers named in the resolved configuration.
- RuntimeIdentifier
The running RID.