Post Tools Execute By Action Name Input

Path parameters

actionNamestringRequired

The name of the action to get inputs for

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
textstringRequired

The use-case description for the action, this will give context to LLM to generate the correct inputs for the action.

customDescriptionstringOptional

The custom description for the action, use this to provide customised context about the action to the LLM to suit your use-case.

systemPromptstringOptional

The system prompt to be used by LLM, use this to control and guide the behaviour of the LLM.

versionstringOptional

Response

Successfully generated inputs for the action

argumentsobjectOptional

The arguments for the action needed to execute the given task.

errorstringOptional

The error message if the arguments were not generated successfully.