Class CustomToolParameters
[Serializable]
public class CustomToolParameters : IToolParameters
- Inheritance
-
object
CustomToolParameters
- Implements
-
Fields
Field Value
- string
public StringOrTextAsset Description
Field Value
- StringOrTextAsset
public CustomToolFormatType FormatType
Field Value
- CustomToolFormatType
Field Value
- string
Field Value
- string
Properties
public ToolType Type { get; }
Property Value
- ToolType
Methods
public Log AddTools(Model model, ICollection<Tool> tools)
Parameters
model Model
tools ICollection<Tool>
Returns
- Log