mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 04:02:00 +00:00
Use int for year in test case
This commit is contained in:
parent
00affd1f02
commit
357d7ea9ea
2 changed files with 4 additions and 4 deletions
|
|
@ -199,8 +199,8 @@ def test_text_completion_structured_output(client_with_models, text_model_id, te
|
|||
|
||||
class AnswerFormat(BaseModel):
|
||||
name: str
|
||||
year_born: str
|
||||
year_retired: str
|
||||
year_born: int
|
||||
year_retired: int
|
||||
|
||||
tc = TestCase(test_case)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue