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