ResponseEventStream.AddOutputItemFunctionCall(String, String) 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 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.