RunThreadCreateRequest.Model

RunThreadCreateRequest.Model property

Gets or sets the ID of the Model to be used to execute this run. If a value is provided here, it will override the model associated with the assistant. If not, the model associated with the assistant will be used.

public string Model { get; set; }

See Also