autointent.schemas.Tag#
- class autointent.schemas.Tag(/, **data)#
Bases:
pydantic.BaseModel
Represents a tag associated with intent classes.
Tags are used to define constraints such that if two intent classes share a common tag, they cannot both be assigned to the same sample.
- Parameters:
data (Any)