VoltAction

@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.

Properties

Link copied to clipboard

of the action

Link copied to clipboard
val enableAITool: Boolean = false

whether this action should be exposed to AI tools

Link copied to clipboard

of the action