OpenAIChatCopilotOptions.WithDocuments

WithDocuments(DocumentCollection)

Sohbet yardımcı pilot seçenekleri için belge koleksiyonunu ayarlar.

public OpenAIChatCopilotOptions WithDocuments(DocumentCollection documentCollection)
ParametreTürAçıklama
documentCollectionDocumentCollectionAyarlanacak belge koleksiyonu.

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocuments(List<TextDocument>)

Sohbet yardımcı pilot seçenekleri için belge koleksiyonuna birden fazla metin belgesi ekler.

public OpenAIChatCopilotOptions WithDocuments(List<TextDocument> textDocuments)
ParametreTürAçıklama
textDocumentsList`1Eklemek için metin belgeleri listesi.

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocuments(List<PdfDocument>)

Sohbet yardımcı pilot seçenekleri için belge koleksiyonuna birden fazla PDF belgesi ekler.

public OpenAIChatCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
ParametreTürAçıklama
pdfDocumentsList`1Eklemek için PDF belgeleri listesi.

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocuments(List<string>)

Sohbet yardımcı pilot seçenekleri için belge koleksiyonuna birden fazla belge yolu ekler.

public OpenAIChatCopilotOptions WithDocuments(List<string> filePaths)
ParametreTürAçıklama
filePathsList`1Eklemek için dosya yolları listesi.

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız