mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-22 08:57:44 +08:00
refactor: 重构session查询文件
This commit is contained in:
@@ -68,12 +68,16 @@ export {
|
||||
getSessionStats,
|
||||
updateSessionGapThreshold,
|
||||
getSessions,
|
||||
saveSessionSummary,
|
||||
getSessionSummary,
|
||||
searchSessions,
|
||||
getSessionMessages,
|
||||
DEFAULT_SESSION_GAP_THRESHOLD,
|
||||
// 自定义筛选
|
||||
filterMessagesWithContext,
|
||||
getMultipleSessionsMessages,
|
||||
// 导出功能
|
||||
exportFilterResultToFile,
|
||||
} from './session'
|
||||
export type {
|
||||
ChatSessionItem,
|
||||
@@ -82,6 +86,10 @@ export type {
|
||||
ContextBlock,
|
||||
FilterResult,
|
||||
FilterMessage,
|
||||
PaginationInfo,
|
||||
FilterResultWithPagination,
|
||||
ExportFilterParams,
|
||||
ExportProgress,
|
||||
} from './session'
|
||||
|
||||
// NLP 查询
|
||||
|
||||
Reference in New Issue
Block a user