@smartytalent/openai-tools 0.1.33-dev.72 → 0.1.33-dev.74
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 +98 -8
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11023,10 +11023,13 @@
|
|
|
11023
11023
|
}
|
|
11024
11024
|
},
|
|
11025
11025
|
"keyNotes": {
|
|
11026
|
-
"type": "
|
|
11027
|
-
"description": "AI-generated
|
|
11028
|
-
"
|
|
11029
|
-
"type": "
|
|
11026
|
+
"type": "object",
|
|
11027
|
+
"description": "AI-generated fact bullets per locale, distilled from the transcript.\nKeyed by BCP-47 locale (e.g. `en-US`, `pl-PL`); values are arrays of\nstrings. The source language (matches `languageCode`) is always\npresent; tenant target locales are added by the AI translate step.\nFE selects the locale to render (no auto-flatten on read). Same shape\nas `summary`/`transcript` - one object, NOT separate columns.",
|
|
11028
|
+
"additionalProperties": {
|
|
11029
|
+
"type": "array",
|
|
11030
|
+
"items": {
|
|
11031
|
+
"type": "string"
|
|
11032
|
+
}
|
|
11030
11033
|
}
|
|
11031
11034
|
},
|
|
11032
11035
|
"topicsDiscussed": {
|
|
@@ -11046,6 +11049,48 @@
|
|
|
11046
11049
|
],
|
|
11047
11050
|
"description": "AI-derived sentiment of the conversation as a whole."
|
|
11048
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
|
+
},
|
|
11049
11094
|
"summaryGeneratedAt": {
|
|
11050
11095
|
"type": "string",
|
|
11051
11096
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
@@ -11549,10 +11594,13 @@
|
|
|
11549
11594
|
}
|
|
11550
11595
|
},
|
|
11551
11596
|
"keyNotes": {
|
|
11552
|
-
"type": "
|
|
11553
|
-
"description": "AI-generated
|
|
11554
|
-
"
|
|
11555
|
-
"type": "
|
|
11597
|
+
"type": "object",
|
|
11598
|
+
"description": "AI-generated fact bullets per locale, distilled from the transcript.\nKeyed by BCP-47 locale (e.g. `en-US`, `pl-PL`); values are arrays of\nstrings. The source language (matches `languageCode`) is always\npresent; tenant target locales are added by the AI translate step.\nFE selects the locale to render (no auto-flatten on read). Same shape\nas `summary`/`transcript` - one object, NOT separate columns.",
|
|
11599
|
+
"additionalProperties": {
|
|
11600
|
+
"type": "array",
|
|
11601
|
+
"items": {
|
|
11602
|
+
"type": "string"
|
|
11603
|
+
}
|
|
11556
11604
|
}
|
|
11557
11605
|
},
|
|
11558
11606
|
"topicsDiscussed": {
|
|
@@ -11572,6 +11620,48 @@
|
|
|
11572
11620
|
],
|
|
11573
11621
|
"description": "AI-derived sentiment of the conversation as a whole."
|
|
11574
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
|
+
},
|
|
11575
11665
|
"summaryGeneratedAt": {
|
|
11576
11666
|
"type": "string",
|
|
11577
11667
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|