Field | Type | Description | Required |
---|---|---|---|
name | string | Unique identifier for the task | Yes |
instructions | string | Clear instructions for processing | Yes |
input_parameters | array | Input configuration | Yes |
expected_output | array | Output configuration | Yes |
dependencies | array | List of dependent tasks | No |
error_policy | string | Error handling strategy | No |
Issue | Solution |
---|---|
Unclear Instructions | Provide specific, detailed instructions |
Input Validation Fails | Check input types and requirements |
Output Mismatch | Verify output structure matches requirements |
Performance Issues | Optimize input/output size |