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: ui/desktop/openapi.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3898,11 +3898,12 @@
3898
3898
"session_id"
3899
3899
],
3900
3900
"properties": {
3901
-
"conversation_so_far": {
3901
+
"override_conversation": {
3902
3902
"type": "array",
3903
3903
"items": {
3904
3904
"$ref": "#/components/schemas/Message"
3905
3905
},
3906
+
"description": "Override the server's conversation history. Only use this when you need absolute control\nover the conversation state (e.g., administrative tools). For normal operations, the server\nis the source of truth - use truncate/fork endpoints to modify conversation history instead.",
0 commit comments