OutputItemCustomToolCallBuilder.EmitInputDone(String) Method

Definition

Produces a response.custom_tool_call_input.done event with the final input.

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

Parameters

input
String

The final complete input.

Returns

A ResponseCustomToolCallInputDoneEvent with the final input.

Applies to