Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 5.16 KB

File metadata and controls

72 lines (53 loc) · 5.16 KB

Memories

Types:

from supermemory_new.types import (
    MemoryUpdateResponse,
    MemoryListResponse,
    MemoryAddResponse,
    MemoryGetResponse,
)

Methods:

Search

Types:

from supermemory_new.types import SearchExecuteResponse

Methods:

Settings

Types:

from supermemory_new.types import SettingUpdateResponse, SettingGetResponse

Methods:

Connections

Types:

from supermemory_new.types import (
    ConnectionCreateResponse,
    ConnectionListResponse,
    ConnectionDeleteByIDResponse,
    ConnectionDeleteByProviderResponse,
    ConnectionGetByIDResponse,
    ConnectionGetByTagsResponse,
    ConnectionListDocumentsResponse,
)

Methods: