Class FileSearchSettings
Inheritance
FileSearchSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
public sealed class FileSearchSettings : IHostedToolOptions
Properties
|
Edit this page
View Source
MaxNumResults
Declaration
public int MaxNumResults { get; }
Property Value
|
Edit this page
View Source
Ranker
Declaration
public string Ranker { get; }
Property Value
|
Edit this page
View Source
ScoreThreshold
Declaration
public float ScoreThreshold { get; }
Property Value
|
Edit this page
View Source
Declaration
public Dictionary<Api, ToolType> ToolTypesByApi { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public IEnumerable<Tool> GetHostedTools(Model model)
Parameters
| Type |
Name |
Description |
| Model |
model |
|
Returns
Implements
Extension Methods