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