Interface IDefaultInstructionsUpdaterSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IDefaultInstructionsUpdaterSettings : IInstructionsUpdaterSettings
Properties
|
Edit this page
View Source
EmbeddingModel
Declaration
Model EmbeddingModel { get; }
Property Value
|
Edit this page
View Source
GenerationModel
Declaration
Model GenerationModel { get; }
Property Value
|
Edit this page
View Source
MaxTokens
Maximum number of tokens for the generated system instructions. Default 400.
Declaration
Property Value
|
Edit this page
View Source
Additional context describing the agent's role and purpose, provided to the LLM.
When null, only the default meta prompt is used.
Declaration
string MetaInstructions { get; }
Property Value
|
Edit this page
View Source
TopicShiftThreshold
Cosine similarity lower bound (0??) below which a topic shift is declared. Default 0.82.
When similarity falls below this threshold, the LLM is called to regenerate instructions.
Declaration
float TopicShiftThreshold { get; }
Property Value
Extension Methods