The Context Company does not ingest generic downstream business outcomes such as retention, LTV, CSAT scores, or subscription state. Success signals come from session-level behavior detected in the trace and from any structured metadata you attach at instrumentation time. See Limitations below.
Two sources of outcome data
Detected from session behavior
Resolution, escalation, frustration, confusion, and task-failure signals derived from the conversation and execution trace. No configuration required.
Attached by your application
Any structured field you send with a run:
resolved, escalated, workflow_completed, plan_tier, experiment, or anything else. Sliced anywhere in the product.What The Context Company detects automatically
Every conversation is scanned for behavioral signals that indicate whether the interaction went well. These signals feed Patterns, failures, topic clusters, and recaps.- Resolution vs. abandonment. Session-level signals such as repeated asks, contradictions from the user, or an abrupt session ending mark conversations that appear to have gone unresolved even when they never generated an explicit complaint.
- Escalation. Patterns of hand-off language and follow-up sessions surface conversations that escalated to a human without needing a ticket-system integration.
- Frustration and confusion. Built-in Patterns run on every conversation and flag negative sentiment or user confusion.
- Task failure. The built-in task-failure Pattern flags conversations where the user’s goal was not met, including cases where the transcript looked successful but the underlying tool calls or retrieval failed.
- Silent failures. Tool errors, empty results, and contradictions between what the agent said and what the tool returned are visible in the trace and drive the failures view.
What you can attach through metadata
Anything your application already knows about the outcome or context of a run can be sent as custom metadata and then used to filter or segment every analysis. Common examples: Support agentsresolved(true/false)escalated(true/false)human_edited(true/false)reopened(true/false)resolution_status(resolved,pending,abandoned)
workflow_completedmeeting_bookedsuggestion_acceptedrecord_updated
task_completedworkflowfeatureplan_tier
Feedback as an explicit outcome signal
Feedback is the one first-class explicit outcome The Context Company records directly: thumbs up or down plus optional free-text, attached to a specific run. If your application already surfaces a rating, an approval step, or a “did this help?” prompt, send the result through the feedback API and it becomes a filter across every view.Analyzing outcomes
Anything attached to a run (detected or supplied) can be:- Filtered on in the runs list, failures, Patterns, and topic clusters.
- Grouped by in Insight Search responses.
- Segmented in recaps.
- Queried through MCP and the REST API.
Example questions
- Which recurring failures show up most in escalated conversations?
- Which tools are called most often in sessions that were not resolved?
- What distinguishes resolved conversations from reopened ones?
- Which failure themes affect our enterprise-tier accounts most?
- Did resolution rate improve after we shipped
prompt_version=v14? - Which topics have the highest ratio of thumbs-down feedback?
Updating outcomes after a run
Custom metadata is set at ingestion. To attach an outcome that becomes known later (a ticket that gets reopened a day later, a workflow that completes an hour after the agent’s final message), submit it through the feedback API or by writing a subsequent run tied to the sametcc.sessionId.
In-place mutation of custom metadata on a completed run is not currently exposed. If you need to change an outcome retroactively, submit it as feedback or as a follow-up run in the same session, or contact us about your workflow.
Limitations
- The Context Company does not ingest business-system outcomes such as retention, churn, LTV, CSAT survey scores, or subscription state directly. Attach them through custom metadata or feedback if your application already tracks them.
- Detected signals (resolution, escalation, frustration) are inferred from session behavior. They are strong enough for trend analysis and prioritization; use them alongside your own ground-truth data when accuracy on an individual conversation matters.
- Human-review and handoff analysis works today when your application sends the relevant signals as metadata. There is no built-in review workflow inside The Context Company.
