mlabonne's picture
Add demo source code (#1)
68185ce verified
raw
history blame contribute delete
123 Bytes
export const DB_NAME = "tool-caller-db";
export const STORE_NAME = "tools";
export const SETTINGS_STORE_NAME = "settings";