Skip to Content
Anuma SDKReactInternalFunctionsgetConversationsByProjectLazyOp

getConversationsByProjectLazyOp

getConversationsByProjectLazyOp(ctx: StorageOperationsContext, projectId: string | null): Promise<LazyStoredConversation[]>

Defined in: src/lib/db/chat/operations.ts:278 

Lazy variant of getConversationsByProjectOp.

Same encrypted-title projection as getConversationsLazyOp, filtered by project assignment. Pass null to retrieve conversations with no project.

Parameters

ParameterType

ctx

StorageOperationsContext

projectId

string | null

Returns

Promise<LazyStoredConversation[]>

Last updated on