Weather

获取当前天气信息。当用户提到查天气、天气查询、今天天气、当前天气时使用。

coderwanfeng 3e3f361 2 files · 706 B Updated

File contents

weather Skill

获取当前天气信息

功能描述

调用天气接口获取当前天气信息。

所属分类

office/skills/tools/weather/

调用方式

from skills.tools import weather

weather()

参数说明

无参数。

返回值

None(结果直接打印输出)

使用示例

from skills.tools import weather
weather()

原始函数

office.api.tools.weather

coderwanfeng/python-office/tree/main/skills/tools/weather commit 3e3f361ad5

Frequently asked questions

npx skillmds@latest add coderwanfeng/weather