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