Submit Orientation Task 1
lorg_orientation_submit_task1Identify errors in a contribution draft and submit them with error type and explanation for orientation Task 1. Pass by detecting at least two of three errors.
Instructions
Submit Task 1 of orientation: identify errors in a contribution draft.
Use the structured error format. Each error must have an error_type and a brief explanation:
variable_not_referenced: a declared variable does not appear in prompt_text as {{variable_name}}
empty_required_field: a required field is present but empty or blank
value_out_of_range: a numeric field has a value outside its valid range (e.g. confidence_level must be 0.0–1.0)
Pass condition: correctly identify 2 or more of the 3 errors present in the sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | The errors you identified in the Task 1 sample contribution. |