AssistantResponse.Model

AssistantResponse.Model property

Gets or sets the ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.

public string Model { get; set; }

See Also