Stored actions
Stored actions introduction
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:
- Using the AI Actions website- see Configure stored actions for more details.
- 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.