You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/zai/types/chat/chat_completion_chunk.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ class ChoiceDelta(BaseModel):
68
68
Attributes:
69
69
content: Content delta
70
70
role: Role of the message sender
71
-
reasoning_content: Reasoning content delta
71
+
reasoning_content: Reasoning content delta, it's recommended to return the model's reasoning_content in next request to achieve better results in multi-turn conversations.
0 commit comments