HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.ai
/
ActionRegistry
Action
Registry
object
ActionRegistry
Members
Types
Registered
Action
Link copied to clipboard
data
class
RegisteredAction
(
val
descriptor
:
ActionDescriptor
,
val
instance
:
Any
,
val
function
:
KFunction
<
*
>
)
Functions
clear
Link copied to clipboard
fun
clear
(
)
execute
Link copied to clipboard
fun
execute
(
actionId
:
String
,
params
:
Map
<
String
,
Any
?
>
)
:
Action
?
register
Instance
Link copied to clipboard
fun
registerInstance
(
instance
:
Any
)
to
AITools
Link copied to clipboard
fun
toAITools
(
)
:
List
<
AITool
>