Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 3.68 KB

File metadata and controls

66 lines (47 loc) · 3.68 KB

Memories

Types:

from supermemory.types import (
    MemoryUpdateResponse,
    MemoryListResponse,
    MemoryDeleteResponse,
    MemoryAddResponse,
    MemoryGetResponse,
    MemoryUploadFileResponse,
)

Methods:

Search

Types:

from supermemory.types import SearchExecuteResponse

Methods:

Settings

Types:

from supermemory.types import SettingUpdateResponse, SettingGetResponse

Methods:

Connections

Types:

from supermemory.types import (
    ConnectionCreateResponse,
    ConnectionListResponse,
    ConnectionGetResponse,
)

Methods: