ChatRequestDeveloperMessage(String) Constructor
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.
Initializes a new instance of ChatRequestDeveloperMessage.
public ChatRequestDeveloperMessage(string content);
new Azure.AI.Inference.ChatRequestDeveloperMessage : string -> Azure.AI.Inference.ChatRequestDeveloperMessage
Public Sub New (content As String)
Parameters
- content
- String
The contents of the developer message.
Exceptions
content
is null.