UNPKG
recallbricks-sdk
Version:
latest (1.0.1)
1.0.1
1.0.0
TypeScript SDK for writing memory chunks to RecallBricks persistent memory infrastructure.
recallbricks-sdk
/
sdk
/
dist
/
js
/
recallbricks-sdk.d.ts
11 lines
(10 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
RecallBricks
{
static
write
({ userId, projectId, text, type, tags, baseUrl, }: {
userId
:
string
;
projectId
:
string
;
text
:
string
;
type
:
string
;
tags
:
string
[]; baseUrl?:
string
; }): Promise<any>; }