update at 2025-10-16 12:45:05
This commit is contained in:
15
web/src/services/chat/index.ts
Normal file
15
web/src/services/chat/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Chat Services Index
|
||||
* 导出所有聊天服务
|
||||
*/
|
||||
|
||||
export { MessageService } from './MessageService'
|
||||
export { ConversationService, type CreateConversationOptions } from './ConversationService'
|
||||
export { StreamProcessor, streamProcessor, type StreamOptions, type StreamResult } from './StreamProcessor'
|
||||
export { ToolExecutor, toolExecutor, type ToolCallOptions, type ToolCallResult } from './ToolExecutor'
|
||||
export { ChatOrchestrator, chatOrchestrator } from './ChatOrchestrator'
|
||||
export type {
|
||||
CreateMessageOptions,
|
||||
UpdateMessageOptions,
|
||||
MessageQueryResult
|
||||
} from './types'
|
||||
Reference in New Issue
Block a user