Field | Type | Description | Required |
---|---|---|---|
name | string | Task identifier | Yes |
instructions | string | Task instructions | Yes |
provider | string | Tool provider | Yes |
tool_name | string | Name of the tool | Yes |
tool_id | integer | Tool identifier | Yes |
org_integration_id | integer | Organization integration ID | No |
input_parameters | array | Input configuration | Yes |
expected_output | array | Output configuration | Yes |
Issue | Solution |
---|---|
Authentication Failed | Verify credentials and permissions |
Rate Limit Exceeded | Implement backoff strategy |
Invalid Input Format | Validate input before processing |
Tool Unavailable | Check tool status and fallback |