Type constraints for structured generation.
Restricts the output to valid Python types. Supported types include: int, float, bool, datetime.date, datetime.time, datetime.datetime.
Example:
type_constraints = int
For more details, see: https://dottxt-ai.github.io/outlines/reference/generation/format/