forked from Dicklesworthstone/pi_agent_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverify_kimi-for-coding_simple_text.json
More file actions
44 lines (44 loc) · 1.67 KB
/
verify_kimi-for-coding_simple_text.json
File metadata and controls
44 lines (44 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "1.0",
"test_name": "verify_kimi-for-coding_simple_text",
"recorded_at": "2026-02-11T01:53:33.118Z",
"interactions": [
{
"request": {
"method": "POST",
"url": "https://api.kimi.com/coding/v1/messages",
"headers": [
[
"Content-Type",
"application/json"
],
[
"X-API-Key",
"[REDACTED]"
],
[
"anthropic-version",
"2023-06-01"
]
]
},
"response": {
"status": 200,
"headers": [
[
"Content-Type",
"text/event-stream"
]
],
"body_chunks": [
"event: message_start\ndata: {\"message\":{\"content\":[],\"id\":\"msg_verify_b1_001\",\"model\":\"k2p5\",\"role\":\"assistant\",\"stop_reason\":null,\"stop_sequence\":null,\"type\":\"message\",\"usage\":{\"input_tokens\":20,\"output_tokens\":1}},\"type\":\"message_start\"}\n\n",
"event: content_block_start\ndata: {\"content_block\":{\"text\":\"\",\"type\":\"text\"},\"index\":0,\"type\":\"content_block_start\"}\n\n",
"event: content_block_delta\ndata: {\"delta\":{\"text\":\"Hello from the verification harness.\",\"type\":\"text_delta\"},\"index\":0,\"type\":\"content_block_delta\"}\n\n",
"event: content_block_stop\ndata: {\"index\":0,\"type\":\"content_block_stop\"}\n\n",
"event: message_delta\ndata: {\"delta\":{\"stop_reason\":\"end_turn\",\"stop_sequence\":null},\"type\":\"message_delta\",\"usage\":{\"output_tokens\":10}}\n\n",
"event: message_stop\ndata: {\"type\":\"message_stop\"}\n\n"
]
}
}
]
}