OpenAISummaryCopilotOptions.WithSummaryPrompt

OpenAISummaryCopilotOptions.WithSummaryPrompt method

Sets the summary prompt for the summary copilot options.

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

Return Value

The current instance of OpenAISummaryCopilotOptions.

See Also