Running a stored action involves setting up the action in the AI Actions UI and then running it by its ID. This is done in the following steps:
1

Set up the action

Actions need to be configured by a user before they can be used.There are two ways to set up stored actions:
  1. Using the AI Actions website- see Configure stored actions for more details.
  2. Using the AI Action management API provided under Manage stored actions.
2

Provide actions as tools to an LLM

After actions are set up, they can be provided as tools to an LLM.See List stored Actions for more details.
3

Run the action

The LLM can then decide which action it wants to run.See Run a stored action for more details.