Skip to content

Commit

Permalink
Fix: Store stringKnowledge in knowledge when ragKnowledge is enabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lincheoll committed Feb 11, 2025
1 parent d431ee3 commit 8e3d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export class AgentRuntime implements IAgentRuntime {
elizaLogger.info(
`[RAG Process] Processing direct string knowledge`,
);
await this.processCharacterKnowledge(stringKnowledge);
await this.processCharacterRAGKnowledge(stringKnowledge);
}
} else {
// Non-RAG mode: only process string knowledge
Expand Down

0 comments on commit 8e3d56b

Please sign in to comment.