ScriptwritingTask
Generate production-ready scripts for videos, podcasts, and presentations with dialogue, timing, and production notes.
Category: Writing
Multi-Phase Execution
Smart Model Preferred
⚙️ ScriptwritingTaskExecutionConfigData
{
"topic": "The Future of AI in Coding",
"script_type": "video",
"target_duration_minutes": 3,
"tone": "engaging",
"pacing": "dynamic",
"revision_passes": 1
}
→
👁️ Session UI: Complete Script
[00:00]
*Camera pans across a modern workspace with multiple monitors showing code.*
"Software engineering is at a crossroads. It's not just about the tools we use, but how we think about the very act of creation."
B-Roll: Close-up of AI-generated code snippets.
[00:15]
"Enter the era of the AI-augmented developer..."
Test Workspace Browser
Explore actual artifacts generated by the ScriptwritingTask in the test environment.
| Field | Type | Description |
|---|---|---|
topic * |
String | The topic or subject of the script. |
script_type |
String | Type of script (video, podcast, presentation). Default: "video". |
target_duration_minutes |
Int | Target duration (1-180). Default: 5. |
tone |
String | The tone (professional, engaging, etc.). Default: "professional". |
pacing |
String | slow, moderate, fast, dynamic. Default: "moderate". |
revision_passes |
Int | Number of refinement passes (0-5). Default: 1. |
input_files |
List<String> | Glob patterns for files to use as research context. |