@smartytalent/openai-tools 0.1.33-dev.73 → 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 +168 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11049,6 +11049,48 @@
|
|
|
11049
11049
|
],
|
|
11050
11050
|
"description": "AI-derived sentiment of the conversation as a whole."
|
|
11051
11051
|
},
|
|
11052
|
+
"delivery": {
|
|
11053
|
+
"type": "object",
|
|
11054
|
+
"description": "Vocal delivery cues from the audio model (judged from voice, not the\nwords alone). One Map attribute, NOT localized - FE renders each as a\nlabel/meter. Null until the post-call AI Step Function completes.",
|
|
11055
|
+
"properties": {
|
|
11056
|
+
"confidence": {
|
|
11057
|
+
"type": "string",
|
|
11058
|
+
"enum": [
|
|
11059
|
+
"low",
|
|
11060
|
+
"medium",
|
|
11061
|
+
"high"
|
|
11062
|
+
],
|
|
11063
|
+
"description": "How composed/assured the candidate sounded."
|
|
11064
|
+
},
|
|
11065
|
+
"engagement": {
|
|
11066
|
+
"type": "string",
|
|
11067
|
+
"enum": [
|
|
11068
|
+
"low",
|
|
11069
|
+
"medium",
|
|
11070
|
+
"high"
|
|
11071
|
+
],
|
|
11072
|
+
"description": "Energy / interest level."
|
|
11073
|
+
},
|
|
11074
|
+
"clarity": {
|
|
11075
|
+
"type": "string",
|
|
11076
|
+
"enum": [
|
|
11077
|
+
"low",
|
|
11078
|
+
"medium",
|
|
11079
|
+
"high"
|
|
11080
|
+
],
|
|
11081
|
+
"description": "How clearly/structured the candidate spoke."
|
|
11082
|
+
},
|
|
11083
|
+
"pace": {
|
|
11084
|
+
"type": "string",
|
|
11085
|
+
"enum": [
|
|
11086
|
+
"slow",
|
|
11087
|
+
"steady",
|
|
11088
|
+
"fast"
|
|
11089
|
+
],
|
|
11090
|
+
"description": "Speaking speed."
|
|
11091
|
+
}
|
|
11092
|
+
}
|
|
11093
|
+
},
|
|
11052
11094
|
"summaryGeneratedAt": {
|
|
11053
11095
|
"type": "string",
|
|
11054
11096
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
@@ -11578,6 +11620,48 @@
|
|
|
11578
11620
|
],
|
|
11579
11621
|
"description": "AI-derived sentiment of the conversation as a whole."
|
|
11580
11622
|
},
|
|
11623
|
+
"delivery": {
|
|
11624
|
+
"type": "object",
|
|
11625
|
+
"description": "Vocal delivery cues from the audio model (judged from voice, not the\nwords alone). One Map attribute, NOT localized - FE renders each as a\nlabel/meter. Null until the post-call AI Step Function completes.",
|
|
11626
|
+
"properties": {
|
|
11627
|
+
"confidence": {
|
|
11628
|
+
"type": "string",
|
|
11629
|
+
"enum": [
|
|
11630
|
+
"low",
|
|
11631
|
+
"medium",
|
|
11632
|
+
"high"
|
|
11633
|
+
],
|
|
11634
|
+
"description": "How composed/assured the candidate sounded."
|
|
11635
|
+
},
|
|
11636
|
+
"engagement": {
|
|
11637
|
+
"type": "string",
|
|
11638
|
+
"enum": [
|
|
11639
|
+
"low",
|
|
11640
|
+
"medium",
|
|
11641
|
+
"high"
|
|
11642
|
+
],
|
|
11643
|
+
"description": "Energy / interest level."
|
|
11644
|
+
},
|
|
11645
|
+
"clarity": {
|
|
11646
|
+
"type": "string",
|
|
11647
|
+
"enum": [
|
|
11648
|
+
"low",
|
|
11649
|
+
"medium",
|
|
11650
|
+
"high"
|
|
11651
|
+
],
|
|
11652
|
+
"description": "How clearly/structured the candidate spoke."
|
|
11653
|
+
},
|
|
11654
|
+
"pace": {
|
|
11655
|
+
"type": "string",
|
|
11656
|
+
"enum": [
|
|
11657
|
+
"slow",
|
|
11658
|
+
"steady",
|
|
11659
|
+
"fast"
|
|
11660
|
+
],
|
|
11661
|
+
"description": "Speaking speed."
|
|
11662
|
+
}
|
|
11663
|
+
}
|
|
11664
|
+
},
|
|
11581
11665
|
"summaryGeneratedAt": {
|
|
11582
11666
|
"type": "string",
|
|
11583
11667
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
@@ -14374,6 +14458,48 @@
|
|
|
14374
14458
|
"mixed"
|
|
14375
14459
|
]
|
|
14376
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
|
+
},
|
|
14377
14503
|
"status": {
|
|
14378
14504
|
"type": "string",
|
|
14379
14505
|
"enum": [
|
|
@@ -14959,6 +15085,48 @@
|
|
|
14959
15085
|
"mixed"
|
|
14960
15086
|
]
|
|
14961
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
|
+
},
|
|
14962
15130
|
"status": {
|
|
14963
15131
|
"type": "string",
|
|
14964
15132
|
"enum": [
|