ResponsesFunctionShellToolParam 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 ResponsesFunctionShellToolParam : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParam>
type ResponsesFunctionShellToolParam = class
inherit ResponsesTool
interface IJsonModel<ResponsesFunctionShellToolParam>
interface IPersistableModel<ResponsesFunctionShellToolParam>
Public Class ResponsesFunctionShellToolParam
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesFunctionShellToolParam), IPersistableModel(Of ResponsesFunctionShellToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesFunctionShellToolParam() |
Initializes a new instance of ResponsesFunctionShellToolParam. |
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. |