@smartytalent/openai-tools 0.1.33-dev.61 → 0.1.33-dev.62
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 +10 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -13954,6 +13954,11 @@
|
|
|
13954
13954
|
"duration": {
|
|
13955
13955
|
"type": "integer"
|
|
13956
13956
|
},
|
|
13957
|
+
"defaultLocale": {
|
|
13958
|
+
"type": "string",
|
|
13959
|
+
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
13960
|
+
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
13961
|
+
},
|
|
13957
13962
|
"meetingType": {
|
|
13958
13963
|
"type": "string",
|
|
13959
13964
|
"enum": [
|
|
@@ -14444,6 +14449,11 @@
|
|
|
14444
14449
|
"duration": {
|
|
14445
14450
|
"type": "integer"
|
|
14446
14451
|
},
|
|
14452
|
+
"defaultLocale": {
|
|
14453
|
+
"type": "string",
|
|
14454
|
+
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
14455
|
+
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
14456
|
+
},
|
|
14447
14457
|
"meetingType": {
|
|
14448
14458
|
"type": "string",
|
|
14449
14459
|
"enum": [
|