@smartytalent/openai-tools 0.8.16 → 0.8.17
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 +16 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4451,6 +4451,14 @@
|
|
|
4451
4451
|
"type": "string"
|
|
4452
4452
|
}
|
|
4453
4453
|
},
|
|
4454
|
+
"titleInclusive": {
|
|
4455
|
+
"title": "JobAttributesTitleInclusiveSchema",
|
|
4456
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
4457
|
+
"type": "object",
|
|
4458
|
+
"additionalProperties": {
|
|
4459
|
+
"type": "string"
|
|
4460
|
+
}
|
|
4461
|
+
},
|
|
4454
4462
|
"description": {
|
|
4455
4463
|
"title": "JobAttributesDescriptionSchema",
|
|
4456
4464
|
"description": "Detailed job description. Language-keyed object.",
|
|
@@ -5175,6 +5183,14 @@
|
|
|
5175
5183
|
"type": "string"
|
|
5176
5184
|
}
|
|
5177
5185
|
},
|
|
5186
|
+
"titleInclusive": {
|
|
5187
|
+
"title": "JobAttributesTitleInclusiveSchema",
|
|
5188
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
5189
|
+
"type": "object",
|
|
5190
|
+
"additionalProperties": {
|
|
5191
|
+
"type": "string"
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5178
5194
|
"description": {
|
|
5179
5195
|
"title": "JobAttributesDescriptionSchema",
|
|
5180
5196
|
"description": "Detailed job description. Language-keyed object.",
|