ResponseEventStream.AddOutputItemFunctionShellCall Method

Definition

Creates a function shell call output item scope with the next output index and an auto-generated item ID.

public virtual Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionShellCall> AddOutputItemFunctionShellCall();
abstract member AddOutputItemFunctionShellCall : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionShellCall>
override this.AddOutputItemFunctionShellCall : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionShellCall>
Public Overridable Function AddOutputItemFunctionShellCall () As OutputItemBuilder(Of OutputItemFunctionShellCall)

Returns

A new OutputItemBuilder<T> for the function shell call output item.

Applies to