revert /reply to previous behavior (replacing session history) when full conversation provided (#6058)
This commit is contained in:
@@ -2715,15 +2715,16 @@
|
||||
"ChatRequest": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"messages",
|
||||
"user_message",
|
||||
"session_id"
|
||||
],
|
||||
"properties": {
|
||||
"messages": {
|
||||
"conversation_so_far": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Message"
|
||||
}
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"recipe_name": {
|
||||
"type": "string",
|
||||
@@ -2735,6 +2736,9 @@
|
||||
},
|
||||
"session_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_message": {
|
||||
"$ref": "#/components/schemas/Message"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user