Skip to Content
SdkReactInternalFunctionsgetProjectConversationsOp

getProjectConversationsOp

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

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

Get all conversations belonging to a specific project.

Parameters

ParameterType

ctx

ProjectOperationsContext

projectId

string

Returns

Promise<StoredConversation[]>

Last updated on