Package io.nutrient.domain.ai
Class AiAssistantKt
-
- All Implemented Interfaces:
public final class AiAssistantKt
-
-
Method Summary
Modifier and Type Method Description final static AiAssistant
standaloneAiAssistant(Context context, AiAssistantConfiguration aiAssistantConfiguration)
Factory function to create an instance of the AiAssistant. -
-
Method Detail
-
standaloneAiAssistant
final static AiAssistant standaloneAiAssistant(Context context, AiAssistantConfiguration aiAssistantConfiguration)
Factory function to create an instance of the AiAssistant.
- Parameters:
context
- Context The context of the application.aiAssistantConfiguration
- AiAssistantConfiguration The configuration for the AiAssistant.- Returns:
An instance of the AiAssistant class.
-
-
-
-