Agent: Intent Router

agent_intent_router · ai · Utility · Available · v1.1.0

Description

Classify user intent and route to a downstream branch. Outputs branch name.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
intents
Intent possibili
chip-listyes
es. acquisto, supporto, reclamo, info
Lista di intent (categorie di intenzione utente). Se nessuno matcha, l'agent ritorna "fallback".
provider
LLM provider (opzionale, override)
enum
liaraanthropicopenaigeminimistralgroqopenrouterollama
noVuoto = usa il default da Settings → AI Providers. Selezionalo SOLO per override locale (es. account diverso per questo nodo).
apiKey
API key (override)
string (encrypted)noVuoto = usa la chiave di Settings → AI Providers. Liara è free-tier (nessuna key necessaria).
model
Modello (override)
stringno
es. claude-sonnet-4-5
Vuoto = default del provider. Es. claude-sonnet-4-5, gpt-4o, gemini-2.0-flash, nha-v1.
baseUrl
Base URL (per Ollama / self-hosted)
stringno
http://localhost:11434
extraContext
Contesto aggiuntivo (opzionale)
expressionno
Esempi di output desiderato, glossario di dominio, regole speciali...
Testo aggiunto al prompt PRIMA dell'input. Utile per "few-shot examples" o vincoli che il system prompt non copre.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-agent_intent_router-1",
  "defId": "agent_intent_router",
  "label": "Agent: Intent Router",
  "config": {
    "intents": "es. acquisto, supporto, reclamo, info"
  }
}

🔗 Related nodes in the same category

Ready to use Agent: Intent Router?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes