Table of Contents

Class ResponseGenerationStartedEventArgs

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

Provides data for the ResponseGenerationStarted event.

public sealed class ResponseGenerationStartedEventArgs : EventArgs
Inheritance
ResponseGenerationStartedEventArgs
Inherited Members

Constructors

ResponseGenerationStartedEventArgs(string, bool, int)

Initializes a new instance of the ResponseGenerationStartedEventArgs class.

Properties

PassageCount

Gets the number of passages being used as context. Only meaningful when UsesFullContext is false.

Question

Gets the user's question.

UsesFullContext

Gets whether the response uses full document context or passage retrieval.