共用方式為


AIInferenceModelFactory.ChatRequestDeveloperMessage(String) Method

Definition

Initializes a new instance of ChatRequestDeveloperMessage.

public static Azure.AI.Inference.ChatRequestDeveloperMessage ChatRequestDeveloperMessage(string content = default);
static member ChatRequestDeveloperMessage : string -> Azure.AI.Inference.ChatRequestDeveloperMessage
Public Shared Function ChatRequestDeveloperMessage (Optional content As String = Nothing) As ChatRequestDeveloperMessage

Parameters

content
String

The contents of the developer message.

Returns

A new ChatRequestDeveloperMessage instance for mocking.

Applies to