Interface IInstructionsUpdaterSettings
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IInstructionsUpdaterSettings
Properties
| Edit this page View SourceMinMessageLength
Minimum total character length of a message to be considered non-trivial. Default 8.
Declaration
int MinMessageLength { get; }
Property Value
| Type | Description |
|---|---|
| int |
MinQuestionLength
Minimum character length for a question (ending with '?') to be considered non-trivial. Default 8.
Declaration
int MinQuestionLength { get; }
Property Value
| Type | Description |
|---|---|
| int |