Class PromptHistory.Repo
Database for storing prompt history data.
Implements
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
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class PromptHistory.Repo : Database<PromptRecord>, IDictionary<string, PromptRecord>, ICollection<KeyValuePair<string, PromptRecord>>, IEnumerable<KeyValuePair<string, PromptRecord>>
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>