Skip to content

Commit 0cc07a1

Browse files
committed
fix knowledge exporting process
1 parent a8e8337 commit 0cc07a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/knowledge.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ export function preprocess(content: string): string {
116116
export default {
117117
get,
118118
set,
119-
process,
119+
preprocess,
120120
};

0 commit comments

Comments
 (0)