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