Package-level declarations
Types
Link copied to clipboard
data class ActionDescriptor(val id: String, val name: String, val description: String, val parameters: List<ActionParameter>, val returns: String = "Action")
Link copied to clipboard
Link copied to clipboard
object ActionRegistry