@smartytalent/mcp-tools 0.1.33-dev.46 → 0.1.33-dev.47
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 +16 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -17198,6 +17198,14 @@
|
|
|
17198
17198
|
}
|
|
17199
17199
|
}
|
|
17200
17200
|
},
|
|
17201
|
+
"fileResults": {
|
|
17202
|
+
"type": "array",
|
|
17203
|
+
"description": "File-extraction results, one entry per file that\nfile:process processed during the assessment workflow's\nprocess_attachments step. Stamped onto the attempt by\nthe workflow's `attempt:trigger_evaluation` action right\nbefore /reevaluate fires. The eval Lambda joins these\nonto answers[i].files[i] by fileKey so the AI evaluator\nsees extracted content (transcripts / slide text / OCR)\nalongside the candidate's text answer for the same\nquestion. Locale value type left as Any because each\nfile:process emits a different shape per content type\n(PDF text, video transcript, etc).",
|
|
17204
|
+
"items": {
|
|
17205
|
+
"type": "object",
|
|
17206
|
+
"additionalProperties": true
|
|
17207
|
+
}
|
|
17208
|
+
},
|
|
17201
17209
|
"startedAt": {
|
|
17202
17210
|
"type": "string",
|
|
17203
17211
|
"format": "date-time",
|
|
@@ -17685,6 +17693,14 @@
|
|
|
17685
17693
|
}
|
|
17686
17694
|
}
|
|
17687
17695
|
},
|
|
17696
|
+
"fileResults": {
|
|
17697
|
+
"type": "array",
|
|
17698
|
+
"description": "File-extraction results, one entry per file that\nfile:process processed during the assessment workflow's\nprocess_attachments step. Stamped onto the attempt by\nthe workflow's `attempt:trigger_evaluation` action right\nbefore /reevaluate fires. The eval Lambda joins these\nonto answers[i].files[i] by fileKey so the AI evaluator\nsees extracted content (transcripts / slide text / OCR)\nalongside the candidate's text answer for the same\nquestion. Locale value type left as Any because each\nfile:process emits a different shape per content type\n(PDF text, video transcript, etc).",
|
|
17699
|
+
"items": {
|
|
17700
|
+
"type": "object",
|
|
17701
|
+
"additionalProperties": true
|
|
17702
|
+
}
|
|
17703
|
+
},
|
|
17688
17704
|
"startedAt": {
|
|
17689
17705
|
"type": "string",
|
|
17690
17706
|
"format": "date-time",
|