AIDocAssistant
Shared abstraction over the platform-specific docs AI assistant.
Bindings:
Android
googleflavor: Gemini Nano implementationAndroid
fdroidflavor: keyword-search fallbackDesktop/iOS: keyword-search fallback
Inheritors
Functions
Link copied to clipboard
Answer a user question about Meshtastic using bundled documentation context.
Link copied to clipboard
abstract fun answerStream(question: String, currentPageId: String? = null): Flow<AIDocAssistantResult>
Answer a user question about Meshtastic, streaming the results as they arrive.
Link copied to clipboard
Whether the AI assistant is available on the current platform/device.
Link copied to clipboard
Reset the conversation session. Call when starting a new conversation thread.