Brief the AI Operator
You're the control room operator at Isla Dino. Your AI vision system can now detect danger zones on the park map. But detection is just the first step - someone needs to act on this information.
Enter the AI Operator: an AI agent that receives briefings about the park status and can take appropriate action. Your job is to configure this agent with the right persona and provide it with all the context it needs.
What you'll practice:
- Configuring OpenAI chat models
- Writing system prompts to define AI behavior
- Combining data from multiple nodes in a message
- Using expressions to reference earlier nodes
Login to see the exercise
Create an account to access challenges and track your progress.
Log in to see exerciseNext up
Create Emergency Logging Tool
Related Content
Continue your learning journey with these related challenges and guides:
Learn how to use the HTTP Request node in n8n to connect to any API. This guide covers all HTTP methods (GET, POST, PUT, PATCH, DELETE), sending data, and handling responses.
Learn how to add your OpenAI API key to n8n in under 5 minutes. Step-by-step guide to creating an API key and configuring the OpenAI node.
Learn to extract nested JSON fields into a flat structure using n8n's Edit Fields node and expressions.
Learn how to fetch and parse API data in n8n using the HTTP Request node. Practice extracting nested JSON fields into clean output.
Learn to fetch JSON data from an API endpoint using n8n's HTTP Request node.