fix: remove redundant reasoning assignment in ChatCompletionsStreamResponseChoiceDelta

This commit is contained in:
CaIon
2025-08-17 18:43:31 +08:00
parent 94d9607447
commit 85f81df2f8

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 {