Selaa lähdekoodia

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon 1 vuosi sitten
vanhempi
commit
d3cdbd2fac
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      relay/common/relay_info.go

+ 1 - 0
relay/common/relay_info.go

@@ -15,6 +15,7 @@ import (
 type ThinkingContentInfo struct {
 	IsFirstThinkingContent  bool
 	SendLastThinkingContent bool
+	HasSentThinkingContent  bool
 }
 
 const (