| name | fucai3d-latest |
| description | Use when querying the latest China Welfare Lottery 3D draw results. Applies when user wants to check latest Welfare Lottery 3D draw, most recent period numbers, Baidu search result for "3d/Welfare Lottery 3d", or quickly return period number/date/numbers. Also applies to recording historical results after querying, and generating entertainment-oriented next suggestions based on history, cold/hot number analysis, and multi-strategy number recommendations. |
Welfare Lottery 3D Latest Draw Results
When user wants to query the latest China Welfare Lottery 3D draw results:
- First, use browser tool to access
https://www.baidu.com
- Search
Welfare 3D
- First, read the "Official Welfare Lottery 3D - Draw Results" card at the top of Baidu results page
- First extract the currently displayed:
- Period number
- Draw date
- Draw numbers
- If user asks to "update results", "backfill missed", "verify recent draws" or suspects number errors:
- Do not only rely on the default card display
- First check the period/date selector area above the draw numbers (e.g.
Period 2026086 2026-04-06... switchable entries)
- Switch through recent periods one by one to verify, at least check current period and previous 1~3 periods
- If "historical draws" text appears below the Baidu card or in search result body (e.g.
2026086 382 / 2026085 118 / 2026084 456), use this per-period list for backfill and correction
- Only fall back to China Welfare Lottery official site or other authoritative sources when period-by-period verification cannot be completed on Baidu results page, and clearly state the data source
After getting results, additionally execute entertainment functions:
- Use
/var/minis/shared/fucai3d/recommender.py update ISSUE DATE DIGITS to write this draw result into history file /var/minis/shared/fucai3d/history.json
- If missing periods are found, backfill them all at once; if history contains wrong numbers, correct local history with latest verified results
- Use
/var/minis/shared/fucai3d/recommender.py bundle 5 to generate:
- Basic entertainment recommendations 5 sets
- Cold number preference recommendations 3 sets
- Hot number mix recommendations 3 sets
- 0~9 frequency in recent window
- Hot / Cold number summary
- Clearly state these suggested numbers are "toy recommendations" based only on historical exclusion rules and simple frequency preference, not actual prediction capability
Output as concise as possible, default format:
- Period: Period XXXXXXX
- Draw date: YYYY-MM-DD
- Draw numbers: X X X
- History: Updated / Existed / Corrected
- Backfill: Backfilled Period XXXXXXX, Period XXXXXXX...
- Entertainment recommendations: A B C / D E F / ...
- Cold number preference: A B C / D E F / ...
- Hot number mix: A B C / D E F / ...
- Hot numbers last 30 draws: x, x, x...
- Cold numbers last 30 draws: x, x, x...
- Note: Based only on simple exclusion and frequency statistics from history, does not constitute prediction advice
Recommendation logic explanation (no need to expand too much to user):
- Prioritize avoiding recently appeared identical three-digit combinations
- Try to avoid recent identical sum values
- Try to avoid recent adjacent digit repeat patterns
- Use recent window to calculate hot/cold number frequency
- If history is too short or constraints too strong, degrade to random fill
If Baidu results page cannot directly provide draw numbers:
- Try clicking the first result to continue reading
- First look for historical draw list text in Baidu result body and parse it
- If still failing, query China Welfare Lottery official site or other authoritative sources
- Clearly state the data source
If the queried information may not be the latest draw, clearly indicate "based on current search results".