mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
32 lines
673 B
JSON
32 lines
673 B
JSON
{
|
|
"order": 30,
|
|
"id": "unit_tests",
|
|
"label": "Unit tests",
|
|
"description": "Validate Python/Rust test mappings and compare isolated Python runs alongside native Cargo tests.",
|
|
"functions": {
|
|
"ocr": {
|
|
"coverage": "planned",
|
|
"selectors": []
|
|
},
|
|
"messages": {
|
|
"coverage": "planned",
|
|
"selectors": []
|
|
},
|
|
"chat_completions": {
|
|
"coverage": "planned",
|
|
"selectors": []
|
|
},
|
|
"responses": {
|
|
"coverage": "planned",
|
|
"selectors": []
|
|
},
|
|
"count_tokens": {
|
|
"coverage": "planned",
|
|
"selectors": []
|
|
},
|
|
"transcription": {
|
|
"coverage": "planned",
|
|
"selectors": []
|
|
}
|
|
}
|
|
}
|