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: README.md
+64-1Lines changed: 64 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -970,6 +970,67 @@ This allows for a trade-off between response quality and cost/latency.
970
970
reasoning_injection_probability: 0.5
971
971
```
972
972
973
+
#### Message Repetition Control
974
+
975
+
The hybrid backend can be configured to repeat messages in the execution phase for better context preservation. This is controlled by the `hybrid_backend_repeat_messages` flag.
976
+
977
+
- **Default**: Not set (messages are not repeated by default)
978
+
- **When enabled**: The original user message is repeated along with the reasoning output in the execution phase
0 commit comments