Class LocalShellTool
A tool that allows the model to execute shell commands in a local environment.
public sealed class LocalShellTool : ITool
- Inheritance
-
LocalShellTool
- Implements
- Inherited Members
Constructors
LocalShellTool()
public LocalShellTool()
Properties
Type
[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }
Property Value
Operators
implicit operator Tool(LocalShellTool)
public static implicit operator Tool(LocalShellTool localShellTool)
Parameters
localShellTool
LocalShellTool