瀏覽代碼

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

CalciumIon 1 年之前
父節點
當前提交
9a78db8484
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 (