We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4785f42 commit 6263d9eCopy full SHA for 6263d9e
1 file changed
src/__tests__/CodexACPAgent/data/auth-with-key.json
@@ -48,12 +48,22 @@
48
"persistExtendedHistory": false
49
}
50
51
+{
52
+ "eventType": "notification",
53
+ "method": "thread/status/changed",
54
+ "params": {
55
+ "threadId": "threadId",
56
+ "status": {
57
+ "type": "idle"
58
+ }
59
+ },
60
+ "jsonrpc": "2.0"
61
+}
62
{
63
"eventType": "response",
64
"thread": "thread",
65
"model": "model",
66
"modelProvider": "openai",
- "serviceTier": null,
67
"cwd": "cwd",
68
"approvalPolicy": "on-request",
69
"sandbox": "sandbox",
0 commit comments