A2ATool 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 A2ATool : Azure.AI.Projects.OpenAI.AgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.A2ATool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.A2ATool>
type A2ATool = class
inherit AgentTool
interface IJsonModel<A2ATool>
interface IPersistableModel<A2ATool>
Public Class A2ATool
Inherits AgentTool
Implements IJsonModel(Of A2ATool), IPersistableModel(Of A2ATool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| A2ATool(Uri) |
Initializes a new instance of A2ATool. |
Properties
| Name | Description |
|---|---|
| AgentCardPath |
The path to the agent card relative to the |
| BaseUri |
Base URL of the agent. |
| 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. |