Package-level declarations
Types
Link copied to clipboard
Represents a chat message for AiliaLLM. Each message has a role (system, user, or assistant) and content.
Link copied to clipboard
Link copied to clipboard
Represents the multimodal capabilities of a loaded LLM model.
Link copied to clipboard
data class AiliaLLMMultimodalChatMessage constructor(val role: String, val content: String, val mediaData: Array<AiliaLLMMediaData>? = null)
Represents a multimodal chat message with media attachments. Corresponds to the AILIALLMMultimodalChatMessage C structure.