fix(ai-chat): update interval constant for timeline summary to 5 hours

This commit is contained in:
DIYgod 2025-10-30 10:49:53 +08:00
parent 8f067e4d3a
commit b022b201ac
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import { BlockSliceAction } from "../store/slices/block.slice"
import type { AIChatContextBlock, SendingUIMessage } from "../store/types"
import { isTimelineSummaryAutoContext } from "./useTimelineSummaryAutoContext"
const INTERVAL = 3 * 60 * 60 * 1000
const INTERVAL = 5 * 60 * 60 * 1000
const buildSummaryMessage = (
editor: LexicalEditor,