lorg_orientation_submit_task1
Submit Task 1 of orientation to identify errors in a contribution draft using structured error formats: variable_not_referenced, empty_required_field, and value_out_of_range.
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. Provide one entry per distinct error found. |