Actions
Get action inputs
Get the inputs for an action with NLA
POST
/
api
/
v2
/
actions
/
{actionId}
/
execute
/
get.inputs
Authorizations
Path Parameters
Body
application/json
The use-case description for the action, this will give context to LLM to generate the correct inputs for the action.
Minimum length:
1
The custom description for the action, use this to provide customised context about the action to the LLM to suit your use-case.
The system prompt to be used by LLM, use this to control and guide the behaviour of the LLM.
Was this page helpful?