LlamaSummaryCopilotOptions.WithDocument

WithDocument(TextDocument)

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

public LlamaSummaryCopilotOptions WithDocument(TextDocument textDocument)
ParameterTypeDescription
textDocumentTextDocumentالمستند النصي الذي سيتم إضافته.

Return Value

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

See Also


WithDocument(PdfDocument)

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

public LlamaSummaryCopilotOptions WithDocument(PdfDocument pdfDocument)
ParameterTypeDescription
pdfDocumentPdfDocumentمستند PDF الذي سيتم إضافته.

Return Value

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

See Also


WithDocument(string)

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

public LlamaSummaryCopilotOptions WithDocument(string filePath)
ParameterTypeDescription
filePathStringمسار الملف للمستند الذي سيتم إضافته.

Return Value

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

See Also