다음을 통해 공유


ChatRequestDeveloperMessage(String) Constructor

Definition

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.

Applies to