Skip to content

Commit c47fe41

Browse files
authored
Update responses.py: add run_id in output_view of model signature
1 parent 7329a8a commit c47fe41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/models/responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class Prediction(BaseModel):
99
libelle: str
1010

1111

12-
class PredictionResponse(RootModel[Dict[str, Union[Prediction, float]]]):
12+
class PredictionResponse(RootModel[Dict[str, Union[Prediction, float, str]]]):
1313
pass

0 commit comments

Comments
 (0)