Commit d3cdbd2f by CalciumIon

feat: Add HasSentThinkingContent field to ThinkingContentInfo struct

parent 6d5abaa4
...@@ -15,6 +15,7 @@ import ( ...@@ -15,6 +15,7 @@ import (
type ThinkingContentInfo struct { type ThinkingContentInfo struct {
IsFirstThinkingContent bool IsFirstThinkingContent bool
SendLastThinkingContent bool SendLastThinkingContent bool
HasSentThinkingContent bool
} }
const ( const (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment