Class LocalShellOutput
The output from a local shell tool call.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class LocalShellOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>, IToolCallOutput
Constructors
| Edit this page View SourceLocalShellOutput()
Declaration
public LocalShellOutput()
Properties
| Edit this page View SourceOutput
A JSON string of the output of the local shell tool call.
Declaration
[JsonProperty("output")]
public string Output { get; set; }
Property Value
| Type | Description |
|---|---|
| string |