mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-24 04:21:01 +08:00
feat: 新增定位日志功能
This commit is contained in:
1
electron/preload/index.d.ts
vendored
1
electron/preload/index.d.ts
vendored
@@ -292,6 +292,7 @@ interface AiApi {
|
||||
getMessages: (conversationId: string) => Promise<AIMessage[]>
|
||||
getMessages: (conversationId: string) => Promise<AIMessage[]>
|
||||
deleteMessage: (messageId: string) => Promise<boolean>
|
||||
showAiLogFile: () => Promise<{ success: boolean; path?: string; error?: string }>
|
||||
// 自定义筛选
|
||||
filterMessagesWithContext: (
|
||||
sessionId: string,
|
||||
|
||||
Reference in New Issue
Block a user