context
¶
Classes:
AuditEntry
¶
Bases: BaseModel
PipelineContext
¶
Bases: BaseModel
Serializable context that flows between independently executed stages. summary: |- Callers can serialize this to JSON between invocations that may happen hours or days apart, by different actors. attributes: patient: type: dict[str, Any] language: type: str session_id: type: str | None results: type: dict[str, Any] audit: type: list[AuditEntry] extras: type: dict[str, Any]