⚙️ JournalismReasoningConfig.json
{
  "story_topic": "Impact of AI on local newsrooms",
  "journalism_elements": {
    "who": "Local journalists, AI developers",
    "why": "Economic pressure vs efficiency"
  },
  "verify_facts": true,
  "alternative_angles": 3,
  "find_gaps": true
}
👁️ SessionTask UI (Tabbed View)
Overview
Fact Verification
Perspectives
Synthesis

Verified Facts

✅ 1. AI adoption in newsrooms increased by 35% in 2023.

Status: Verified | Source: Reuters Institute Report


⚠️ 2. Local news employment has reached an all-time low.

Status: Partially True | Context: Varies significantly by region.

Live Results Showcase

Explore actual investigative reports and artifacts generated by the JournalismReasoningTask in the test workspace.

Execution Configuration

Field Type Description
story_topic * String The story topic or event to investigate.
input_files List<String> Glob patterns for documents to inform the investigation.
journalism_elements Map Elements to consider (who, what, when, where, why, how).
verify_facts Boolean Whether to identify and verify key facts (Default: true).
identify_perspectives Boolean Identify multiple perspectives and stakeholder voices (Default: true).
analyze_context Boolean Analyze historical background and broader implications (Default: true).
identify_biases Boolean Detect potential biases and conflicts of interest (Default: true).
find_gaps Boolean Check for missing information or unanswered questions (Default: true).
alternative_angles Int Number of alternative angles to explore (1-10, Default: 3).
assess_newsworthiness Boolean Assess newsworthiness and public interest (Default: true).

* Required fields