Skip to content

Commit 96b1610

Browse files
committed
chore
1 parent d8057d5 commit 96b1610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/httpapi/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ func (s *Server) StartSnapshotLoop(ctx context.Context) {
337337
s.logger.Error("Failed to send initial prompt", "error", err)
338338
} else {
339339
s.conversation.InitialPromptSent = true
340+
s.conversation.ReadyForInitialPrompt = false
340341
currentStatus = st.ConversationStatusChanging
341342
s.logger.Info("Initial prompt sent successfully")
342343
}

0 commit comments

Comments
 (0)