Procházet zdrojové kódy

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon před 11 měsíci
rodič
revize
9a78db8484
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      relay/common/relay_info.go

+ 1 - 0
relay/common/relay_info.go

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