FunctionShellToolParam 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.
Shell tool.
public class FunctionShellToolParam : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellToolParam>
type FunctionShellToolParam = class
inherit Tool
interface IJsonModel<FunctionShellToolParam>
interface IPersistableModel<FunctionShellToolParam>
Public Class FunctionShellToolParam
Inherits Tool
Implements IJsonModel(Of FunctionShellToolParam), IPersistableModel(Of FunctionShellToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellToolParam() |
Initializes a new instance of FunctionShellToolParam. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Environment |
Gets or sets the Environment. |
| Name |
Optional user-defined name for this tool or configuration. |