ResponseEventStream.AddOutputItemFunctionCall(String, String) Method

Definition

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

public virtual Azure.AI.AgentServer.Responses.OutputItemFunctionCallBuilder AddOutputItemFunctionCall(string name, string callId);
abstract member AddOutputItemFunctionCall : string * string -> Azure.AI.AgentServer.Responses.OutputItemFunctionCallBuilder
override this.AddOutputItemFunctionCall : string * string -> Azure.AI.AgentServer.Responses.OutputItemFunctionCallBuilder
Public Overridable Function AddOutputItemFunctionCall (name As String, callId As String) As OutputItemFunctionCallBuilder

Parameters

name
String

The function name.

callId
String

The call ID for this function call.

Returns

A new OutputItemFunctionCallBuilder for the function call output item.

Applies to