创建文章
根据给定的主题,自动创建指定行数的文章。
office/skills/tools/create_article/
from office.skills.tools import create_article
create_article(
theme='人工智能的发展',
line_num=300
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
theme | str | 是 | - | 文章的主题 |
line_num | int | 否 | 200 | 文章的行数 |
None
from office.skills.tools import create_article
create_article(theme='Python 自动化办公', line_num=500)office.api.tools.create_article
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.