Run QA on Results
queue_generation_result_qaDefault tool for generation-result QA. Use this whenever the user asks to QA, quality check, validate, review, inspect for defects, approve/reject, or assess already-created generation results. Do not substitute view_image for QA unless the user explicitly asks for a manual visual critique instead of the official Uwear QA pipeline. First identify the numeric generation_result_ids, then call this tool, then call read_generation_result_qa for the same IDs. Queued or requeued QA costs 1 credit per generation result; already-completed QA rows are not charged again. QA is built for scale — validating large batches (hundreds or thousands of results). When the user is iterating on a handful of results one by one, do not queue QA on your own initiative; run it when the user asks for it or when operating at batch scale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_qa_retries | No | Maximum QA-triggered retry generations to allow. Retry generations can cost additional generation credits. | |
| generation_result_ids | Yes | Generation result IDs to QA. Queued or requeued QA costs 1 credit per result. |