📝 Description
The Image Validation task is designed to validate whether an image meets the criteria defined in a custom Validation Prompt. The validation applies to images contained in the field identified by the field key.
🎯 When to Use This Task
Use this task when you need to:
- Ensure images follow specific quality, content, or contextual rules
- Enforce project-wide image requirements
- Validate based on instructions defined in a custom prompt
🛠️ Accessing the Task
Users can either edit an existing Image Validation task or create a new one.
- Select an existing Image Validation task to edit, OR
- Create a new Image Validation task
In both scenarios, the same modal will open.
🧩 Required Fields & Inputs
1. Task Name (required)
- User specifies the name of the image validation task
2. Field Key (required)
- Identifies which field contains the images to validate
- Validation is executed on images within this field
3. Validation Prompt (required)
- A text area where the user specifies validation rules
- The prompt determines the logic executed during validation
💾 Saving the Task
The Save button is only enabled when all required fields are filled out:
- Validation Name
- Field Key
- Validation Prompt
After clicking Save:
- The task is stored
- The modal closes
📌 Summary
The Image Validation task provides a simple and effective way to validate images based on custom prompts. By specifying a field key and defining validation rules, users gain fine-grained control over which images are validated and how the criteria are applied.
Comments