Simple AI Customer Support Chatbot

18761b7d-545b-4aad-af8b-9a00cc53886b

Latency
1206ms
Cost
$0.0003
Tokens
325
Status
success
gemini-3-flash-preview

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1783210428998
  },
  {
    "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": 1783210428998
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1783210428998
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "responder",
    "timestamp": 1783210429001
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 200
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783210429001
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783210429001
  },
  {
    "data": {
      "model": "gemini-3-flash-preview",
      "costUsd": 0.0003395,
      "provider": "openai",
      "latencyMs": 1202,
      "promptTokens": 215,
      "completionTokens": 110
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1783210430204
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "responder",
    "timestamp": 1783210430204
  }
]