LlamaSummaryCopilotOptions.WithDocument

WithDocument(TextDocument)

Özet yardımcı pilot seçenekleri için belge koleksiyonuna bir metin belgesi ekler.

public LlamaSummaryCopilotOptions WithDocument(TextDocument textDocument)
ParametreTürAçıklama
textDocumentTextDocumentEklemek için metin belgesi.

Dönüş Değeri

LlamaSummaryCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocument(PdfDocument)

Özet yardımcı pilot seçenekleri için belge koleksiyonuna bir PDF belgesi ekler.

public LlamaSummaryCopilotOptions WithDocument(PdfDocument pdfDocument)
ParametreTürAçıklama
pdfDocumentPdfDocumentEklemek için PDF belgesi.

Dönüş Değeri

LlamaSummaryCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocument(string)

Özet yardımcı pilot seçenekleri için belge koleksiyonuna bir belge yolu ekler.

public LlamaSummaryCopilotOptions WithDocument(string filePath)
ParametreTürAçıklama
filePathStringEklemek için belgenin dosya yolu.

Dönüş Değeri

LlamaSummaryCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız