Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -386,7 +386,7 @@ Compared to Gemma 3, the models use standard `system`, `assistant`, and `user` r
386
 
387
  ### 3. Multi-Turn Conversations
388
 
389
- * **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.
390
 
391
  ### 4. Modality order
392
 
 
386
 
387
  ### 3. Multi-Turn Conversations
388
 
389
+ * **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.
390
 
391
  ### 4. Modality order
392