Types:
Methods:
Types:
Methods:
client.memories.forget({ ...params }) -> MemoryForgetResponseclient.memories.updateMemory({ ...params }) -> MemoryUpdateMemoryResponse
Types:
DocumentUpdateResponseDocumentListResponseDocumentAddResponseDocumentBatchAddResponseDocumentDeleteBulkResponseDocumentGetResponseDocumentListProcessingResponseDocumentUploadFileResponse
Methods:
client.documents.update(id, { ...params }) -> DocumentUpdateResponseclient.documents.list({ ...params }) -> DocumentListResponseclient.documents.delete(id) -> voidclient.documents.add({ ...params }) -> DocumentAddResponseclient.documents.batchAdd({ ...params }) -> DocumentBatchAddResponseclient.documents.deleteBulk({ ...params }) -> DocumentDeleteBulkResponseclient.documents.get(id) -> DocumentGetResponseclient.documents.listProcessing() -> DocumentListProcessingResponseclient.documents.uploadFile({ ...params }) -> DocumentUploadFileResponse
Types:
Methods:
client.search.documents({ ...params }) -> SearchDocumentsResponseclient.search.execute({ ...params }) -> SearchExecuteResponseclient.search.memories({ ...params }) -> SearchMemoriesResponse
Types:
Methods:
client.settings.update({ ...params }) -> SettingUpdateResponseclient.settings.get() -> SettingGetResponse
Types:
ConnectionCreateResponseConnectionListResponseConnectionConfigureResponseConnectionDeleteByIDResponseConnectionDeleteByProviderResponseConnectionGetByIDResponseConnectionGetByTagResponseConnectionImportResponseConnectionListDocumentsResponseConnectionResourcesResponse
Methods:
client.connections.create(provider, { ...params }) -> ConnectionCreateResponseclient.connections.list({ ...params }) -> ConnectionListResponseclient.connections.configure(connectionID, { ...params }) -> ConnectionConfigureResponseclient.connections.deleteByID(connectionID, { ...params }) -> ConnectionDeleteByIDResponseclient.connections.deleteByProvider(provider, { ...params }) -> ConnectionDeleteByProviderResponseclient.connections.getByID(connectionID) -> ConnectionGetByIDResponseclient.connections.getByTag(provider, { ...params }) -> ConnectionGetByTagResponseclient.connections.import(provider, { ...params }) -> stringclient.connections.listDocuments(provider, { ...params }) -> ConnectionListDocumentsResponseclient.connections.resources(connectionID, { ...params }) -> ConnectionResourcesResponse