按文件名的规则将文件分组整理到不同目录。当用户提到按名称分组文件、整理文件、自动归类时使用。
按名称分组整理文件
按文件名的前缀或规则,将文件分组整理到不同目录中。
⚠️ TODO: 该功能为历史功能,行为待测试。
office/skills/file/group_by_name/
from skills.file import group_by_name
group_by_name(
path='./data',
output_path=None,
del_old_file=None
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
path | str | 是 | - | 路径 |
output_path | str | 否 | None | 输出路径 |
del_old_file | bool | 否 | None | 是否删除旧文件 |
None
office.api.file.group_by_name
dd6fe56
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.