🎯 Single Prompt Flow

The single prompt flow is the simplest way to create an AI agent. You are supposed to describe the entire expected behavior in a single prompt - you can check out our guide for best practices πŸ“š. For example - the below images shows the prompt for a very simple hotel booking agent 🏨: image

πŸ› οΈ Tool Integration

On top of it, the agent can use tool calls to trigger real world actions like make an api call OR perform a knowledge base search πŸ”. You can add multiple tools to your agent and refer them in your prompt via the tool name. For example - the restaurant reservation agent can be enhanced with a β€œtransfer call” tool to forward corporate booking requests to a human agent πŸ‘€.
πŸ”§ Add toolπŸ’¬ Refer in prompt
Transfer Call ToolPrompt with Transfer Call Tool

πŸ“‹ Available Tools

The next sections describe all the tool types currently supported: