Package-level declarations

Types

Link copied to clipboard
annotation class AIParam(val description: String, val min: Double = Double.NEGATIVE_INFINITY, val max: Double = Double.POSITIVE_INFINITY)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class VoltAction(val name: String = "", val description: String = "", val enableAITool: Boolean = false)

Annotation to mark a method as a Volt Action.