OpenAIPromptExecutionSettings.ChatSystemPrompt 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.
The system prompt to use when generating text using a chat model. Defaults to "Assistant is a large language model."
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("chat_system_prompt")]
public string? ChatSystemPrompt { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("chat_system_prompt")>]
member this.ChatSystemPrompt : string with get, set
Public Property ChatSystemPrompt As String
Property Value
- Attributes