FunctionToolParam 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.
The FunctionToolParam.
public class FunctionToolParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionToolParam>
type FunctionToolParam = class
interface IJsonModel<FunctionToolParam>
interface IPersistableModel<FunctionToolParam>
Public Class FunctionToolParam
Implements IJsonModel(Of FunctionToolParam), IPersistableModel(Of FunctionToolParam)
- Inheritance
-
FunctionToolParam
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionToolParam(String) |
Initializes a new instance of FunctionToolParam. |
Properties
| Name | Description |
|---|---|
| DeferLoading |
Whether this function should be deferred and discovered via tool search. |
| Description |
Gets or sets the Description. |
| Name |
Gets or sets the Name. |
| Parameters |
Gets or sets the Parameters. |
| Strict |
Gets or sets the Strict. |
| Type |
Gets the Type. |