ResponsesCustomToolParam 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 ResponsesCustomToolParam : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesCustomToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesCustomToolParam>
type ResponsesCustomToolParam = class
inherit ResponsesTool
interface IJsonModel<ResponsesCustomToolParam>
interface IPersistableModel<ResponsesCustomToolParam>
Public Class ResponsesCustomToolParam
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesCustomToolParam), IPersistableModel(Of ResponsesCustomToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesCustomToolParam(String) |
Initializes a new instance of ResponsesCustomToolParam. |
Properties
| Name | Description |
|---|---|
| DeferLoading |
Whether this tool should be deferred and discovered via tool search. |
| 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. |