IntelligenceX
Class

CommandExecRequest

Namespace IntelligenceX.OpenAI.AppServer.Models
Assembly IntelligenceX
Modifiers sealed

Represents a command execution request for the app-server.

Inheritance

  • Object
  • CommandExecRequest

Constructors

public CommandExecRequest(IReadOnlyList<String> command) #

Initializes a new command execution request.

Parameters

command System.Collections.Generic.IReadOnlyList{System.String}
Command and arguments.

Properties

public IReadOnlyList<String> Command { get; } #

Gets the command and arguments.

public String WorkingDirectory { get; set; } #

Gets or sets the working directory.

public SandboxPolicy SandboxPolicy { get; set; } #

Gets or sets the sandbox policy.

public Nullable<Int32> TimeoutMs { get; set; } #

Gets or sets the timeout in milliseconds.