DefaultConnectToFalAiUseCaseImpl
internal class DefaultConnectToFalAiUseCaseImpl(val getConfigurationUseCase: GetConfigurationUseCase, val setServerConfigurationUseCase: SetServerConfigurationUseCase, val testFalAiApiKeyUseCase: TestFalAiApiKeyUseCase) : ConnectToFalAiUseCase(source)
Implements DefaultConnectToFalAiUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(getConfigurationUseCase: GetConfigurationUseCase, setServerConfigurationUseCase: SetServerConfigurationUseCase, testFalAiApiKeyUseCase: TestFalAiApiKeyUseCase)