AI Sentiment Classification Tool

bf31a81f-be78-4703-8d87-bd5f8233ddee

Latency
1256ms
Cost
$0.0004
Tokens
77
Status
success
gpt-4o-mini

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "n0",
    "timestamp": 1780344090110
  },
  {
    "data": {
      "initialData": {
        "review": "Shipping took two weeks and support never replied. Product is fine though."
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780344090110
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "n0",
    "timestamp": 1780344090110
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "n1",
    "timestamp": 1780344090110
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 80
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1780344090110
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780344090110
  },
  {
    "data": {
      "model": "gpt-4o-mini-2024-07-18",
      "costUsd": 0.0004325,
      "provider": "openai",
      "latencyMs": 1256,
      "promptTokens": 45,
      "completionTokens": 32
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780344091367
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "n1",
    "timestamp": 1780344091367
  }
]