Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -432,7 +432,7 @@ Compared to Gemma 3, the models use standard `system`, `assistant`, and `user` r
432
 
433
  ### 3. Multi-Turn Conversations
434
 
435
- * **No Thinking Content in History**: In multi-turn conversations, the historical model output should only include the final response. Thoughts from previous model turns must *not be added* before the next user turn begins.
436
 
437
  ### 4. Modality order
438
 
 
432
 
433
  ### 3. Multi-Turn Conversations
434
 
435
+ * **No Thinking Content in History**: In multi-turn conversations, the historical model output should only include the final response. Thoughts from previous model turns must *not be added* before the next user turn begins, with the exception of tool call turns where thinking content should be preserved.
436
 
437
  ### 4. Modality order
438