OutputItemFunctionCallBuilder.EmitArgumentsDelta(String) Method

Definition

Produces a response.function_call_arguments.delta event with the given argument chunk.

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

Parameters

delta
String

The argument chunk to send as a delta.

Returns

A ResponseFunctionCallArgumentsDeltaEvent with the delta.

Applies to