feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

This commit is contained in:
CalciumIon
2025-03-14 17:09:40 +08:00
parent a381163402
commit 9a78db8484

View File

@@ -15,6 +15,7 @@ import (
type ThinkingContentInfo struct { type ThinkingContentInfo struct {
IsFirstThinkingContent bool IsFirstThinkingContent bool
SendLastThinkingContent bool SendLastThinkingContent bool
HasSentThinkingContent bool
} }
const ( const (