feat: Add HasSentThinkingContent field to ThinkingContentInfo struct
Some checks failed
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled

This commit is contained in:
CalciumIon 2025-03-14 17:09:40 +08:00
parent 6d5abaa404
commit d3cdbd2fac

View File

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