ReasoningTextContent(String) Constructor

Definition

Initializes a new instance of ReasoningTextContent.

public ReasoningTextContent(string text);
new Azure.AI.AgentServer.Responses.Models.ReasoningTextContent : string -> Azure.AI.AgentServer.Responses.Models.ReasoningTextContent
Public Sub New (text As String)

Parameters

text
String

The reasoning text from the model.

Exceptions

text is null.

Applies to