OutputItemMcpListToolsBuilder Class
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.
Scoped builder for an MCP list tools output item. Provides methods for lifecycle events with success or failure terminal states.
public class OutputItemMcpListToolsBuilder : Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemMcpListTools>
type OutputItemMcpListToolsBuilder = class
inherit OutputItemBuilder<OutputItemMcpListTools>
Public Class OutputItemMcpListToolsBuilder
Inherits OutputItemBuilder(Of OutputItemMcpListTools)
- Inheritance
Constructors
| Name | Description |
|---|---|
| OutputItemMcpListToolsBuilder() |
Initializes a new instance of OutputItemMcpListToolsBuilder for mocking. |
Properties
| Name | Description |
|---|---|
| ItemId |
The auto-generated item ID for this output item. (Inherited from OutputItemBuilder<T>) |
| OutputIndex |
The output index assigned to this output item. (Inherited from OutputItemBuilder<T>) |
| ServerLabel |
The MCP server label. |
Methods
| Name | Description |
|---|---|
| EmitAdded() |
Produces a |
| EmitAdded(T) |
Produces a |
| EmitCompleted() |
Produces a |
| EmitDone() |
Produces a |
| EmitDone(T) |
Produces a |
| EmitFailed() |
Produces a |
| EmitInProgress() |
Produces a |