Explorar el Código

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon hace 1 año
padre
commit
d3cdbd2fac
Se han modificado 1 ficheros con 1 adiciones y 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 (