Skip to content

Commit 4cfd9c4

Browse files
committed
🐛 FIX: Types
1 parent 1f3bc3e commit 4cfd9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type {Memory as MemoryI} from '../types/memory';
2-
export type {Pipe as PipeI} from '../types/pipes';
2+
export type {Pipe as PipeI, Message, MessageRole} from '../types/pipes';
33
export type {Tool as ToolI} from '../types/tools';
44
export * from './helpers/';
55
export * from './pipes/';

0 commit comments

Comments
 (0)