Package-level declarations

Functions

Link copied to clipboard
fun createAiAssistant(context: Context, documentsDescriptors: List<DocumentDescriptor>, ipAddress: String, sessionId: String, jwtToken: (List<String>) -> String): AiAssistant

Factory method to create an instance of the AiAssistant.

Link copied to clipboard
fun showAiAssistant(activity: FragmentActivity, textSelection: TextSelection? = null)

Shows the AI Assistant dialog in the provided FragmentActivity.