Package-level declarations

Types

Link copied to clipboard
data class GeminiPrompt(val text: String, val imageBase64: String, val imageFormat: MimeType = ImageCaptureDefault.mimeType)
Link copied to clipboard
data class GeminiResponse(val generatedText: String, val totalTokensUsed: Int)

Condensed data of the Gemini API HTTP body response GenerateContentResponse

Link copied to clipboard

Defines the states the user can set for the displaying the Gemini chat (On or Off) or Disconnected, which should be set after the device lost connection