@smartytalent/openai-tools 0.1.27 → 0.1.28
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 +12 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -12651,6 +12651,18 @@
|
|
|
12651
12651
|
"type": "string",
|
|
12652
12652
|
"description": "Filter by workflow name."
|
|
12653
12653
|
},
|
|
12654
|
+
"filterCategory": {
|
|
12655
|
+
"type": "string",
|
|
12656
|
+
"description": "Filter by category (sourcing, screening, assessment, onboarding, operational, general). Uses CategoryIndex GSI — efficient at scale.",
|
|
12657
|
+
"enum": [
|
|
12658
|
+
"sourcing",
|
|
12659
|
+
"screening",
|
|
12660
|
+
"assessment",
|
|
12661
|
+
"onboarding",
|
|
12662
|
+
"operational",
|
|
12663
|
+
"general"
|
|
12664
|
+
]
|
|
12665
|
+
},
|
|
12654
12666
|
"filterCreatedFrom": {
|
|
12655
12667
|
"type": "string",
|
|
12656
12668
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|