FetchSwarmUiModelsUseCase
Defines the FetchSwarmUiModelsUseCase contract for the SDAI domain layer.
Author
Dmitriy Moroz
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(baseUrl: String, sessionId: String, credentials: AuthorizationCredentials = AuthorizationCredentials.None): List<SwarmUiModel>
Executes the invoke step in the SDAI domain layer.