OutputItemMcpCallBuilder.EmitDone 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.output_item.done event with the completed MCP tool call item.
Uses the terminal status recorded by EmitCompleted() or EmitFailed(),
defaulting to Completed if neither was called (S-060).
public virtual Azure.AI.AgentServer.Responses.Models.ResponseOutputItemDoneEvent EmitDone();
override this.EmitDone : unit -> Azure.AI.AgentServer.Responses.Models.ResponseOutputItemDoneEvent
Public Overridable Function EmitDone () As ResponseOutputItemDoneEvent
Returns
A ResponseOutputItemDoneEvent for this MCP call.