SessionResponseMcpListToolItem 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.
A response item that lists the tools available on an MCP server.
public class SessionResponseMcpListToolItem : Azure.AI.VoiceLive.SessionResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionResponseMcpListToolItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionResponseMcpListToolItem>
type SessionResponseMcpListToolItem = class
inherit SessionResponseItem
interface IJsonModel<SessionResponseMcpListToolItem>
interface IPersistableModel<SessionResponseMcpListToolItem>
Public Class SessionResponseMcpListToolItem
Inherits SessionResponseItem
Implements IJsonModel(Of SessionResponseMcpListToolItem), IPersistableModel(Of SessionResponseMcpListToolItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Id |
Gets the Id. (Inherited from SessionResponseItem) |
| ServerLabel |
The label of the server that provides the tools. |
| Tools |
The tools available on the server. |