Freigeben über


FunctionShellAction Constructor

Definition

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>
timeoutMs
Nullable<Int64>
maxOutputLength
Nullable<Int64>

Exceptions

commands is null.

Applies to