LlamaSummaryCopilotOptions.WithSummaryPrompt

LlamaSummaryCopilotOptions.WithSummaryPrompt method

Sets the summary prompt for the summary copilot options.

public LlamaSummaryCopilotOptions WithSummaryPrompt(string summaryPrompt)
ParameterTypeDescription
summaryPromptStringThe summary prompt to set.

Return Value

The current instance of LlamaSummaryCopilotOptions.

See Also