@smartytalent/openai-tools 0.1.33-dev.74 → 0.1.33-dev.75
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 +84 -0
- 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": [
|