General Agent

The General Agent is a flexible AI node that can handle any prompt-based task. It supports multiple output formats and can search the web for current information.


When to Use

Use the General Agent when you need custom AI processing that does not fit the Sentiment or Copy Writer agents. It can classify data, extract information, summarize content, generate text, or answer questions using live web data.


Inputs

Input

Description

prompt

The instruction or question for the AI agent

outputFormat

The format of the result: text, number, boolean, or url

model

The AI model to use: anthropic/claude-sonnet-4.5 or openai/gpt-5-mini

Note: The General Agent can search the web for current information when needed. This makes it useful for tasks that require up-to-date data.


Output Variables

Variable

Description

result

The AI-generated response in your chosen output format


Syntax Example

{{generalAgent.result}}


Pro tip: Use the url output format when you need the agent to find and return a specific link, such as a company website or article URL.