Skip to Content
SdkReactInternalFunctionsgetConversationsByProjectOp

getConversationsByProjectOp

getConversationsByProjectOp(ctx: StorageOperationsContext, projectId: string | null): Promise<StoredConversation[]>

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

Get conversations filtered by project ID. Pass null to get conversations that don’t belong to any project.

Parameters

ParameterType

ctx

StorageOperationsContext

projectId

string | null

Returns

Promise<StoredConversation[]>

Last updated on