We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8057d5 commit 96b1610Copy full SHA for 96b1610
lib/httpapi/server.go
@@ -337,6 +337,7 @@ func (s *Server) StartSnapshotLoop(ctx context.Context) {
337
s.logger.Error("Failed to send initial prompt", "error", err)
338
} else {
339
s.conversation.InitialPromptSent = true
340
+ s.conversation.ReadyForInitialPrompt = false
341
currentStatus = st.ConversationStatusChanging
342
s.logger.Info("Initial prompt sent successfully")
343
}
0 commit comments