Files
mimiclaw/spiffs_data/skills/weather.md
titor 540bfe825f
Some checks failed
Build / idf-build (push) Has been cancelled
修改了:
spiffs_data/config/SOUL.md
spiffs_data/config/USER.md
spiffs_data/memory/MEMORY.md
spiffs_data/skills/daily-briefing.md
spiffs_data/skills/weather.md
加入了中文内容,进行了更丰富的个人设定。
2026-04-01 03:53:33 +08:00

19 lines
576 B
Markdown
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.
# 天气
使用 web_search 获取最新天气和天气预报。
## 何时使用
当用户询问天气、温度或天气预报时。
## 如何使用
1. 使用 get_current_time 来查询当前日期
2. 使用 web_search查询如“今天[城市]天气”
3. 从结果中提取温度、条件和预报
4. 以简明、友好的形式呈现
## 示例
用户:“北京的天气怎么样?”
→ get_current_time
→ web_search “2026 年 「get_current_time」 的北京天气”
→ “北京8°C局部多云。最高 12°C最低 4°C。 北风,微风。”