Share via


PromptExecutionSettings.ModelId Property

Definition

Model identifier. This identifies the AI model these settings are configured for e.g., gpt-4, gpt-3.5-turbo

[System.Text.Json.Serialization.JsonPropertyName("model_id")]
public string? ModelId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("model_id")>]
member this.ModelId : string with get, set
Public Property ModelId As String

Property Value

Attributes

Applies to