LlamaSummaryCopilotOptions.WithInstructions

LlamaSummaryCopilotOptions.WithInstructions method

Sets the instructions for the summary copilot options.

public LlamaSummaryCopilotOptions WithInstructions(string instructions)
ParameterTypeDescription
instructionsStringThe instructions to set.

Return Value

The current instance of LlamaSummaryCopilotOptions.

See Also