修改了:
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
加入了中文内容,进行了更丰富的个人设定。
This commit is contained in:
2026-04-01 03:53:33 +08:00
parent 7dc4122778
commit 540bfe825f
5 changed files with 107 additions and 46 deletions

View File

@@ -1,18 +1,18 @@
# Weather
# 天气
Get current weather and forecasts using web_search.
使用 web_search 获取最新天气和天气预报。
## When to use
When the user asks about weather, temperature, or forecasts.
## 何时使用
当用户询问天气、温度或天气预报时。
## How to use
1. Use get_current_time to know the current date
2. Use web_search with a query like "weather in [city] today"
3. Extract temperature, conditions, and forecast from results
4. Present in a concise, friendly format
## 如何使用
1. 使用 get_current_time 来查询当前日期
2. 使用 web_search,查询如“今天[城市]天气”
3. 从结果中提取温度、条件和预报
4. 以简明、友好的形式呈现
## Example
User: "What's the weather in Tokyo?"
## 示例
用户:“北京的天气怎么样?”
→ get_current_time
→ web_search "weather Tokyo today February 2026"
"Tokyo: 8°C, partly cloudy. High 12°C, low 4°C. Light wind from the north."
→ web_search “2026 年 「get_current_time」 的北京天气”
“北京8°C局部多云。最高 12°C最低 4°C。 北风,微风。”