Call Flow Node
Allows an AI Agent to use a Flow as a Agent Tool.
Allows an AI Agent to use a Flow as a Agent Tool.
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Tool Name | toolNameOverride | botdojo/types/string | null | ||
| Tool Instructions | toolInstructionsOverride | botdojo/types/string | null | ||
| Flow | flowReference | botdojo/types/flow_reference_select | null | ||
| Use Default Properties | useDefaultProperties | botdojo/types/boolean | If disabled the flow will not use the default properties from the flow. | false | ✅ |
| Disable Session | disableSessionSharing | botdojo/types/boolean | By default, multiple calls to this tool will share its internal state with previous calls. When disabled, each call will start with a fresh state. | false | ✅ |
| Skip Automatic Evaluations | skipEvaluations | botdojo/types/boolean | Will not run automatic evaluations on the flow if set to automatically run | false | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Tool | tool | botdojo/interface/tool | tool | null |