Field | Type | Description | Required |
---|---|---|---|
name | string | Task identifier | β |
instructions | string | Task instructions | β |
code_artifact_id | integer | Reference to code artifact | β |
input_parameters | array | Input configuration | β |
expected_output | array | Output configuration | β |
dependencies | array | Task dependencies | β |
error_policy | string | Error handling strategy | β |
arguments
dictionary in your Coder Artifact function.
Issue | Solution |
---|---|
Code Artifact Not Found | Verify artifact ID and ensure itβs published |
Input Validation Failed | Check input types and format against Coder Artifact requirements |
Processing Error | Review error logs in your Coder Artifact and retry |
Memory Issues | Optimize data handling in your Python code |