@smartytalent/openai-tools 0.1.27 → 0.1.29
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 +28 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -226,6 +226,14 @@
|
|
|
226
226
|
"boeEmail": {
|
|
227
227
|
"type": "string",
|
|
228
228
|
"description": "Email address assigned to the Boe AI agent for this tenant"
|
|
229
|
+
},
|
|
230
|
+
"defaultFeedbackId": {
|
|
231
|
+
"type": "string",
|
|
232
|
+
"description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
|
|
233
|
+
},
|
|
234
|
+
"defaultFormId": {
|
|
235
|
+
"type": "string",
|
|
236
|
+
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
229
237
|
}
|
|
230
238
|
}
|
|
231
239
|
},
|
|
@@ -432,6 +440,14 @@
|
|
|
432
440
|
"boeEmail": {
|
|
433
441
|
"type": "string",
|
|
434
442
|
"description": "Email address assigned to the Boe AI agent for this tenant"
|
|
443
|
+
},
|
|
444
|
+
"defaultFeedbackId": {
|
|
445
|
+
"type": "string",
|
|
446
|
+
"description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
|
|
447
|
+
},
|
|
448
|
+
"defaultFormId": {
|
|
449
|
+
"type": "string",
|
|
450
|
+
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
435
451
|
}
|
|
436
452
|
}
|
|
437
453
|
}
|
|
@@ -12651,6 +12667,18 @@
|
|
|
12651
12667
|
"type": "string",
|
|
12652
12668
|
"description": "Filter by workflow name."
|
|
12653
12669
|
},
|
|
12670
|
+
"filterCategory": {
|
|
12671
|
+
"type": "string",
|
|
12672
|
+
"description": "Filter by category (sourcing, screening, assessment, onboarding, operational, general). Uses CategoryIndex GSI — efficient at scale.",
|
|
12673
|
+
"enum": [
|
|
12674
|
+
"sourcing",
|
|
12675
|
+
"screening",
|
|
12676
|
+
"assessment",
|
|
12677
|
+
"onboarding",
|
|
12678
|
+
"operational",
|
|
12679
|
+
"general"
|
|
12680
|
+
]
|
|
12681
|
+
},
|
|
12654
12682
|
"filterCreatedFrom": {
|
|
12655
12683
|
"type": "string",
|
|
12656
12684
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|