Freigeben über


FunctionShellActionParam(IEnumerable<String>) Constructor

Definition

Initializes a new instance of FunctionShellActionParam.

public FunctionShellActionParam(System.Collections.Generic.IEnumerable<string> commands);
new Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam : seq<string> -> Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam
Public Sub New (commands As IEnumerable(Of String))

Parameters

commands
IEnumerable<String>

Ordered shell commands for the execution environment to run.

Exceptions

commands is null.

Applies to