AuditLogEntry - Tinker Documentation
tinker.types.AuditLogEntry
class tinker.types.AuditLogEntry( BaseModel)
A single entry in the audit log.
Fields:
- timestamp ( datetime) – When the event occurred.
- event ( str) – The event type identifier.
- model_id ( str | None) – The model ID associated with the event, if any.
- tinker_path ( str | None) – The tinker path associated with the event, if any.
- purpose ( str | None) – The purpose of the event, if any.