2
0

🐛 (dify) Fix conversation ID being overwritten randomly

Closes #1452
This commit is contained in:
Baptiste Arnaud
2024-04-23 11:23:04 +02:00
parent fadcd3af22
commit 7f39d5ac79
9 changed files with 132 additions and 42 deletions

View File

@@ -19591,7 +19591,7 @@
"query": {
"type": "string"
},
"conversation_id": {
"conversationVariableId": {
"type": "string"
},
"user": {
@@ -19629,6 +19629,10 @@
}
}
}
},
"conversation_id": {
"type": "string",
"description": "Deprecated, use `conversationVariableId` instead"
}
},
"required": [

View File

@@ -10419,7 +10419,7 @@
"query": {
"type": "string"
},
"conversation_id": {
"conversationVariableId": {
"type": "string"
},
"user": {
@@ -10457,6 +10457,10 @@
}
}
}
},
"conversation_id": {
"type": "string",
"description": "Deprecated, use `conversationVariableId` instead"
}
},
"required": [