Module settings reference
This section contains reference information of all the modules in the Make AI agents app and all their module settings.
The Make AI agents > Run an agent module allows you to:
Agent
Select the agent you want to use or click the Create agent button to create a new agent.
If you want to create a new agent:
- In the Connection field, select your connection.
- In the Agent name field, fill in your agent's identification.
- In the Model field, select the language model and version provided from your AI service provider.
Agent-level tools
Agent's tools are the . When you send a task to the agent, it will use reasoning powered by the AI provider's model to identify what the agent needs to do. Then, the agent looks into its context information. The agent's context contains the names and descriptions of all that are available to them. Based on the information and the context, the agent runs the that are available to it.
The list of agent-level tools in the module settings is read-only. If you need to update the agent-level tools, you need to change them in the agent settings.
Thread ID
You can specify a custom thread ID to keep all the communication with the agent in the same communication thread. This allows you to maintain the agent's context with a history of messages that you sent to the agent.
Additional system instructions
Messages
The Messages fields contain the tasks you are sending to the agent. You can send multiple user messages through one module operation.
Continue scenario run while agent is working
Enable this option to forward the agent's response to the specified URL.
In the Webhook URL field, specify a webhook URL. If you don't have a webhook ready:
- Paste the webhook URL in the Webhook URL field of the Run an agent module.
Keep in mind that when using this option, the Run an agent module doesn't receive data from the agent, so they are not available for mapping in the . The agent's reply is forwarded to the webhook. If you want to use the agent's results in a , you need to move the processing to the with the webhook.