Table of Contents

Flow AI tool

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

Flow AI Tool

Example Example
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.

Flow AI Tool2

Properties

Name Required Description
Title No 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 Yes The flow that will be invoked by the AI agent when this tool is called.
Run a Flow in another Workspace No Allows invoking a flow from a different workspace.
Tools group No Logical group name used to organize tools available to the AI agent.
Disabled No Disables the tool so it cannot be invoked by the AI agent.
Description No Description of what the tool does, used by the AI agent to understand its purpose.