Explorar o código

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon hai 1 ano
pai
achega
9a78db8484
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 (