返回 last30days-skill
eval_topics.json
根目录 / fixtures / eval_topics.json
1 [
2 {
3 "topic": "OpenClaw vs NanoClaw vs ZeroClaw",
4 "query_type": "comparison",
5 "rationale": "Multi-entity extraction, 3-way split across AI agent frameworks."
6 },
7 {
8 "topic": "how to set up a GLP-1 supplement routine",
9 "query_type": "how_to",
10 "rationale": "Trending health topic. Tests non-tech how_to."
11 },
12 {
13 "topic": "2026 March Madness",
14 "query_type": "breaking_news",
15 "rationale": "Live sporting event. Tests broad breaking news recall."
16 },
17 {
18 "topic": "best budget noise cancelling headphones 2026",
19 "query_type": "product",
20 "rationale": "Evergreen consumer query. Tests product review aggregation."
21 },
22 {
23 "topic": "thoughts on OpenAI Codex pricing",
24 "query_type": "opinion",
25 "rationale": "Active developer debate. Tests opinion mining."
26 },
27 {
28 "topic": "odds of US recession 2026",
29 "query_type": "prediction",
30 "rationale": "Major macro topic. Tests prediction market + news synthesis."
31 },
32 {
33 "topic": "what is retrieval augmented generation",
34 "query_type": "concept",
35 "rationale": "Widely discussed AI concept. Tests explanation quality."
36 },
37 {
38 "topic": "Google Wiz acquisition price and timeline",
39 "query_type": "factual",
40 "rationale": "Completed event ($32B). Tests factual precision."
41 }
42 ]
43
43 lines JSON