forked from Dicklesworthstone/pi_agent_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverify_opencode_simple_text.json
More file actions
38 lines (38 loc) · 1.46 KB
/
verify_opencode_simple_text.json
File metadata and controls
38 lines (38 loc) · 1.46 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
{
"version": "1.0",
"test_name": "verify_opencode_simple_text",
"recorded_at": "2026-02-12T09:02:57.712Z",
"interactions": [
{
"request": {
"method": "POST",
"url": "https://opencode.ai/zen/v1/chat/completions",
"headers": [
[
"Authorization",
"Bearer [REDACTED]"
],
[
"Content-Type",
"application/json"
]
]
},
"response": {
"status": 200,
"headers": [
[
"Content-Type",
"text/event-stream"
]
],
"body_chunks": [
"data: {\"choices\":[{\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":null,\"index\":0}],\"created\":1738875600,\"id\":\"chatcmpl-verify-001\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion.chunk\"}\n\n",
"data: {\"choices\":[{\"delta\":{\"content\":\"Hello from the verification harness.\"},\"finish_reason\":null,\"index\":0}],\"created\":1738875600,\"id\":\"chatcmpl-verify-001\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion.chunk\"}\n\n",
"data: {\"choices\":[{\"delta\":{},\"finish_reason\":\"stop\",\"index\":0}],\"created\":1738875600,\"id\":\"chatcmpl-verify-001\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion.chunk\",\"usage\":{\"completion_tokens\":10,\"prompt_tokens\":20,\"total_tokens\":30}}\n\n",
"data: [DONE]\n\n"
]
}
}
]
}