ResponseEventStream.AddOutputItemMessage 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 message output item scope with the next output index and an auto-generated item ID.
public virtual Azure.AI.AgentServer.Responses.OutputItemMessageBuilder AddOutputItemMessage();
abstract member AddOutputItemMessage : unit -> Azure.AI.AgentServer.Responses.OutputItemMessageBuilder
override this.AddOutputItemMessage : unit -> Azure.AI.AgentServer.Responses.OutputItemMessageBuilder
Public Overridable Function AddOutputItemMessage () As OutputItemMessageBuilder
Returns
A new OutputItemMessageBuilder for the message output item.