FunctionShellActionParam 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 action.
public class FunctionShellActionParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam>
type FunctionShellActionParam = class
interface IJsonModel<FunctionShellActionParam>
interface IPersistableModel<FunctionShellActionParam>
Public Class FunctionShellActionParam
Implements IJsonModel(Of FunctionShellActionParam), IPersistableModel(Of FunctionShellActionParam)
- Inheritance
-
FunctionShellActionParam
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellActionParam(IEnumerable<String>) |
Initializes a new instance of FunctionShellActionParam. |
Properties
| Name | Description |
|---|---|
| Commands |
Ordered shell commands for the execution environment to run. |
| MaxOutputLength |
Gets or sets the MaxOutputLength. |
| TimeoutMs |
Gets or sets the TimeoutMs. |