Background Action Manager Node
warning
This node is in beta and may not be fully tested or documented. Use with caution.
Agent Toolset that list and get the status of background actions.
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
List Actions Tool Name | listActionsToolName | botdojo/types/string | (optional) The name of the tool to list actions. Defaults to 'list_actions'. | list_actions | ✅ |
List Actions Tool Description | listActionsToolDescription | botdojo/types/string | (optional) The description of the tool to list actions. Defaults to 'Lists all actions in the background.'. | Lists all actions in the background. | |
Get Action Status Tool Name | getActionStatusToolName | botdojo/types/string | (optional) The name of the tool to get the status of an action. Defaults to 'get_action_status'. | get_action_status | ✅ |
Get Action Status Tool Description | getActionStatusToolDescription | botdojo/types/string | (optional) The description of the tool to get the status of an action. Defaults to 'Gets the status of an action in the background.'. | Gets the status of an action in the background. | ✅ |
Output
Label | Property | Type | Description | Default Value |
---|---|---|---|---|
Tool | tool | botdojo/interface/tool | tool | null |
Action Tool Instructions | actionToolInstructions | botdojo/types/string | The instructions of the action tool. | null |