Silipos Order Admin
Job detail
6f5e6b8b-a7b0-43ca-8286-85e980fd84c4
Needs Review
Review Reason
Validation errors: missing required field: customer_name; No catalog match for line(s): 1; Low confidence score (0.00 < 0.80); Validation errors: missing required field: customer_name; No catalog match for line(s): 1; Low confidence score (0.00 < 0.80)
Validation Errors
- missing required field: customer_name
Order
- Order ID
- 52b97db8-e77c-480e-a93e-df78ee8ca139
- Customer
- —
- PO number
- PO-TEST-001
- ERP ID
- —
- Delivery date
- —
- Created
- 2026-06-23T05:58:33.824572+00:00
| SKU | Description | Qty | Unit | Price | Match |
|---|---|---|---|---|---|
| ACTUAL-VALID-SKU | — | 2 | — | — | none 0% |
LLM Execution Logs
classify2026-06-23T05:58:31.231922+00:00
Model
gpt-4o-2024-08-06
Latency
853 ms
Prompt Tokens
170
Completion Tokens
40
Parsed Output
{
"intent": "order",
"rationale": "The email explicitly requests the processing of an order with a purchase order number, SKU, and quantity.",
"confidence": 1
}extract_order2026-06-23T05:58:32.613600+00:00
Model
gpt-4o-2024-08-06
Latency
1276 ms
Prompt Tokens
380
Completion Tokens
69
Parsed Output
{
"lines": [
{
"unit": null,
"notes": null,
"quantity": 2,
"item_code": "ACTUAL-VALID-SKU",
"unit_price": null,
"item_description": null
}
],
"bill_to": null,
"ship_to": null,
"po_number": "PO-TEST-001",
"customer_name": null,
"order_reference": null,
"requested_delivery_date": null
}