返回 last30days-skill
http.json
根目录 / tests / eval / fixtures / person / http.json
1 {
2 "format": "last30days-http-fixture/v1",
3 "exchanges": [
4 {
5 "request": {
6 "method": "GET",
7 "url": "https://api.search.brave.com/res/v1/web/search?q=maya&count=5&freshness=2026-06-10to2026-07-10",
8 "raw": false
9 },
10 "response": {
11 "value": {
12 "web": {
13 "results": [
14 {
15 "title": "Maya Chen shares a practical AI safety field guide",
16 "url": "https://web.example.test/person/result-1",
17 "description": "Maya Chen shares a practical AI safety field guide. Recorded public fixture content.",
18 "page_age": "2026-07-02T00:00:00Z"
19 },
20 {
21 "title": "Maya Chen explains recurring evaluation failures",
22 "url": "https://web.example.test/person/result-2",
23 "description": "Maya Chen explains recurring evaluation failures. Recorded public fixture content.",
24 "page_age": "2026-07-03T00:00:00Z"
25 },
26 {
27 "title": "Maya Chen releases an open AI safety benchmark",
28 "url": "https://web.example.test/person/result-3",
29 "description": "Maya Chen releases an open AI safety benchmark. Recorded public fixture content.",
30 "page_age": "2026-07-04T00:00:00Z"
31 }
32 ]
33 }
34 }
35 }
36 },
37 {
38 "request": {
39 "method": "GET",
40 "url": "https://hn.algolia.com/api/v1/search?query=maya&tags=story&numericFilters=created_at_i%3E1781049600%2Ccreated_at_i%3C1783728000&hitsPerPage=30",
41 "raw": false
42 },
43 "response": {
44 "value": {
45 "hits": [
46 {
47 "objectID": "person-hn-1",
48 "title": "Maya Chen publishes an AI safety field guide",
49 "url": "https://news.example.test/person/hn-1",
50 "author": "fixture_author_1",
51 "points": 120,
52 "num_comments": 35,
53 "created_at_i": 1782864000,
54 "created_at": "2026-07-01T00:00:00Z"
55 },
56 {
57 "objectID": "person-hn-2",
58 "title": "Maya Chen discusses evaluation failures",
59 "url": "https://news.example.test/person/hn-2",
60 "author": "fixture_author_2",
61 "points": 100,
62 "num_comments": 30,
63 "created_at_i": 1782950400,
64 "created_at": "2026-07-02T00:00:00Z"
65 },
66 {
67 "objectID": "person-hn-3",
68 "title": "Maya Chen opens a safety benchmark",
69 "url": "https://news.example.test/person/hn-3",
70 "author": "fixture_author_3",
71 "points": 80,
72 "num_comments": 25,
73 "created_at_i": 1783036800,
74 "created_at": "2026-07-03T00:00:00Z"
75 }
76 ],
77 "page": 0,
78 "nbHits": 3
79 }
80 }
81 }
82 ]
83 }
84
84 lines JSON