Table of Contents

Class ChatBackendReport

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

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::LoadChatTemplate returns 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.OnnxRuntimeGenAI package version, taken from the assembly metadata the csproj emits out of the central package pin. Not read from the GenAI assembly: it reports AssemblyVersion 0.0.0.0, FileVersion 0.0.0.0, carries no AssemblyInformationalVersionAttribute, 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.