OutputItemFunctionCallBuilder.EmitArgumentsDone(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.function_call_arguments.done event with the complete arguments.
public virtual Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDoneEvent EmitArgumentsDone(string arguments);
abstract member EmitArgumentsDone : string -> Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDoneEvent
override this.EmitArgumentsDone : string -> Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDoneEvent
Public Overridable Function EmitArgumentsDone (arguments As String) As ResponseFunctionCallArgumentsDoneEvent
Parameters
- arguments
- String
The complete arguments JSON string.
Returns
A ResponseFunctionCallArgumentsDoneEvent with the arguments.