Constructor ResponseGenerationStartedEventArgs
ResponseGenerationStartedEventArgs(string, bool, int)
Initializes a new instance of the ResponseGenerationStartedEventArgs class.
public ResponseGenerationStartedEventArgs(string question, bool usesFullContext, int passageCount = 0)
Parameters
Examples
var args = new ResponseGenerationStartedEventArgs(
question: "What is the summary of chapter 3?",
usesFullContext: false,
passageCount: 4);