OutputItemMessageBuilder.AddTextContent Method
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.
Creates a text content part scope with the next content index. The builder is auto-tracked for inclusion in EmitDone().
public virtual Azure.AI.AgentServer.Responses.TextContentBuilder AddTextContent();
abstract member AddTextContent : unit -> Azure.AI.AgentServer.Responses.TextContentBuilder
override this.AddTextContent : unit -> Azure.AI.AgentServer.Responses.TextContentBuilder
Public Overridable Function AddTextContent () As TextContentBuilder
Returns
A new TextContentBuilder for the text content part.