 Should also allow `Top-10 Diff`, corresponding to the search results  It is returned as part of the following packet: ``` return { "text": text, "tokens": tokens, "m1": { ... }, "m2": { ... }, "diff": { "rank": ..., "prob": ..., "rank_clamp": ..., "topk": topk_token_diff( parsed_output1.topk_token_ids.tolist(), parsed_output2.topk_token_ids.tolist(), ), }, ```
Should also allow
Top-10 Diff, corresponding to the search resultsIt is returned as part of the following packet: