Table of Contents

Property OnChunkRejected

Namespace
LMKit.Retrieval.ChunkQuality
Assembly
LM-Kit.NET.dll

OnChunkRejected

Optional observer invoked for every chunk the session rejects (dropped or flagged), with the chunk's zero-based index in the current EvaluatePage(IReadOnlyList<string>) call and its full assessment. Intended for logging, auditing, and rejected-content dumps; exceptions thrown by the observer propagate to the EvaluatePage(IReadOnlyList<string>) caller.

public Action<int, ChunkQualityAssessment> OnChunkRejected { get; set; }

Property Value

Action<int, ChunkQualityAssessment>
Share