@smartytalent/openai-tools 0.1.33-dev.74 → 0.1.33-dev.76
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 +104 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14458,6 +14458,48 @@
|
|
|
14458
14458
|
"mixed"
|
|
14459
14459
|
]
|
|
14460
14460
|
},
|
|
14461
|
+
"delivery": {
|
|
14462
|
+
"type": "object",
|
|
14463
|
+
"description": "Vocal delivery cues for the candidate from the audio model (judged\nfrom voice, not the words alone). One Map attribute, NOT localized -\nFE renders each as a label/meter. Only populated for interview-purpose\nmeetings; null otherwise.",
|
|
14464
|
+
"properties": {
|
|
14465
|
+
"confidence": {
|
|
14466
|
+
"type": "string",
|
|
14467
|
+
"enum": [
|
|
14468
|
+
"low",
|
|
14469
|
+
"medium",
|
|
14470
|
+
"high"
|
|
14471
|
+
],
|
|
14472
|
+
"description": "How composed/assured the candidate sounded."
|
|
14473
|
+
},
|
|
14474
|
+
"engagement": {
|
|
14475
|
+
"type": "string",
|
|
14476
|
+
"enum": [
|
|
14477
|
+
"low",
|
|
14478
|
+
"medium",
|
|
14479
|
+
"high"
|
|
14480
|
+
],
|
|
14481
|
+
"description": "Energy / interest level."
|
|
14482
|
+
},
|
|
14483
|
+
"clarity": {
|
|
14484
|
+
"type": "string",
|
|
14485
|
+
"enum": [
|
|
14486
|
+
"low",
|
|
14487
|
+
"medium",
|
|
14488
|
+
"high"
|
|
14489
|
+
],
|
|
14490
|
+
"description": "How clearly/structured the candidate spoke."
|
|
14491
|
+
},
|
|
14492
|
+
"pace": {
|
|
14493
|
+
"type": "string",
|
|
14494
|
+
"enum": [
|
|
14495
|
+
"slow",
|
|
14496
|
+
"steady",
|
|
14497
|
+
"fast"
|
|
14498
|
+
],
|
|
14499
|
+
"description": "Speaking speed."
|
|
14500
|
+
}
|
|
14501
|
+
}
|
|
14502
|
+
},
|
|
14461
14503
|
"status": {
|
|
14462
14504
|
"type": "string",
|
|
14463
14505
|
"enum": [
|
|
@@ -15043,6 +15085,48 @@
|
|
|
15043
15085
|
"mixed"
|
|
15044
15086
|
]
|
|
15045
15087
|
},
|
|
15088
|
+
"delivery": {
|
|
15089
|
+
"type": "object",
|
|
15090
|
+
"description": "Vocal delivery cues for the candidate from the audio model (judged\nfrom voice, not the words alone). One Map attribute, NOT localized -\nFE renders each as a label/meter. Only populated for interview-purpose\nmeetings; null otherwise.",
|
|
15091
|
+
"properties": {
|
|
15092
|
+
"confidence": {
|
|
15093
|
+
"type": "string",
|
|
15094
|
+
"enum": [
|
|
15095
|
+
"low",
|
|
15096
|
+
"medium",
|
|
15097
|
+
"high"
|
|
15098
|
+
],
|
|
15099
|
+
"description": "How composed/assured the candidate sounded."
|
|
15100
|
+
},
|
|
15101
|
+
"engagement": {
|
|
15102
|
+
"type": "string",
|
|
15103
|
+
"enum": [
|
|
15104
|
+
"low",
|
|
15105
|
+
"medium",
|
|
15106
|
+
"high"
|
|
15107
|
+
],
|
|
15108
|
+
"description": "Energy / interest level."
|
|
15109
|
+
},
|
|
15110
|
+
"clarity": {
|
|
15111
|
+
"type": "string",
|
|
15112
|
+
"enum": [
|
|
15113
|
+
"low",
|
|
15114
|
+
"medium",
|
|
15115
|
+
"high"
|
|
15116
|
+
],
|
|
15117
|
+
"description": "How clearly/structured the candidate spoke."
|
|
15118
|
+
},
|
|
15119
|
+
"pace": {
|
|
15120
|
+
"type": "string",
|
|
15121
|
+
"enum": [
|
|
15122
|
+
"slow",
|
|
15123
|
+
"steady",
|
|
15124
|
+
"fast"
|
|
15125
|
+
],
|
|
15126
|
+
"description": "Speaking speed."
|
|
15127
|
+
}
|
|
15128
|
+
}
|
|
15129
|
+
},
|
|
15046
15130
|
"status": {
|
|
15047
15131
|
"type": "string",
|
|
15048
15132
|
"enum": [
|
|
@@ -15210,7 +15294,11 @@
|
|
|
15210
15294
|
},
|
|
15211
15295
|
"voice": {
|
|
15212
15296
|
"type": "string",
|
|
15213
|
-
"description": "AI only.
|
|
15297
|
+
"description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
|
|
15298
|
+
},
|
|
15299
|
+
"avatarId": {
|
|
15300
|
+
"type": "string",
|
|
15301
|
+
"description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
|
|
15214
15302
|
},
|
|
15215
15303
|
"config": {
|
|
15216
15304
|
"type": "object",
|
|
@@ -15385,7 +15473,11 @@
|
|
|
15385
15473
|
},
|
|
15386
15474
|
"voice": {
|
|
15387
15475
|
"type": "string",
|
|
15388
|
-
"description": "AI only.
|
|
15476
|
+
"description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
|
|
15477
|
+
},
|
|
15478
|
+
"avatarId": {
|
|
15479
|
+
"type": "string",
|
|
15480
|
+
"description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
|
|
15389
15481
|
},
|
|
15390
15482
|
"config": {
|
|
15391
15483
|
"type": "object",
|
|
@@ -15549,7 +15641,11 @@
|
|
|
15549
15641
|
},
|
|
15550
15642
|
"voice": {
|
|
15551
15643
|
"type": "string",
|
|
15552
|
-
"description": "AI only.
|
|
15644
|
+
"description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
|
|
15645
|
+
},
|
|
15646
|
+
"avatarId": {
|
|
15647
|
+
"type": "string",
|
|
15648
|
+
"description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
|
|
15553
15649
|
},
|
|
15554
15650
|
"config": {
|
|
15555
15651
|
"type": "object",
|
|
@@ -15875,7 +15971,11 @@
|
|
|
15875
15971
|
},
|
|
15876
15972
|
"voice": {
|
|
15877
15973
|
"type": "string",
|
|
15878
|
-
"description": "AI only.
|
|
15974
|
+
"description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
|
|
15975
|
+
},
|
|
15976
|
+
"avatarId": {
|
|
15977
|
+
"type": "string",
|
|
15978
|
+
"description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
|
|
15879
15979
|
},
|
|
15880
15980
|
"config": {
|
|
15881
15981
|
"type": "object",
|