Class LocalChatbotProfileBase
public abstract class LocalChatbotProfileBase : ChatbotProfile, ILocalChatbotProfile, IAssistantProfile
- Inheritance
-
object
LocalChatbotProfileBase
- Implements
-
- Derived
-
- Inherited Members
-
Fields
isAutoSaveEnabled
protected bool isAutoSaveEnabled
Field Value
- bool
isAutoTitleEnabled
protected bool isAutoTitleEnabled
Field Value
- bool
maxContextMessages
protected int maxContextMessages
Field Value
- int
seed
protected SerializableNullable<uint> seed
Field Value
- SerializableNullable<uint>
startingMessage
protected string startingMessage
Field Value
- string
stopSequences
protected List<string> stopSequences
Field Value
- List<string>
Properties
IsAutoSaveEnabled
public bool IsAutoSaveEnabled { get; set; }
Property Value
- bool
IsAutoTitleEnabled
public bool IsAutoTitleEnabled { get; set; }
Property Value
- bool
MaxContextMessages
public int MaxContextMessages { get; set; }
Property Value
- int
Seed
public uint? Seed { get; set; }
Property Value
- uint?
StartingMessage
public string StartingMessage { get; set; }
Property Value
- string
StopSequences
public List<string> StopSequences { get; set; }
Property Value
- List<string>