RecallToolCallbacks
Defined in: src/lib/memory/recallTool.ts:54
Properties
onChunksRetrieved()?
optionalonChunksRetrieved: (conversationIds:string[]) =>void
Defined in: src/lib/memory/recallTool.ts:56
Called with the conversation IDs returned via the chunk lane.
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
void
onFactsRetrieved()?
optionalonFactsRetrieved: (factIds:string[]) =>void
Defined in: src/lib/memory/recallTool.ts:58
Called with the fact IDs returned via the fact lane.
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
void
Last updated on