@smartytalent/openai-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
|
@@ -16660,6 +16660,14 @@
|
|
|
16660
16660
|
}
|
|
16661
16661
|
}
|
|
16662
16662
|
},
|
|
16663
|
+
"fileResults": {
|
|
16664
|
+
"type": "array",
|
|
16665
|
+
"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).",
|
|
16666
|
+
"items": {
|
|
16667
|
+
"type": "object",
|
|
16668
|
+
"additionalProperties": true
|
|
16669
|
+
}
|
|
16670
|
+
},
|
|
16663
16671
|
"startedAt": {
|
|
16664
16672
|
"type": "string",
|
|
16665
16673
|
"format": "date-time",
|
|
@@ -17139,6 +17147,14 @@
|
|
|
17139
17147
|
}
|
|
17140
17148
|
}
|
|
17141
17149
|
},
|
|
17150
|
+
"fileResults": {
|
|
17151
|
+
"type": "array",
|
|
17152
|
+
"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).",
|
|
17153
|
+
"items": {
|
|
17154
|
+
"type": "object",
|
|
17155
|
+
"additionalProperties": true
|
|
17156
|
+
}
|
|
17157
|
+
},
|
|
17142
17158
|
"startedAt": {
|
|
17143
17159
|
"type": "string",
|
|
17144
17160
|
"format": "date-time",
|