generate

abstract suspend fun generate(baseUrl: String, request: SwarmUiGenerationRequest, authorization: BasicHttpAuthorization?): KtorSwarmUiGenerationResponse(source)

Executes the generate step in the SDAI network layer.

Return

Result produced by generate.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

request

request value consumed by the API.

authorization

authorization value consumed by the API.