Class ToolBase
public abstract class ToolBase
- Inheritance
-
ToolBase
- Derived
- Inherited Members
Constructors
ToolBase(string)
public ToolBase(string type)
Parameters
type
string
Properties
Type
[JsonPropertyName("type")]
public string Type { get; set; }