mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
* test: add interactive Rust Python parity harness * test: simplify Rust Python parity harness structure * test: show parity confidence by SDK section --------- Co-authored-by: yuneng-jiang <yuneng@berri.ai>
12 lines
429 B
JSON
12 lines
429 B
JSON
{
|
|
"order": 30,
|
|
"id": "validate_sub_methods",
|
|
"label": "Validate sub-methods",
|
|
"description": "Compare isolated transforms and verify Python-to-Rust helper coverage.",
|
|
"functions": {
|
|
"ocr": {"coverage": "planned", "selectors": []},
|
|
"messages": {"coverage": "planned", "selectors": []},
|
|
"responses": {"coverage": "planned", "selectors": []},
|
|
"count_tokens": {"coverage": "planned", "selectors": []}
|
|
}
|
|
}
|