mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
12 lines
411 B
JSON
12 lines
411 B
JSON
{
|
|
"order": 20,
|
|
"id": "unit_tests_rust",
|
|
"label": "Rust unit tests",
|
|
"description": "Exercise Rust-owned behavior directly with focused unit tests.",
|
|
"functions": {
|
|
"ocr": {"coverage": "planned", "selectors": []},
|
|
"messages": {"coverage": "planned", "selectors": []},
|
|
"responses": {"coverage": "planned", "selectors": []},
|
|
"count_tokens": {"coverage": "planned", "selectors": []}
|
|
}
|
|
}
|