@smartytalent/openai-tools 0.4.5 → 0.4.7
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 +27 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -825,6 +825,7 @@
|
|
|
825
825
|
"type": "string",
|
|
826
826
|
"enum": [
|
|
827
827
|
"twilio",
|
|
828
|
+
"telnyx",
|
|
828
829
|
"external"
|
|
829
830
|
],
|
|
830
831
|
"default": "twilio",
|
|
@@ -852,6 +853,28 @@
|
|
|
852
853
|
}
|
|
853
854
|
}
|
|
854
855
|
},
|
|
856
|
+
{
|
|
857
|
+
"type": "function",
|
|
858
|
+
"function": {
|
|
859
|
+
"name": "unassign_tenant_phone_number",
|
|
860
|
+
"description": "Unassign Phone Number",
|
|
861
|
+
"parameters": {
|
|
862
|
+
"type": "object",
|
|
863
|
+
"properties": {}
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"type": "function",
|
|
869
|
+
"function": {
|
|
870
|
+
"name": "tenant_phone_numbers_unassign_options",
|
|
871
|
+
"description": "Unassign Phone Number Options",
|
|
872
|
+
"parameters": {
|
|
873
|
+
"type": "object",
|
|
874
|
+
"properties": {}
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
},
|
|
855
878
|
{
|
|
856
879
|
"type": "function",
|
|
857
880
|
"function": {
|
|
@@ -14436,8 +14459,8 @@
|
|
|
14436
14459
|
},
|
|
14437
14460
|
"defaultLocale": {
|
|
14438
14461
|
"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'."
|
|
14462
|
+
"pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
|
|
14463
|
+
"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
14464
|
},
|
|
14442
14465
|
"meetingType": {
|
|
14443
14466
|
"type": "string",
|
|
@@ -15107,8 +15130,8 @@
|
|
|
15107
15130
|
},
|
|
15108
15131
|
"defaultLocale": {
|
|
15109
15132
|
"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'."
|
|
15133
|
+
"pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
|
|
15134
|
+
"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
15135
|
},
|
|
15113
15136
|
"meetingType": {
|
|
15114
15137
|
"type": "string",
|