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 2fe8d2e commit b1e5c28Copy full SHA for b1e5c28
e2e/echo.go
@@ -135,9 +135,7 @@ func runEchoAgent(scriptPath string) {
135
spinnerCtx, spinnerCancel := context.WithCancel(ctx)
136
go runSpinner(spinnerCtx)
137
time.Sleep(time.Duration(entry.ThinkDurationMS) * time.Millisecond)
138
- if spinnerCancel != nil {
139
- spinnerCancel()
140
- }
+ spinnerCancel()
141
}
142
143
messages = append(messages, st.ConversationMessage{
0 commit comments