2
0

🐛 (openai) Fix ask assistant not correctly referencing uploaded f… (#1469)

…iles

Closes #1468, closes #1467, closes #1211
This commit is contained in:
Baptiste Arnaud
2024-04-24 16:11:06 +02:00
committed by GitHub
parent a45e8ec8a8
commit dc1929e15b
57 changed files with 1576 additions and 448 deletions

View File

@ -19149,7 +19149,7 @@
"assistantId": {
"type": "string"
},
"threadId": {
"threadVariableId": {
"type": "string"
},
"message": {
@ -19186,6 +19186,9 @@
}
}
}
},
"threadId": {
"type": "string"
}
},
"required": [

View File

@ -9977,7 +9977,7 @@
"assistantId": {
"type": "string"
},
"threadId": {
"threadVariableId": {
"type": "string"
},
"message": {
@ -10014,6 +10014,9 @@
}
}
}
},
"threadId": {
"type": "string"
}
},
"required": [
@ -12480,18 +12483,10 @@
}
}
}
},
"runtime": {
"type": "string",
"enum": [
"edge",
"nodejs"
]
}
},
"required": [
"messages",
"runtime"
"messages"
]
},
"lastBubbleBlockId": {
@ -12768,13 +12763,6 @@
true
]
},
"runtime": {
"type": "string",
"enum": [
"edge",
"nodejs"
]
},
"lastBubbleBlockId": {
"type": "string"
},
@ -12784,8 +12772,7 @@
},
"required": [
"type",
"stream",
"runtime"
"stream"
],
"title": "Exec stream"
},