@smartytalent/openai-tools 0.1.33-dev.104 → 0.1.33-dev.105
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 +6 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3495,10 +3495,11 @@
|
|
|
3495
3495
|
},
|
|
3496
3496
|
"specialization": {
|
|
3497
3497
|
"title": "JobAttributesSpecializationSchema",
|
|
3498
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
3498
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
3499
3499
|
"type": "object",
|
|
3500
3500
|
"additionalProperties": {
|
|
3501
|
-
"type": "string"
|
|
3501
|
+
"type": "string",
|
|
3502
|
+
"nullable": true
|
|
3502
3503
|
}
|
|
3503
3504
|
},
|
|
3504
3505
|
"companyCulture": {
|
|
@@ -4237,10 +4238,11 @@
|
|
|
4237
4238
|
},
|
|
4238
4239
|
"specialization": {
|
|
4239
4240
|
"title": "JobAttributesSpecializationSchema",
|
|
4240
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
4241
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
4241
4242
|
"type": "object",
|
|
4242
4243
|
"additionalProperties": {
|
|
4243
|
-
"type": "string"
|
|
4244
|
+
"type": "string",
|
|
4245
|
+
"nullable": true
|
|
4244
4246
|
}
|
|
4245
4247
|
},
|
|
4246
4248
|
"companyCulture": {
|