Skip to main content
v2

Real World Examples

This page is intentionally dense. Each flow is shown as:

  1. Chat transcript
  2. Per-turn step trace (what executed and why)
  3. Required control-plane rows (ce_*)
  4. Audit timeline with payload-level checkpoints

Example 1: FAQ (informational path)

FAQ conversation
User
How do I transfer my electricity connection?
ConvEngine
Share customerId, phone, email, source city, and target city. Then confirm to submit transfer.

Intent and state outcome

FieldExpected valueWhy
intentFAQClassifier matches informational query language
stateIDLENo slot collection / no pending action required
responseTypeDERIVED (TEXT)FAQ answer generated from prompt/context

Example 2: CONNECTION_TRANSFER (multi-turn + confirmation + pending action)

Connection transfer conversation
User
Move my electricity connection from City1 to City2.
ConvEngine
Please provide customerId, phone, email, sourceCity, and targetCity.
User
customerId 9912, phone 9988776655, email user@zapper.com, sourceCity City1, targetCity City2
ConvEngine
Do you want to move this connection right away?
User
yes please
ConvEngine
Connection transfer request submitted successfully.

Example 3: ORDER_CANCELLATION (multi-turn with interaction policy)

Protected Order Cancellation
User
Cancel my shoe order.
ConvEngine
I can help you cancel your order. What is your order number?
User
It's 48392.
ConvEngine
Are you sure you want to cancel order 48392? This action is irreversible.
User
Yes please do that.
ConvEngine
Order 48392 has been completely cancelled.

Example 4: INVENTORY_LOOKUP (Tool Orchestration)

DB Orchestration Flow
User
How many running shoes are left in warehouse B?
ConvEngine
Checking the inventory database...
User
[System delay executing Tool]
ConvEngine
We currently have 421 units of running shoes allocated to warehouse B.

Example 5: SUPPORT_DIAGNOSTIC (Memory Summarization)

Long Context Support Thread
User
My router is broken.
ConvEngine
Let's check the lights. Are they green?
User
[12 more dialogue turns testing different cables and lights]
ConvEngine
I suggest performing a factory reset via http://router.local/admin_reset with PIN 1234.
User
[User is quiet for minutes]
User
[Turn 15]: Wait, what link did you tell me to use for the firmware reset again?
ConvEngine
Based on our previous troubleshooting, you should use http://router.local/admin_reset with the default PIN 1234.