forked from phoenix-oss/llama-stack-mirror
Another test_case related breakage fix
This commit is contained in:
parent
36b762303c
commit
34226d6c93
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ def test_text_chat_completion_with_tool_choice_none(
|
||||||
assert tool_invocation_content == ""
|
assert tool_invocation_content == ""
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.parametrize("test_case", ["chat_completion-01"])
|
||||||
def test_text_chat_completion_structured_output(llama_stack_client, text_model_id, inference_provider_type, test_case):
|
def test_text_chat_completion_structured_output(llama_stack_client, text_model_id, inference_provider_type, test_case):
|
||||||
class AnswerFormat(BaseModel):
|
class AnswerFormat(BaseModel):
|
||||||
first_name: str
|
first_name: str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue