@smartytalent/openai-tools 0.1.33-dev.103 → 0.1.33-dev.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools.json +7 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -9291,7 +9291,8 @@
|
|
|
9291
9291
|
"received",
|
|
9292
9292
|
"processing",
|
|
9293
9293
|
"processed",
|
|
9294
|
-
"failed"
|
|
9294
|
+
"failed",
|
|
9295
|
+
"waiting"
|
|
9295
9296
|
]
|
|
9296
9297
|
},
|
|
9297
9298
|
"language": {
|
|
@@ -9485,12 +9486,13 @@
|
|
|
9485
9486
|
"properties": {
|
|
9486
9487
|
"filterStatus": {
|
|
9487
9488
|
"type": "string",
|
|
9488
|
-
"description": "Returns submissions with the current status.",
|
|
9489
|
+
"description": "Returns submissions with the current status. `waiting` = parked until the target job activates (released by submission:release).",
|
|
9489
9490
|
"enum": [
|
|
9490
9491
|
"received",
|
|
9491
9492
|
"processing",
|
|
9492
9493
|
"processed",
|
|
9493
|
-
"failed"
|
|
9494
|
+
"failed",
|
|
9495
|
+
"waiting"
|
|
9494
9496
|
]
|
|
9495
9497
|
},
|
|
9496
9498
|
"filterEmail": {
|
|
@@ -9788,7 +9790,8 @@
|
|
|
9788
9790
|
"received",
|
|
9789
9791
|
"processing",
|
|
9790
9792
|
"processed",
|
|
9791
|
-
"failed"
|
|
9793
|
+
"failed",
|
|
9794
|
+
"waiting"
|
|
9792
9795
|
]
|
|
9793
9796
|
},
|
|
9794
9797
|
"language": {
|