Property Query
Query
Gets the query that was used for retrieval.
public string Query { get; }
Property Value
Examples
pdfChat.PassageRetrievalCompleted += (sender, e) =>
{
Console.WriteLine($"Searched for: {e.Query}");
};
Gets the query that was used for retrieval.
public string Query { get; }
pdfChat.PassageRetrievalCompleted += (sender, e) =>
{
Console.WriteLine($"Searched for: {e.Query}");
};