Quellcode durchsuchen

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon vor 1 Jahr
Ursprung
Commit
d3cdbd2fac
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 (