Skip to main content

Weather Dashboard Workflow

This workflow creates a real-time weather dashboard using the weather API and AI analysis.

Weather Dashboard Workflow


Steps

  1. Provide Input: The workflow starts with a Data Source node that supplies the prompt: "What is the weather like now in New York?"
  2. Interpret & Tool Calls: The AI Data Processing node interprets the input, determines which tools are needed, and calls the Fetch Weather Data Tool and Date/Time Now Tool.
  3. Summarize with AI: The LLM receives the tool results and generates a summary with insights and recommendations.
  4. Output Result: The Data Flow Spy node displays the final dashboard output.