monorepo packages (#344)
This commit is contained in:
8
projects/app/src/service/moduleDispatch/index.ts
Normal file
8
projects/app/src/service/moduleDispatch/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export * from './init/history';
|
||||
export * from './init/userChatInput';
|
||||
export * from './chat/oneapi';
|
||||
export * from './kb/search';
|
||||
export * from './tools/answer';
|
||||
export * from './tools/http';
|
||||
export * from './agent/classifyQuestion';
|
||||
export * from './agent/extract';
|
||||
Reference in New Issue
Block a user