read_story
Retrieve complete dialogue scripts for single story chapters from Arknights game data. Specify a chapter key to access character lines with optional narration and scene descriptions included.
Instructions
读取单章剧情的完整台词。
Args:
story_key: 章节 key,如 "activities/act31side/level_act31side_01_beg"(可从 list_stories 获取)。
include_narration: 是否包含旁白和场景描述,默认 True。Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_key | Yes | ||
| include_narration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |