Table of Contents

Method ToString

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

ToString()

public override string ToString()

Returns

string

Examples

var result = await chat.LoadDocumentAsync("report.pdf");
Console.WriteLine(result.ToString());
// Output: "report.pdf: FullDocument, 3 page(s), 1200 tokens"
Share