mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:02:25 +00:00
Summary: ### THIS DIFF ### PLAN ### CONTEXT ### DESIGN Test Plan: # Test Setup **Type checker and check that the build compiles** **Unit Tests** **E2E Tests** // Screenshots and videos | Before | After | |--| | … | … | # Monitoring Plan.
21 lines
638 B
JSON
21 lines
638 B
JSON
{
|
|
"files": [
|
|
{
|
|
"basepath": "test_text_inference.py",
|
|
"functions": [
|
|
"test_structured_output",
|
|
"test_chat_completion_streaming",
|
|
"test_chat_completion_non_streaming",
|
|
"test_chat_completion_with_tool_calling",
|
|
"test_chat_completion_with_tool_calling_streaming"
|
|
]
|
|
},
|
|
{
|
|
"basepath": "test_vision_inference.py",
|
|
"functions": [
|
|
"test_vision_chat_completion_streaming",
|
|
"test_vision_chat_completion_non_streaming"
|
|
]
|
|
}
|
|
]
|
|
}
|