conformance_check
Check conformance for a list of files. The maximum number of files per request is
5. If you need to process more files, split the
request into multiple requests.
Input:
list_of_files (list[dict[path: str, content: str]]): The list of files to get
checked for conformance, including the path and content of each file. The content should be
the full content of the file.
Returns:
A structured response with the conformance check results.