MessageContentOutputTextContent 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 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.