Table of Contents

Flow AI tool

Specifies a Flow that enables the Tools AI Agent to use it as a tool.

img

Example img
This flow demonstrates how an AI agent uses the Flow AI tool to invoke another flow as part of handling a chat request. The agent processes the user message using a chat model and maintains conversation context in memory (AI agent memory). The connected flow is invoked through the Flow AI tool, and the called flow is exposed using the Flow AI tool trigger. The result is then used by the agent to generate and return the final response to the caller.


Note

You can only select Flows with a Flow AI tool trigger.

img

Properties

Name Type Description
Title Optional The name of the Flow AI tool as exposed to the AI agent. When a flow is selected from the list, the title is automatically set to the name of the flow.
Flow Required The flow that will be invoked by the AI agent when this tool is called.
Run a Flow in another Workspace Optional Allows invoking a flow from a different workspace.
Tools group Optional Logical group name used to organize tools available to the AI agent.
Disabled Optional Disables the tool so it cannot be invoked by the AI agent.
Description Optional Description of what the tool does, used by the AI agent to understand its purpose.