LlamaSummaryCopilotOptions.WithDocuments

WithDocuments(DocumentCollection)

تعيين مجموعة الوثائق لخيارات مساعد الملخص.

public LlamaSummaryCopilotOptions WithDocuments(DocumentCollection documentCollection)
المعاملالنوعالوصف
documentCollectionDocumentCollectionمجموعة الوثائق التي سيتم تعيينها.

قيمة الإرجاع

الحالة الحالية من LlamaSummaryCopilotOptions.

انظر أيضًا


WithDocuments(List<TextDocument>)

يضيف مستندات نصية متعددة إلى مجموعة الوثائق لخيارات مساعد الملخص.

public LlamaSummaryCopilotOptions WithDocuments(List<TextDocument> textDocuments)
المعاملالنوعالوصف
textDocumentsList`1قائمة المستندات النصية التي سيتم إضافتها.

قيمة الإرجاع

الحالة الحالية من LlamaSummaryCopilotOptions.

انظر أيضًا


WithDocuments(List<PdfDocument>)

يضيف مستندات PDF متعددة إلى مجموعة الوثائق لخيارات مساعد الملخص.

public LlamaSummaryCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
المعاملالنوعالوصف
pdfDocumentsList`1قائمة مستندات PDF التي سيتم إضافتها.

قيمة الإرجاع

الحالة الحالية من LlamaSummaryCopilotOptions.

انظر أيضًا


WithDocuments(List<string>)

يضيف مسارات مستندات متعددة إلى مجموعة الوثائق لخيارات مساعد الملخص.

public LlamaSummaryCopilotOptions WithDocuments(List<string> filePaths)
المعاملالنوعالوصف
filePathsList`1قائمة مسارات الملفات التي سيتم إضافتها.

قيمة الإرجاع

الحالة الحالية من LlamaSummaryCopilotOptions.

انظر أيضًا