OutputItemFunctionCallBuilder.EmitArgumentsDone(String) Method

Definition

Produces a response.function_call_arguments.done event with the complete arguments.

public virtual Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDoneEvent EmitArgumentsDone(string arguments);
abstract member EmitArgumentsDone : string -> Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDoneEvent
override this.EmitArgumentsDone : string -> Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDoneEvent
Public Overridable Function EmitArgumentsDone (arguments As String) As ResponseFunctionCallArgumentsDoneEvent

Parameters

arguments
String

The complete arguments JSON string.

Returns

A ResponseFunctionCallArgumentsDoneEvent with the arguments.

Applies to