Package-level declarations

Types

Link copied to clipboard
interface AiAssistant

Interface defining the contract for an AI Assistant. This interface declares the methods that any AI Assistant implementation must provide.

Functions

Link copied to clipboard
fun standaloneAiAssistant(context: Context, aiAssistantConfiguration: AiAssistantConfiguration): AiAssistant

Factory function to create an instance of the AiAssistant.