ToolDescription 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.
Description of a tool that can be used by an agent.
public class ToolDescription : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ToolDescription>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ToolDescription>
type ToolDescription = class
interface IJsonModel<ToolDescription>
interface IPersistableModel<ToolDescription>
Public Class ToolDescription
Implements IJsonModel(Of ToolDescription), IPersistableModel(Of ToolDescription)
- Inheritance
-
ToolDescription
- Implements
Constructors
| Name | Description |
|---|---|
| ToolDescription() |
Initializes a new instance of ToolDescription. |
Properties
| Name | Description |
|---|---|
| Description |
A brief description of the tool's purpose. |
| Name |
The name of the tool. |