kids-english-script-product.../kids-english-script-production/assets/skill.yml

28 lines
797 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: kids-english-script-production
description: 4-8岁儿童英文台词标准化生产工具支持纯中/纯英/中英混合输入,自动生成分级合规地道台词
version: 1.1.0
author: shark
entry: python3 scripts/gen_script.py
parameters:
- name: input
type: string
description: 直接输入待处理的剧本文本
required: false
- name: path
type: string
description: 待处理的单个剧本文件路径或包含多个剧本的目录路径
required: false
- name: stage
type: string
description: 目标难度等级 S1/S2/S3/S4
required: true
- name: output
type: string
description: 结果输出目录,指定后自动保存结果
required: false
tags:
- 内容生产
- 英语课程
- 台词生成
- 批量处理