Get action inputs
Get the inputs for an action with NLA
Path parameters
actionId
Headers
x-api-key
x-org-api-key
x-api-key
Request
This endpoint expects an object.
text
The use-case description for the action, this will give context to LLM to generate the correct inputs for the action.
customDescription
The custom description for the action, use this to provide customised context about the action to the LLM to suit your use-case.
systemPrompt
The system prompt to be used by LLM, use this to control and guide the behaviour of the LLM.
Response
arguments
The arguments for the action needed to execute the given task.
error
The error message if the arguments were not generated successfully.