feat: 新增会话相关function calling调用

This commit is contained in:
digua
2026-01-11 18:49:20 +08:00
committed by digua
parent a5513cbad5
commit af6418ffe9
5 changed files with 473 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ export {
getSessionStats,
updateSessionGapThreshold,
getSessions,
searchSessions,
getSessionMessages,
DEFAULT_SESSION_GAP_THRESHOLD,
} from './session'
export type { ChatSessionItem } from './session'
export type { ChatSessionItem, SessionSearchResultItem, SessionMessagesResult } from './session'