roboto.ai#
Submodules#
Package Contents#
- class roboto.ai.AISummary(/, **data)#
Bases:
pydantic.BaseModel
A wire-transmissible representation of an AI summary
- Parameters:
data (Any)
- created: datetime.datetime#
The time at which the summary was created.
- status: AISummaryStatus#
The status of the summary.
- summary_id: str#
The ID of the summary.
- text: str#
The text of the summary.