Class LocalShellOutput
The output from a local shell tool call.
public class LocalShellOutput : ToolOutput, IPrompt, IToolCallOutput
- Inheritance
-
objectLocalShellOutput
- 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