CustomToolParam 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.
Custom tool.
public class CustomToolParam : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.CustomToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.CustomToolParam>
type CustomToolParam = class
inherit Tool
interface IJsonModel<CustomToolParam>
interface IPersistableModel<CustomToolParam>
Public Class CustomToolParam
Inherits Tool
Implements IJsonModel(Of CustomToolParam), IPersistableModel(Of CustomToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CustomToolParam(String) |
Initializes a new instance of CustomToolParam. |
Properties
| Name | Description |
|---|---|
| Description |
Optional description of the custom tool, used to provide more context. |
| Format |
The input format for the custom tool. Default is unconstrained text. |
| Name |
The name of the custom tool, used to identify it in tool calls. |