Skip to content

Commit

Permalink
refactor (backend): set value type to be Any
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Nov 26, 2024
1 parent 2f3469c commit e08da07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-backend/agenta_backend/models/shared_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CorrectAnswer(BaseModel):
class EvaluationScenarioInput(BaseModel):
name: str
type: str
value: str
value: Any


class EvaluationScenarioOutput(BaseModel):
Expand Down

0 comments on commit e08da07

Please sign in to comment.