getConversationsByProjectLazyOp
getConversationsByProjectLazyOp(
ctx:StorageOperationsContext,projectId:string|null):Promise<LazyStoredConversation[]>
Defined in: src/lib/db/chat/operations.ts:281Â
Lazy variant of getConversationsByProjectOp.
Same encrypted-title projection as getConversationsLazyOp,
filtered by project assignment. Pass null to retrieve conversations
with no project.
Parameters
| Parameter | Type |
|---|---|
|
| |
|
|
|
Returns
Promise<LazyStoredConversation[]>
Last updated on