@smartytalent/openai-tools 0.4.5 → 0.4.6
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 +26 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -852,6 +852,28 @@
|
|
|
852
852
|
}
|
|
853
853
|
}
|
|
854
854
|
},
|
|
855
|
+
{
|
|
856
|
+
"type": "function",
|
|
857
|
+
"function": {
|
|
858
|
+
"name": "unassign_tenant_phone_number",
|
|
859
|
+
"description": "Unassign Phone Number",
|
|
860
|
+
"parameters": {
|
|
861
|
+
"type": "object",
|
|
862
|
+
"properties": {}
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"type": "function",
|
|
868
|
+
"function": {
|
|
869
|
+
"name": "tenant_phone_numbers_unassign_options",
|
|
870
|
+
"description": "Unassign Phone Number Options",
|
|
871
|
+
"parameters": {
|
|
872
|
+
"type": "object",
|
|
873
|
+
"properties": {}
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
},
|
|
855
877
|
{
|
|
856
878
|
"type": "function",
|
|
857
879
|
"function": {
|
|
@@ -14436,8 +14458,8 @@
|
|
|
14436
14458
|
},
|
|
14437
14459
|
"defaultLocale": {
|
|
14438
14460
|
"type": "string",
|
|
14439
|
-
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
14440
|
-
"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'."
|
|
14461
|
+
"pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
|
|
14462
|
+
"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, cs};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
14441
14463
|
},
|
|
14442
14464
|
"meetingType": {
|
|
14443
14465
|
"type": "string",
|
|
@@ -15107,8 +15129,8 @@
|
|
|
15107
15129
|
},
|
|
15108
15130
|
"defaultLocale": {
|
|
15109
15131
|
"type": "string",
|
|
15110
|
-
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
15111
|
-
"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'."
|
|
15132
|
+
"pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
|
|
15133
|
+
"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, cs};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
15112
15134
|
},
|
|
15113
15135
|
"meetingType": {
|
|
15114
15136
|
"type": "string",
|