A2APreviewTool 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.
An agent implementing the A2A protocol.
public class A2APreviewTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.A2APreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.A2APreviewTool>
type A2APreviewTool = class
inherit Tool
interface IJsonModel<A2APreviewTool>
interface IPersistableModel<A2APreviewTool>
Public Class A2APreviewTool
Inherits Tool
Implements IJsonModel(Of A2APreviewTool), IPersistableModel(Of A2APreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| A2APreviewTool() |
Initializes a new instance of A2APreviewTool. |
Properties
| Name | Description |
|---|---|
| AgentCardPath |
The path to the agent card relative to the |
| BaseUrl |
Base URL of the agent. |
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| ProjectConnectionId |
The connection ID in the project for the A2A server. The connection stores authentication and other connection details needed to connect to the A2A server. |