在指定路径下搜索指定类型的文件(如 .txt、.pdf)。当用户提到按类型搜索文件、找某类文件、检索文件时使用。
在当前路径下搜索指定类型的文件
在指定路径下搜索指定类型的文件。
office/skills/file/search_specify_type_file/
from office.skills.file import search_specify_type_file
search_specify_type_file(
file_path='./data',
file_type='.txt'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
file_path | str | 是 | - | 文件路径 |
file_type | str | 是 | - | 文件类型(如 .txt、.py) |
None(结果直接打印输出)
from office.skills.file import search_specify_type_file
search_specify_type_file(file_path='./docs', file_type='.pdf')office.api.file.search_specify_type_file
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.