Skip to main content
Understanding Output

Understanding Output

Every extraction produces four categories of structured data. Each item includes the extracted text and, where available, the source reference linking back to the original conversation line.

Tasks

Action items with assigned owners, deadlines, and source references back to the original message.

Decisions

Agreements, conclusions, or choices made during the conversation with confidence indicators.

Risks

Potential blockers, concerns, or uncertainties surfaced so they don't get buried in threads.

Summary

A concise overview of the entire conversation — key points distilled into 1–3 sentences.

{
  "summary": "Team agreed to move release to Friday...",
  "tasks": [
    { "text": "Send the calendar invite", "owner": "Chris", "deadline": null },
    { "text": "Draft release notes by Thursday", "owner": "Jordan", "deadline": "Thursday" }
  ],
  "decisions": [
    { "text": "Move the release to Friday" },
    { "text": "Skip the beta for this one" }
  ],
  "risks": [
    { "text": "If the API change isn't merged by Wednesday we might slip" }
  ],
  "prompt_version": "...",
  "schema_version": "..."
}

Still have questions?

Reach out to our team or start extracting to see the platform in action.