FunctionShellAction Constructor
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.
Initializes a new instance of FunctionShellAction.
public FunctionShellAction(System.Collections.Generic.IEnumerable<string> commands, long? timeoutMs, long? maxOutputLength);
new Azure.AI.AgentServer.Responses.Models.FunctionShellAction : seq<string> * Nullable<int64> * Nullable<int64> -> Azure.AI.AgentServer.Responses.Models.FunctionShellAction
Public Sub New (commands As IEnumerable(Of String), timeoutMs As Nullable(Of Long), maxOutputLength As Nullable(Of Long))
Parameters
- commands
- IEnumerable<String>
Exceptions
commands is null.