OpenAISummaryCopilotOptions.WithModel

OpenAISummaryCopilotOptions.WithModel method

Sets the model for the summary copilot options.

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

Return Value

The current instance of OpenAISummaryCopilotOptions.

See Also