Generate script
generate_scriptGenerate the project's script from its description/concept and the channel's narrative style. Async — returns {job_id}; poll get_workflow_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model ID to generate with; empty uses the default (see list_models("script")) | |
| settings | No | Model-specific settings; valid keys come from the model's settings_schema in list_models("script") | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| editable_sections | No | Per-call prompt section overrides, keyed by section name; see get_section_template("script") for the sections this job exposes |