A2AToolboxTool 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 A2A tool stored in a toolbox.
public class A2AToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.A2AToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.A2AToolboxTool>
type A2AToolboxTool = class
inherit ToolboxTool
interface IJsonModel<A2AToolboxTool>
interface IPersistableModel<A2AToolboxTool>
Public Class A2AToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of A2AToolboxTool), IPersistableModel(Of A2AToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| A2AToolboxTool(A2AProtocolVersion) |
Initializes a new instance of A2AToolboxTool. |
Properties
| Name | Description |
|---|---|
| A2aVersion |
The A2A protocol version supported by the agent. |
| 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. (Inherited from ToolboxTool) |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| 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. |
| SendCredentialsForAgentCard |
When |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |