test: refresh codex dynamic tool snapshots · openclaw/openclaw@f77a268
steipete
·
2026-05-29
·
via Recent Commits to openclaw:main
File tree
test/fixtures/agents/prompt-snapshots/codex-runtime-happy-path
| Original file line number | Diff line number | Diff line change |
|---|
@@ -32,7 +32,8 @@
|
32 | 32 | "type": "string" |
33 | 33 | }, |
34 | 34 | "delayMs": { |
35 | | -"type": "number" |
| 35 | +"minimum": 0, |
| 36 | +"type": "integer" |
36 | 37 | }, |
37 | 38 | "delivery": { |
38 | 39 | "enum": ["system", "overlay", "auto"], |
@@ -50,14 +51,16 @@
|
50 | 51 | }, |
51 | 52 | "durationMs": { |
52 | 53 | "maximum": 300000, |
53 | | -"type": "number" |
| 54 | +"minimum": 1, |
| 55 | +"type": "integer" |
54 | 56 | }, |
55 | 57 | "facing": { |
56 | 58 | "description": "camera_snap: front/back/both; camera_clip: front/back only.", |
57 | 59 | "enum": ["front", "back", "both"], |
58 | 60 | "type": "string" |
59 | 61 | }, |
60 | 62 | "fps": { |
| 63 | +"exclusiveMinimum": 0, |
61 | 64 | "type": "number" |
62 | 65 | }, |
63 | 66 | "gatewayToken": { |
@@ -76,19 +79,25 @@
|
76 | 79 | "type": "string" |
77 | 80 | }, |
78 | 81 | "invokeTimeoutMs": { |
79 | | -"type": "number" |
| 82 | +"minimum": 1, |
| 83 | +"type": "integer" |
80 | 84 | }, |
81 | 85 | "limit": { |
82 | | -"type": "number" |
| 86 | +"maximum": 20, |
| 87 | +"minimum": 1, |
| 88 | +"type": "integer" |
83 | 89 | }, |
84 | 90 | "locationTimeoutMs": { |
85 | | -"type": "number" |
| 91 | +"minimum": 1, |
| 92 | +"type": "integer" |
86 | 93 | }, |
87 | 94 | "maxAgeMs": { |
88 | | -"type": "number" |
| 95 | +"minimum": 0, |
| 96 | +"type": "integer" |
89 | 97 | }, |
90 | 98 | "maxWidth": { |
91 | | -"type": "number" |
| 99 | +"minimum": 1, |
| 100 | +"type": "integer" |
92 | 101 | }, |
93 | 102 | "node": { |
94 | 103 | "type": "string" |
@@ -111,13 +120,16 @@
|
111 | 120 | "type": "string" |
112 | 121 | }, |
113 | 122 | "quality": { |
| 123 | +"maximum": 1, |
| 124 | +"minimum": 0, |
114 | 125 | "type": "number" |
115 | 126 | }, |
116 | 127 | "requestId": { |
117 | 128 | "type": "string" |
118 | 129 | }, |
119 | 130 | "screenIndex": { |
120 | | -"type": "number" |
| 131 | +"minimum": 0, |
| 132 | +"type": "integer" |
121 | 133 | }, |
122 | 134 | "sound": { |
123 | 135 | "type": "string" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -32,7 +32,8 @@
|
32 | 32 | "type": "string" |
33 | 33 | }, |
34 | 34 | "delayMs": { |
35 | | -"type": "number" |
| 35 | +"minimum": 0, |
| 36 | +"type": "integer" |
36 | 37 | }, |
37 | 38 | "delivery": { |
38 | 39 | "enum": ["system", "overlay", "auto"], |
@@ -50,14 +51,16 @@
|
50 | 51 | }, |
51 | 52 | "durationMs": { |
52 | 53 | "maximum": 300000, |
53 | | -"type": "number" |
| 54 | +"minimum": 1, |
| 55 | +"type": "integer" |
54 | 56 | }, |
55 | 57 | "facing": { |
56 | 58 | "description": "camera_snap: front/back/both; camera_clip: front/back only.", |
57 | 59 | "enum": ["front", "back", "both"], |
58 | 60 | "type": "string" |
59 | 61 | }, |
60 | 62 | "fps": { |
| 63 | +"exclusiveMinimum": 0, |
61 | 64 | "type": "number" |
62 | 65 | }, |
63 | 66 | "gatewayToken": { |
@@ -76,19 +79,25 @@
|
76 | 79 | "type": "string" |
77 | 80 | }, |
78 | 81 | "invokeTimeoutMs": { |
79 | | -"type": "number" |
| 82 | +"minimum": 1, |
| 83 | +"type": "integer" |
80 | 84 | }, |
81 | 85 | "limit": { |
82 | | -"type": "number" |
| 86 | +"maximum": 20, |
| 87 | +"minimum": 1, |
| 88 | +"type": "integer" |
83 | 89 | }, |
84 | 90 | "locationTimeoutMs": { |
85 | | -"type": "number" |
| 91 | +"minimum": 1, |
| 92 | +"type": "integer" |
86 | 93 | }, |
87 | 94 | "maxAgeMs": { |
88 | | -"type": "number" |
| 95 | +"minimum": 0, |
| 96 | +"type": "integer" |
89 | 97 | }, |
90 | 98 | "maxWidth": { |
91 | | -"type": "number" |
| 99 | +"minimum": 1, |
| 100 | +"type": "integer" |
92 | 101 | }, |
93 | 102 | "node": { |
94 | 103 | "type": "string" |
@@ -111,13 +120,16 @@
|
111 | 120 | "type": "string" |
112 | 121 | }, |
113 | 122 | "quality": { |
| 123 | +"maximum": 1, |
| 124 | +"minimum": 0, |
114 | 125 | "type": "number" |
115 | 126 | }, |
116 | 127 | "requestId": { |
117 | 128 | "type": "string" |
118 | 129 | }, |
119 | 130 | "screenIndex": { |
120 | | -"type": "number" |
| 131 | +"minimum": 0, |
| 132 | +"type": "integer" |
121 | 133 | }, |
122 | 134 | "sound": { |
123 | 135 | "type": "string" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -32,7 +32,8 @@
|
32 | 32 | "type": "string" |
33 | 33 | }, |
34 | 34 | "delayMs": { |
35 | | -"type": "number" |
| 35 | +"minimum": 0, |
| 36 | +"type": "integer" |
36 | 37 | }, |
37 | 38 | "delivery": { |
38 | 39 | "enum": ["system", "overlay", "auto"], |
@@ -50,14 +51,16 @@
|
50 | 51 | }, |
51 | 52 | "durationMs": { |
52 | 53 | "maximum": 300000, |
53 | | -"type": "number" |
| 54 | +"minimum": 1, |
| 55 | +"type": "integer" |
54 | 56 | }, |
55 | 57 | "facing": { |
56 | 58 | "description": "camera_snap: front/back/both; camera_clip: front/back only.", |
57 | 59 | "enum": ["front", "back", "both"], |
58 | 60 | "type": "string" |
59 | 61 | }, |
60 | 62 | "fps": { |
| 63 | +"exclusiveMinimum": 0, |
61 | 64 | "type": "number" |
62 | 65 | }, |
63 | 66 | "gatewayToken": { |
@@ -76,19 +79,25 @@
|
76 | 79 | "type": "string" |
77 | 80 | }, |
78 | 81 | "invokeTimeoutMs": { |
79 | | -"type": "number" |
| 82 | +"minimum": 1, |
| 83 | +"type": "integer" |
80 | 84 | }, |
81 | 85 | "limit": { |
82 | | -"type": "number" |
| 86 | +"maximum": 20, |
| 87 | +"minimum": 1, |
| 88 | +"type": "integer" |
83 | 89 | }, |
84 | 90 | "locationTimeoutMs": { |
85 | | -"type": "number" |
| 91 | +"minimum": 1, |
| 92 | +"type": "integer" |
86 | 93 | }, |
87 | 94 | "maxAgeMs": { |
88 | | -"type": "number" |
| 95 | +"minimum": 0, |
| 96 | +"type": "integer" |
89 | 97 | }, |
90 | 98 | "maxWidth": { |
91 | | -"type": "number" |
| 99 | +"minimum": 1, |
| 100 | +"type": "integer" |
92 | 101 | }, |
93 | 102 | "node": { |
94 | 103 | "type": "string" |
@@ -111,13 +120,16 @@
|
111 | 120 | "type": "string" |
112 | 121 | }, |
113 | 122 | "quality": { |
| 123 | +"maximum": 1, |
| 124 | +"minimum": 0, |
114 | 125 | "type": "number" |
115 | 126 | }, |
116 | 127 | "requestId": { |
117 | 128 | "type": "string" |
118 | 129 | }, |
119 | 130 | "screenIndex": { |
120 | | -"type": "number" |
| 131 | +"minimum": 0, |
| 132 | +"type": "integer" |
121 | 133 | }, |
122 | 134 | "sound": { |
123 | 135 | "type": "string" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。