ReviewQueue.by_status()
Return reviews matching a specific status.
Usage
ReviewQueue.by_status(status)Parameters
status: ReviewStatus- The status to filter by.
Returns
list[HumanReview]- All reviews with the given status.
Return reviews matching a specific status.
Usage
status: ReviewStatus list[HumanReview]