AI Contact Information Extraction

3346ed7c-cbd4-428d-a261-07f7a925b32e

Latency
410ms
Cost
$0.0001
Tokens
174
Status
success
gemini-2.5-flash

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "t",
    "timestamp": 1783469806140
  },
  {
    "data": {
      "initialData": {
        "sig": "Please extract the contact information (name, email, phone number, company, job title) from the following text. If any information is missing, please indicate that.\n\n\"Dear John Smith,\n\nI hope this email finds you well. My name is Jane Doe, and I'm reaching out from Acme Corporation as the Senior Marketing Manager. We've been following your work at Innovate Solutions and are very impressed. I'd love to discuss potential collaboration opportunities. You can reach me at jane.doe@acmecorp.com or by phone at (555) 123-4567. I look forward to hearing from you.\n\nBest regards,\nJane Doe\nSenior Marketing Manager\nAcme Corporation\""
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1783469806140
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "t",
    "timestamp": 1783469806140
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "l",
    "timestamp": 1783469806143
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 64
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783469806143
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783469806143
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "costUsd": 0.000072,
      "provider": "openai",
      "latencyMs": 406,
      "promptTokens": 165,
      "completionTokens": 9
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1783469806550
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "l",
    "timestamp": 1783469806550
  }
]