Class LocalShellCall
A call to run a command on the local shell.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class LocalShellCall : ToolCall, IPrompt, IValidatable, IHasId<string>
Constructors
| Edit this page View SourceLocalShellCall()
Declaration
public LocalShellCall()
Properties
| Edit this page View SourceAction
Declaration
[JsonProperty("action")]
public ShellCommand Action { get; set; }
Property Value
| Type | Description |
|---|---|
| ShellCommand |