Namespace Glitch9.AIDevKit.Advanced.Chat
Classes
ChatSession
Represents a single chat session, including its metadata, settings, messages, and serialization logic.
Provides support for saving, loading, summarizing, and auto-saving the session.
*Note:
- I've tried to make this 'ScriptableObject' but since you need to be able to create instances of this class at runtime, it is not possible.
- So remember this and don't try it again.
ChatSummary
GENChatTask
Task for generating text using an LLM model. Supports instructions and role-based prompts.