Skip to content

Commit 07de945

Browse files
author
Aleksandr Slapoguzov
committed
LLM-25226 update test data
1 parent 543f19c commit 07de945

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

src/__tests__/CodexACPAgent/data/auth-with-key.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,21 @@
4444
"developerInstructions": null,
4545
"personality": null,
4646
"ephemeral": null,
47-
"experimentalRawEvents": false
47+
"experimentalRawEvents": false,
48+
"persistExtendedHistory": false
4849
}
4950
}
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+
}
5062
{
5163
"eventType": "response",
5264
"thread": "thread",
@@ -76,27 +88,45 @@
7688
{
7789
"eventType": "response",
7890
"data": [
91+
{
92+
"id": "id",
93+
"model": "model",
94+
"upgrade": "upgrade",
95+
"displayName": "gpt-5.3-codex",
96+
"description": "Latest frontier agentic coding model.",
97+
"hidden": false,
98+
"supportedReasoningEfforts": "supportedReasoningEfforts",
99+
"defaultReasoningEffort": "medium",
100+
"inputModalities": [
101+
"text",
102+
"image"
103+
],
104+
"supportsPersonality": true,
105+
"isDefault": true
106+
},
79107
{
80108
"id": "id",
81109
"model": "model",
82110
"upgrade": "upgrade",
83111
"displayName": "gpt-5.2-codex",
84112
"description": "Frontier agentic coding model.",
113+
"hidden": false,
85114
"supportedReasoningEfforts": "supportedReasoningEfforts",
86115
"defaultReasoningEffort": "medium",
87116
"inputModalities": [
88117
"text",
89118
"image"
90119
],
91120
"supportsPersonality": true,
92-
"isDefault": true
121+
"isDefault": false
93122
},
94123
{
95124
"id": "id",
96125
"model": "model",
97126
"upgrade": "upgrade",
98127
"displayName": "gpt-5.1-codex-max",
99128
"description": "Codex-optimized flagship for deep and fast reasoning.",
129+
"hidden": false,
100130
"supportedReasoningEfforts": "supportedReasoningEfforts",
101131
"defaultReasoningEffort": "medium",
102132
"inputModalities": [
@@ -112,6 +142,7 @@
112142
"upgrade": "upgrade",
113143
"displayName": "gpt-5.2",
114144
"description": "Latest frontier model with improvements across knowledge, reasoning and coding",
145+
"hidden": false,
115146
"supportedReasoningEfforts": "supportedReasoningEfforts",
116147
"defaultReasoningEffort": "medium",
117148
"inputModalities": [
@@ -127,6 +158,7 @@
127158
"upgrade": "upgrade",
128159
"displayName": "gpt-5.1-codex-mini",
129160
"description": "Optimized for codex. Cheaper, faster, but less capable.",
161+
"hidden": false,
130162
"supportedReasoningEfforts": "supportedReasoningEfforts",
131163
"defaultReasoningEffort": "medium",
132164
"inputModalities": [

0 commit comments

Comments
 (0)