Table of Contents

Class LocalShellOutput

Namespace
Glitch9.AIDevKit

The output from a local shell tool call.

public class LocalShellOutput : ToolOutput, IPrompt, IToolCallOutput
Inheritance
object
LocalShellOutput
Implements
Inherited Members
Extension Methods

Constructors

LocalShellOutput()

public LocalShellOutput()

Properties

Output

A JSON string of the output of the local shell tool call.

public string Output { get; set; }

Property Value

string