= ChatData.load_jsonl('file_a.jsonl')
_a_data = ChatData.load_jsonl('file_b.jsonl') _b_data
Loaded 2284 rows from file_a.jsonl
Loaded 2284 rows from file_b.jsonl
Loaded 2284 rows from file_a.jsonl
Loaded 2284 rows from file_b.jsonl
Some of this code is domain-specific to Rechat.
diff_funcs (list1:List[dict], list2:List[dict])
Compare two lists of functions.
explain_func_diff (differences_output)
Use a LLM to provide a human-readable explanation of differences in function definitions.