AI Contact Information Extraction

8ec8996b-c1c1-43b4-a0b5-e1357e607a4b

Latency
25502ms
Cost
$0.0000
Tokens
0
Status
partial
gpt-4o-mini

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "t",
    "timestamp": 1783469779878
  },
  {
    "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": 1783469779878
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "t",
    "timestamp": 1783469779878
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "l",
    "timestamp": 1783469779882
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 64
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783469779882
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783469779882
  },
  {
    "data": {
      "error": "OpenAI API error (429): {\n    \"error\": {\n        \"message\": \"You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.\",\n        \"type\": \"insufficient_quota\",\n        \"param\": null,\n        \"code\": \"insufficient_quota\"\n    }\n}\n",
      "status": "error",
      "degraded": true,
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "l",
    "timestamp": 1783469805380
  }
]