@smartytalent/mcp-tools 0.1.33-dev.72 → 0.1.33-dev.73
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 +14 -8
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11351,10 +11351,13 @@
|
|
|
11351
11351
|
}
|
|
11352
11352
|
},
|
|
11353
11353
|
"keyNotes": {
|
|
11354
|
-
"type": "
|
|
11355
|
-
"description": "AI-generated
|
|
11356
|
-
"
|
|
11357
|
-
"type": "
|
|
11354
|
+
"type": "object",
|
|
11355
|
+
"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.",
|
|
11356
|
+
"additionalProperties": {
|
|
11357
|
+
"type": "array",
|
|
11358
|
+
"items": {
|
|
11359
|
+
"type": "string"
|
|
11360
|
+
}
|
|
11358
11361
|
}
|
|
11359
11362
|
},
|
|
11360
11363
|
"topicsDiscussed": {
|
|
@@ -11883,10 +11886,13 @@
|
|
|
11883
11886
|
}
|
|
11884
11887
|
},
|
|
11885
11888
|
"keyNotes": {
|
|
11886
|
-
"type": "
|
|
11887
|
-
"description": "AI-generated
|
|
11888
|
-
"
|
|
11889
|
-
"type": "
|
|
11889
|
+
"type": "object",
|
|
11890
|
+
"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.",
|
|
11891
|
+
"additionalProperties": {
|
|
11892
|
+
"type": "array",
|
|
11893
|
+
"items": {
|
|
11894
|
+
"type": "string"
|
|
11895
|
+
}
|
|
11890
11896
|
}
|
|
11891
11897
|
},
|
|
11892
11898
|
"topicsDiscussed": {
|