Table of Contents

Enum EdgeGuidanceProbeResult

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

The guidance probe's outcome.

public enum EdgeGuidanceProbeResult

Fields

Unprobed = 0

The probe has not run.

Enforced = 1

The probe proved the constraint was applied.

NotEnforced = 2

The probe ran and the constraint was not proven enforced.

ProbeFailed = 3

The probe itself threw.

Remarks

NotEnforced means "not proven enforced", not "proven absent": a guidance-enabled build could also fail the probe if the model or its template is unusual, which is why the taxonomy separates a throw (ProbeFailed) from a mismatch. The diagnostics key says exactly that.