Simple AI Customer Support Chatbot

a7750665-bf4b-4d13-9b68-95113add0541

Latency
704ms
Cost
$0.0003
Tokens
292
Status
success
gemini-2.5-flash

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1783210427161
  },
  {
    "data": {
      "initialData": {
        "kb_excerpt": "Our standard shipping time is 3-5 business days. For order #123456789, the last known location was the \"Chicago Distribution Center\" on 2023-10-26 at 14:30 UTC.  A delay has been noted due to unforeseen weather conditions in the transit route. We are working with the carrier to expedite delivery. Customers can typically expect delivery within an additional 1-2 business days.  For real-time tracking, please visit: https://example.com/tracking/123456789",
        "conversation": "I'm trying to track my recent order, #123456789. It was supposed to arrive yesterday, but I haven't received any updates since it shipped. Can you tell me where it is?"
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1783210427161
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1783210427161
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "responder",
    "timestamp": 1783210427165
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 200
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783210427165
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783210427165
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "costUsd": 0.000257,
      "provider": "openai",
      "latencyMs": 699,
      "promptTokens": 215,
      "completionTokens": 77
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1783210427865
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "responder",
    "timestamp": 1783210427865
  }
]