OutputItemMcpListToolsBuilder.EmitDone Method

Definition

Produces a response.output_item.done event with the MCP list tools item. The Error property is not populated by this builder; callers should set it on the item if EmitFailed() 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 list tools item.

Applies to