Values.BatchGetCodeReviewsInputSourceInput for retrieving multiple code reviews by their IDs.
type nonrec t = {codeReviewIds : CodeReviewIdList.t;The list of code review identifiers to retrieve.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the code reviews.
*)}