A2APreviewToolboxTool 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 A2APreviewToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.A2APreviewToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.A2APreviewToolboxTool>
type A2APreviewToolboxTool = class
inherit ToolboxTool
interface IJsonModel<A2APreviewToolboxTool>
interface IPersistableModel<A2APreviewToolboxTool>
Public Class A2APreviewToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of A2APreviewToolboxTool), IPersistableModel(Of A2APreviewToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| A2APreviewToolboxTool() |
Initializes a new instance of A2APreviewToolboxTool. |
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. (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 |