Interface IAdaptiveInstructionsUpdaterSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IAdaptiveInstructionsUpdaterSettings : IInstructionsUpdaterSettings
Properties
|
Edit this page
View Source
EmbeddingModel
Declaration
Model EmbeddingModel { get; }
Property Value
|
Edit this page
View Source
MinSimilarity
Minimum cosine similarity (0??) required to accept a match. Default 0.70.
Returns null without changing instructions when the best score is below this threshold.
Declaration
float MinSimilarity { get; }
Property Value
|
Edit this page
View Source
Rules
Declaration
List<InstructionsRule> Rules { get; }
Property Value
Extension Methods