OpenAIChatCopilotOptions.WithDocument

WithDocument(TextDocument)

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

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

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocument(PdfDocument)

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

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

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız


WithDocument(string)

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

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

Dönüş Değeri

OpenAIChatCopilotOptions nesnesinin mevcut örneği.

Ayrıca Bakınız