@smartytalent/openai-tools 0.9.4 → 0.9.5
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 +6 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -8783,7 +8783,7 @@
|
|
|
8783
8783
|
"properties": {
|
|
8784
8784
|
"filterStatus": {
|
|
8785
8785
|
"type": "string",
|
|
8786
|
-
"description": "Returns feedbacks with the given status. No default: omit it to list every status (SLA overrides are draft before gate 2 and accepted after it, so a fixed active default would hide them). One filter at a time: combine with filterStage and the request is a 400.",
|
|
8786
|
+
"description": "Returns feedbacks with the given status. No default: omit it to list every status (SLA overrides are draft before gate 2 and accepted after it, so a fixed active default would hide them). One filter at a time: combine with filterStage or filterJobId and the request is a 400.",
|
|
8787
8787
|
"enum": [
|
|
8788
8788
|
"active",
|
|
8789
8789
|
"draft",
|
|
@@ -8801,6 +8801,10 @@
|
|
|
8801
8801
|
"interview"
|
|
8802
8802
|
]
|
|
8803
8803
|
},
|
|
8804
|
+
"filterJobId": {
|
|
8805
|
+
"type": "string",
|
|
8806
|
+
"description": "Returns the per-job feedback overrides of the given job (JobIndex lookup on the mirrored jobId; tenant defaults never match). One filter at a time."
|
|
8807
|
+
},
|
|
8804
8808
|
"filterCreatedFrom": {
|
|
8805
8809
|
"type": "string",
|
|
8806
8810
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -8899,7 +8903,7 @@
|
|
|
8899
8903
|
},
|
|
8900
8904
|
"jobId": {
|
|
8901
8905
|
"type": "string",
|
|
8902
|
-
"description": "Mirror of relationships.jobs[0].id for per-job overrides (server-maintained; absent on tenant defaults).
|
|
8906
|
+
"description": "Mirror of relationships.jobs[0].id for per-job overrides (server-maintained; absent on tenant defaults). Filter with filterJobId (JobIndex)."
|
|
8903
8907
|
},
|
|
8904
8908
|
"outcomes": {
|
|
8905
8909
|
"title": "FeedbackOutcomesSchema",
|