fix: remove redundant reasoning assignment in ChatCompletionsStreamResponseChoiceDelta

This commit is contained in:
CaIon 2025-08-17 18:43:31 +08:00
parent 13fcb8fd5d
commit f181ca254b

View File

@ -110,7 +110,7 @@ func (c *ChatCompletionsStreamResponseChoiceDelta) GetReasoningContent() string
func (c *ChatCompletionsStreamResponseChoiceDelta) SetReasoningContent(s string) { func (c *ChatCompletionsStreamResponseChoiceDelta) SetReasoningContent(s string) {
c.ReasoningContent = &s c.ReasoningContent = &s
c.Reasoning = &s //c.Reasoning = &s
} }
type ToolCallResponse struct { type ToolCallResponse struct {