Class PromptHistory
ScriptableObject database for storing prompt history data. This database is used to keep track of the prompts sent to the AI and their responses. It is useful for debugging and analyzing the performance of the AI.
Inheritance
object
PromptHistory
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class PromptHistory : ScriptableDatabase<PromptHistory.Repo, PromptRecord, PromptHistory>