Class FileSearchParameters
[Serializable]
public class FileSearchParameters : IToolParameters
- Inheritance
-
objectFileSearchParameters
- Implements
Fields
MaxNumResults
[Range]
public int MaxNumResults
Field Value
- int
Ranker
public string Ranker
Field Value
- string
ScoreThreshold
public float ScoreThreshold
Field Value
- float
Properties
Type
public ToolType Type { get; }
Property Value
Methods
AddTools(Model, ICollection<Tool>)
public Log AddTools(Model model, ICollection<Tool> tools)
Parameters
Returns
- Log