Przeglądaj źródła

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon 1 rok temu
rodzic
commit
9a78db8484
1 zmienionych plików z 1 dodań i 0 usunięć
  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 (