google / mesop

Rapidly build AI apps in Python
https://google.github.io/mesop/
Apache License 2.0
5.34k stars 256 forks source link

AI: Add validation to models #953

Open richard-to opened 2 weeks ago

richard-to commented 2 weeks ago

Right now, easy to accidentally get the data in a bad state when manually entering input since the pydantic models don't fully validate the data.

richard-to commented 2 weeks ago

Ref #950