mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
chore: cleanup
This commit is contained in:
parent
68043edae6
commit
db77cc9845
@ -393,8 +393,6 @@ export function SessionTurn(
|
||||
if (summary()) return
|
||||
if (store.summaryWaitTimedOut) return
|
||||
|
||||
// If session was already completed before we started viewing it,
|
||||
// show the response immediately without waiting for summary
|
||||
const completed = lastAssistantMessage()?.time.completed
|
||||
if (completed && Date.now() - completed > 2000) {
|
||||
setStore("summaryWaitTimedOut", true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user