feat: 新增定位日志功能

This commit is contained in:
digua
2026-01-21 00:40:40 +08:00
parent 8f3f3e62f2
commit a669306bbd
6 changed files with 126 additions and 3 deletions

View File

@@ -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,