Table of Contents

Class PromptHistory.Repo

Namespace
Glitch9.AIDevKit

Database for storing prompt history data.

public class PromptHistory.Repo : Database<PromptRecord>, IDictionary<string, PromptRecord>, ICollection<KeyValuePair<string, PromptRecord>>, IEnumerable<KeyValuePair<string, PromptRecord>>
Inheritance
object
ReferencedDictionary<string, PromptRecord>
Database<PromptRecord>
PromptHistory.Repo
Implements
IDictionary<string, PromptRecord>
ICollection<KeyValuePair<string, PromptRecord>>
IEnumerable<KeyValuePair<string, PromptRecord>>
Inherited Members
ReferencedDictionary<string, PromptRecord>.serializedList
ReferencedDictionary<string, PromptRecord>.Count
ReferencedDictionary<string, PromptRecord>.IsReadOnly
ReferencedDictionary<string, PromptRecord>.GetEnumerator()
ReferencedDictionary<string, PromptRecord>.Add(KeyValuePair<string, PromptRecord>)
ReferencedDictionary<string, PromptRecord>.AddRange(IEnumerable<KeyValuePair<string, PromptRecord>>)
ReferencedDictionary<string, PromptRecord>.Clear()
ReferencedDictionary<string, PromptRecord>.Contains(KeyValuePair<string, PromptRecord>)
ReferencedDictionary<string, PromptRecord>.CopyTo(KeyValuePair<string, PromptRecord>[], int)
ReferencedDictionary<string, PromptRecord>.Remove(KeyValuePair<string, PromptRecord>)
ReferencedDictionary<string, PromptRecord>.RemoveAll(Predicate<KeyValuePair<string, PromptRecord>>)
ReferencedDictionary<string, PromptRecord>.FindAll(Predicate<PromptRecord>)
ReferencedDictionary<string, PromptRecord>.Add(string, PromptRecord)
ReferencedDictionary<string, PromptRecord>.ContainsKey(string)
ReferencedDictionary<string, PromptRecord>.Remove(string)
ReferencedDictionary<string, PromptRecord>.TryGetValue(string, out PromptRecord)
ReferencedDictionary<string, PromptRecord>.this[string]
ReferencedDictionary<string, PromptRecord>.Keys
ReferencedDictionary<string, PromptRecord>.Values