fix(ai-chat): update interval constant for timeline summary to 5 hours
This commit is contained in:
parent
8f067e4d3a
commit
b022b201ac
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue