queryPage

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

Executes the queryPage step in the SDAI domain layer.

Return

Result produced by queryPage.

Author

Dmitriy Moroz

Parameters

limit

limit value consumed by the API.

offset

offset value consumed by the API.