LlamaSummaryCopilotOptions.WithModel

LlamaSummaryCopilotOptions.WithModel method

Sets the model for the summary copilot options.

public LlamaSummaryCopilotOptions WithModel(string model)
ParameterTypeDescription
modelStringThe model to set.

Return Value

The current instance of LlamaSummaryCopilotOptions.

See Also