Skip to Content
Anuma SDKReactInternalFunctionsgetProjectConversationsOp

getProjectConversationsOp

getProjectConversationsOp(ctx: ProjectOperationsContext, projectId: string): Promise<StoredConversation[]>

Defined in: src/lib/db/project/operations.ts:147 

Get all conversations belonging to a specific project.

Parameters

ParameterType

ctx

ProjectOperationsContext

projectId

string

Returns

Promise<StoredConversation[]>

Last updated on