Table of Contents

Class FileSearchParameters

Namespace
Glitch9.AIDevKit
[Serializable]
public class FileSearchParameters : IToolParameters
Inheritance
object
FileSearchParameters
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

ToolType

Methods

AddTools(Model, ICollection<Tool>)

public Log AddTools(Model model, ICollection<Tool> tools)

Parameters

model Model
tools ICollection<Tool>

Returns

Log