@smartytalent/mcp-tools 0.1.33-dev.51 → 0.1.33-dev.52
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 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6047,6 +6047,10 @@
|
|
|
6047
6047
|
],
|
|
6048
6048
|
"description": "Renderer hint derived from contentType + conversion outputs.\nSet by the file service after conversion. `unknown` for\ncontent types with no preview pipeline."
|
|
6049
6049
|
},
|
|
6050
|
+
"detectedLanguage": {
|
|
6051
|
+
"type": "string",
|
|
6052
|
+
"description": "BCP-47 code for the source content's primary language,\ndetected during AI extraction. Transcript language for\nvideo/audio, document body language for PDF/image.\nStable per-file. Drives the translation pipeline:\nAI extraction outputs canonical en-US, then the file AI\nLambda translates `summary` (and any future fields in\nFile.TRANSLATION_FIELDS) into the tenant's target locale.\nSource content (transcript / rawText) stays verbatim in\nthis language - we only translate AI-derived synthesis text."
|
|
6053
|
+
},
|
|
6050
6054
|
"sizeBytes": {
|
|
6051
6055
|
"type": "integer",
|
|
6052
6056
|
"description": "File size in bytes. Stable post-upload."
|
|
@@ -6230,6 +6234,10 @@
|
|
|
6230
6234
|
],
|
|
6231
6235
|
"description": "Renderer hint derived from contentType + conversion outputs.\nSet by the file service after conversion. `unknown` for\ncontent types with no preview pipeline."
|
|
6232
6236
|
},
|
|
6237
|
+
"detectedLanguage": {
|
|
6238
|
+
"type": "string",
|
|
6239
|
+
"description": "BCP-47 code for the source content's primary language,\ndetected during AI extraction. Transcript language for\nvideo/audio, document body language for PDF/image.\nStable per-file. Drives the translation pipeline:\nAI extraction outputs canonical en-US, then the file AI\nLambda translates `summary` (and any future fields in\nFile.TRANSLATION_FIELDS) into the tenant's target locale.\nSource content (transcript / rawText) stays verbatim in\nthis language - we only translate AI-derived synthesis text."
|
|
6240
|
+
},
|
|
6233
6241
|
"sizeBytes": {
|
|
6234
6242
|
"type": "integer",
|
|
6235
6243
|
"description": "File size in bytes. Stable post-upload."
|
|
@@ -18134,6 +18142,12 @@
|
|
|
18134
18142
|
"questionId": {
|
|
18135
18143
|
"type": "string",
|
|
18136
18144
|
"description": "Optional question id this upload is for. Used for S3 key partitioning + downstream join hint; not auth-relevant."
|
|
18145
|
+
},
|
|
18146
|
+
"durationMs": {
|
|
18147
|
+
"type": "integer",
|
|
18148
|
+
"format": "int64",
|
|
18149
|
+
"minimum": 0,
|
|
18150
|
+
"description": "Optional client-measured recording duration in milliseconds.\nSet by the candidate FE for video-recording / audio-recording\nquestions where MediaRecorder doesn't finalize the container's\nDuration element. Used as a fallback when ffprobe / re-mux\ncan't derive duration from the file alone. Backend persists\nit to attempt.meta.pendingUploads[fileKey] and surfaces it\nvia attempt:show -> fileRefs so the workflow's process_attachments\nstep forwards it to file:process; the file row then carries\nattributes.durationSeconds + meta.durationSource='client'\nuntil ffmpeg re-mux overwrites with a more reliable value."
|
|
18137
18151
|
}
|
|
18138
18152
|
}
|
|
18139
18153
|
},
|