We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3bc3e commit 4cfd9c4Copy full SHA for 4cfd9c4
packages/core/src/index.ts
@@ -1,5 +1,5 @@
1
export type {Memory as MemoryI} from '../types/memory';
2
-export type {Pipe as PipeI} from '../types/pipes';
+export type {Pipe as PipeI, Message, MessageRole} from '../types/pipes';
3
export type {Tool as ToolI} from '../types/tools';
4
export * from './helpers/';
5
export * from './pipes/';
0 commit comments