apollo-code / storage/src / TuningMemoryStore
Class: TuningMemoryStore
Constructors
Constructor
new TuningMemoryStore(
root):TuningMemoryStore
Parameters
root
string
Returns
TuningMemoryStore
Properties
root
readonlyroot:string
Methods
read()
read(
id):Promise<TuningMemory>
Parameters
id
string
Returns
Promise<TuningMemory>
write()
write(
input):Promise<TuningMemory>
Parameters
input
body
string
id
string
tags?
string[]
title
string
Returns
Promise<TuningMemory>