@smartytalent/openai-tools 0.1.33-dev.98 → 0.1.33-dev.99
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 +5 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16426,7 +16426,11 @@
|
|
|
16426
16426
|
},
|
|
16427
16427
|
"filterCandidateId": {
|
|
16428
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.
|
|
16429
|
+
"description": "Returns the conversations for a single candidate (the per-job view of comms - one\nrecruitment context). Served by the conversation CandidateIndex GSI."
|
|
16430
|
+
},
|
|
16431
|
+
"filterJobId": {
|
|
16432
|
+
"type": "string",
|
|
16433
|
+
"description": "Returns all conversations for a single job (the role-wide view of comms across\nevery candidate/talent on that job). Served by the conversation JobIndex GSI."
|
|
16430
16434
|
},
|
|
16431
16435
|
"filterCreatedFrom": {
|
|
16432
16436
|
"type": "string",
|