Skip to Content

RecallToolCallbacks

Defined in: src/lib/memory/recallTool.ts:54 

Properties

onChunksRetrieved()?

optional onChunksRetrieved: (conversationIds: string[]) => void

Defined in: src/lib/memory/recallTool.ts:56 

Called with the conversation IDs returned via the chunk lane.

Parameters

ParameterType

conversationIds

string[]

Returns

void


onFactsRetrieved()?

optional onFactsRetrieved: (factIds: string[]) => void

Defined in: src/lib/memory/recallTool.ts:58 

Called with the fact IDs returned via the fact lane.

Parameters

ParameterType

factIds

string[]

Returns

void

Last updated on