Skip to main content

processSessionWithGraffiti

chainalign-backend


chainalign-backend / services/graffitiService / processSessionWithGraffiti

Function: processSessionWithGraffiti()

processSessionWithGraffiti(sessionId): Promise<any>

Defined in: services/graffitiService.js:39

Processes a Zep session, extracts structured data using an LLM, and writes it back to the session's metadata.

Parameters

sessionId

string

The ID of the Zep session to process.

Returns

Promise<any>

The structured data that was added as metadata.