invoke

abstract suspend operator fun invoke(limit: Int, offset: Int): List<AiGenerationResult>(source)

Executes the invoke step in the SDAI domain layer.

Return

Result produced by invoke.

Author

Dmitriy Moroz

Parameters

limit

limit value consumed by the API.

offset

offset value consumed by the API.