MessageContentOutputTextContent Constructor

Definition

Initializes a new instance of MessageContentOutputTextContent.

public MessageContentOutputTextContent(string text, System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.Annotation> annotations, System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.LogProb> logprobs);
new Azure.AI.AgentServer.Responses.Models.MessageContentOutputTextContent : string * seq<Azure.AI.AgentServer.Responses.Models.Annotation> * seq<Azure.AI.AgentServer.Responses.Models.LogProb> -> Azure.AI.AgentServer.Responses.Models.MessageContentOutputTextContent
Public Sub New (text As String, annotations As IEnumerable(Of Annotation), logprobs As IEnumerable(Of LogProb))

Parameters

text
String

The text output from the model.

annotations
IEnumerable<Annotation>

The annotations of the text output.

logprobs
IEnumerable<LogProb>

Exceptions

text, annotations or logprobs is null.

Applies to