invoke

open suspend operator override fun invoke(baseUrl: String, sessionId: String, credentials: AuthorizationCredentials = AuthorizationCredentials.None): List<SwarmUiModel>(source)

Executes the invoke step in the SDAI domain layer.

Return

Result produced by invoke.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

sessionId

session id value consumed by the API.

credentials

credentials value consumed by the API.