OutputItemCustomToolCallBuilder.EmitInputDelta(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.
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.