LocalDiffusionGenerationRepository

Defines the LocalDiffusionGenerationRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard

Executes the generateFromText step in the SDAI domain layer.

Link copied to clipboard
abstract suspend fun interruptGeneration()

Performs the SDAI side effect handled by interruptGeneration.

Link copied to clipboard
abstract fun observeStatus(): Flow<LocalDiffusionStatus>

Loads SDAI data through observeStatus.