We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015d9b3 commit 2931056Copy full SHA for 2931056
1 file changed
‎packages/core/types/memory.ts‎
@@ -12,11 +12,10 @@ export interface MemoryDocumentI {
12
content: string;
13
blob: Blob;
14
path: string;
15
- originalName: string;
16
}
17
18
export interface Document {
19
- meta?: (documnet: MemoryDocumentI) => Record<string, string>;
+ meta?: (doc: MemoryDocumentI) => Record<string, string>;
20
21
22
export interface Memory {
0 commit comments