This commit is contained in:
Eva Ho
2025-11-10 20:13:50 -05:00
parent 6a818b8a09
commit 9d615cdaa0

View File

@@ -790,7 +790,7 @@ func (s *Server) chat(w http.ResponseWriter, r *http.Request) error {
case string:
thinkRequested = v != "" && v != "none"
}
if thinkRequested && !think {
errorEvent := responses.ErrorEvent{
EventName: "error",