OpenAIChatCopilotOptions.WithDocuments
Innehåll
[
Dölj
]WithDocuments(DocumentCollection)
Ställer in dokumentkollektionen för chattkopilotalternativen.
public OpenAIChatCopilotOptions WithDocuments(DocumentCollection documentCollection)
Parameter | Typ | Beskrivning |
---|---|---|
documentCollection | DocumentCollection | Den dokumentkollektion som ska ställas in. |
Returvärde
Den aktuella instansen av OpenAIChatCopilotOptions
.
Se Även
- klass DocumentCollection
- klass OpenAIChatCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<TextDocument>)
Lägger till flera textdokument i dokumentkollektionen för chattkopilotalternativen.
public OpenAIChatCopilotOptions WithDocuments(List<TextDocument> textDocuments)
Parameter | Typ | Beskrivning |
---|---|---|
textDocuments | List`1 | Listan över textdokument som ska läggas till. |
Returvärde
Den aktuella instansen av OpenAIChatCopilotOptions
.
Se Även
- klass TextDocument
- klass OpenAIChatCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<PdfDocument>)
Lägger till flera PDF-dokument i dokumentkollektionen för chattkopilotalternativen.
public OpenAIChatCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
Parameter | Typ | Beskrivning |
---|---|---|
pdfDocuments | List`1 | Listan över PDF-dokument som ska läggas till. |
Returvärde
Den aktuella instansen av OpenAIChatCopilotOptions
.
Se Även
- klass PdfDocument
- klass OpenAIChatCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<string>)
Lägger till flera dokumentvägar i dokumentkollektionen för chattkopilotalternativen.
public OpenAIChatCopilotOptions WithDocuments(List<string> filePaths)
Parameter | Typ | Beskrivning |
---|---|---|
filePaths | List`1 | Listan över filvägar som ska läggas till. |
Returvärde
Den aktuella instansen av OpenAIChatCopilotOptions
.
Se Även
- klass OpenAIChatCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF