Table of Contents

Property ShouldRetrieve

Namespace
Qavren.Edge.Rag
Assembly
Qavren.Edge.Rag.dll

ShouldRetrieve

Return false to skip retrieval for a turn - a greeting, a follow-up that needs no sources.

public Func<IEnumerable<ChatMessage>, ChatOptions?, bool>? ShouldRetrieve { get; set; }

Property Value

Func<IEnumerable<ChatMessage>, ChatOptions, bool>