PromptExecutionSettings.ModelId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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