OutputItemCustomToolCallBuilder.EmitInputDelta(String) Method

Definition

Produces a response.custom_tool_call_input.delta event with the given input chunk.

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

Parameters

delta
String

The input chunk to send as a delta.

Returns

A ResponseCustomToolCallInputDeltaEvent with the delta.

Applies to