@smartytalent/openai-tools 0.1.33-dev.97 → 0.1.33-dev.98
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 +8 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16420,6 +16420,14 @@
|
|
|
16420
16420
|
"archived"
|
|
16421
16421
|
]
|
|
16422
16422
|
},
|
|
16423
|
+
"filterTalentId": {
|
|
16424
|
+
"type": "string",
|
|
16425
|
+
"description": "Returns the conversations owned by a talent (the comms hub - all the talent's\nconversations across jobs/candidates, for the talent-details Communication tab).\nServed by the conversation TalentIndex GSI."
|
|
16426
|
+
},
|
|
16427
|
+
"filterCandidateId": {
|
|
16428
|
+
"type": "string",
|
|
16429
|
+
"description": "Returns the conversations for a single candidate (the per-job view of comms - one\nrecruitment context). Served by the conversation CandidateIndex GSI. (filterJobId\narrives once its GSI is deployed.)"
|
|
16430
|
+
},
|
|
16423
16431
|
"filterCreatedFrom": {
|
|
16424
16432
|
"type": "string",
|
|
16425
16433
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|