@bolt-foundry/gambit 0.8.6-rc.1 → 0.8.6-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +60 -1
- package/esm/gambit/simulator-ui/dist/bundle.js +2033 -964
- package/esm/gambit/simulator-ui/dist/bundle.js.map +4 -4
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts +2 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.js +288 -101
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts +84 -45
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts +3 -2
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.js +85 -47
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts +86 -48
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.js +363 -97
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.js +154 -76
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.js +45 -29
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts +46 -30
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.js +154 -76
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts +45 -28
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.js +45 -29
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts +46 -30
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.js +194 -78
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts +45 -28
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.js +194 -78
- package/esm/simulator-ui/isograph/components/Query/SimulatorVerifyPage.d.ts.map +1 -1
- package/esm/simulator-ui/isograph/components/Query/SimulatorVerifyPage.js +257 -203
- package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts.map +1 -1
- package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.js +8 -3
- package/esm/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.d.ts.map +1 -1
- package/esm/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.js +45 -28
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts +84 -45
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts.map +1 -1
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.js +85 -46
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts +84 -45
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts.map +1 -1
- package/esm/simulator-ui/src/AppShell.d.ts.map +1 -1
- package/esm/simulator-ui/src/AppShell.js +6 -4
- package/esm/simulator-ui/src/verify_unified.d.ts +17 -0
- package/esm/simulator-ui/src/verify_unified.d.ts.map +1 -0
- package/esm/simulator-ui/src/verify_unified.js +25 -0
- package/esm/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts +1 -1
- package/esm/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts.map +1 -1
- package/esm/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.js +1 -1
- package/esm/src/server.d.ts.map +1 -1
- package/esm/src/server.js +227 -45
- package/esm/src/server_isograph_environment.d.ts +11 -4
- package/esm/src/server_isograph_environment.d.ts.map +1 -1
- package/esm/src/server_isograph_environment.js +5 -0
- package/esm/src/simulator_graphql.d.ts +11 -4
- package/esm/src/simulator_graphql.d.ts.map +1 -1
- package/esm/src/simulator_graphql.js +278 -245
- package/package.json +2 -2
- package/script/gambit/simulator-ui/dist/bundle.js +2033 -964
- package/script/gambit/simulator-ui/dist/bundle.js.map +4 -4
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts +2 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.js +288 -101
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts +84 -45
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts +3 -2
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.js +85 -47
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts +86 -48
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.js +363 -97
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.js +154 -76
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.js +45 -29
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts +46 -30
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.js +154 -76
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts +45 -28
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.js +45 -29
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts +46 -30
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.js +194 -78
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts +45 -28
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.js +194 -78
- package/script/simulator-ui/isograph/components/Query/SimulatorVerifyPage.d.ts.map +1 -1
- package/script/simulator-ui/isograph/components/Query/SimulatorVerifyPage.js +256 -202
- package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts.map +1 -1
- package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.js +8 -3
- package/script/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.d.ts.map +1 -1
- package/script/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.js +45 -28
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts +84 -45
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts.map +1 -1
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.js +85 -46
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts +84 -45
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts.map +1 -1
- package/script/simulator-ui/src/AppShell.d.ts.map +1 -1
- package/script/simulator-ui/src/AppShell.js +6 -4
- package/script/simulator-ui/src/verify_unified.d.ts +17 -0
- package/script/simulator-ui/src/verify_unified.d.ts.map +1 -0
- package/script/simulator-ui/src/verify_unified.js +29 -0
- package/script/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts +1 -1
- package/script/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts.map +1 -1
- package/script/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.js +1 -1
- package/script/src/server.d.ts.map +1 -1
- package/script/src/server.js +227 -45
- package/script/src/server_isograph_environment.d.ts +11 -4
- package/script/src/server_isograph_environment.d.ts.map +1 -1
- package/script/src/server_isograph_environment.js +5 -0
- package/script/src/simulator_graphql.d.ts +11 -4
- package/script/src/simulator_graphql.d.ts.map +1 -1
- package/script/src/simulator_graphql.js +278 -245
- package/esm/simulator-ui/src/verify_metrics.d.ts +0 -50
- package/esm/simulator-ui/src/verify_metrics.d.ts.map +0 -1
- package/esm/simulator-ui/src/verify_metrics.js +0 -260
- package/script/simulator-ui/src/verify_metrics.d.ts +0 -50
- package/script/simulator-ui/src/verify_metrics.d.ts.map +0 -1
- package/script/simulator-ui/src/verify_metrics.js +0 -264
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalization_ast.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;AACtD,QAAA,MAAM,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"normalization_ast.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;AACtD,QAAA,MAAM,gBAAgB,EAAE,gBAievB,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
|
@@ -19,60 +19,29 @@ const normalizationAst = {
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
kind: "Linked",
|
|
22
|
-
fieldName: "
|
|
23
|
-
arguments:
|
|
24
|
-
|
|
25
|
-
"first",
|
|
26
|
-
{ kind: "Literal", value: 50 },
|
|
27
|
-
],
|
|
28
|
-
],
|
|
29
|
-
concreteType: "WorkspaceScenarioRunsConnection",
|
|
22
|
+
fieldName: "scenarioDecks",
|
|
23
|
+
arguments: null,
|
|
24
|
+
concreteType: "WorkspaceScenarioDeck",
|
|
30
25
|
selections: [
|
|
31
26
|
{
|
|
32
|
-
kind: "
|
|
33
|
-
fieldName: "
|
|
27
|
+
kind: "Scalar",
|
|
28
|
+
fieldName: "id",
|
|
29
|
+
arguments: null,
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
kind: "Scalar",
|
|
33
|
+
fieldName: "description",
|
|
34
|
+
arguments: null,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
kind: "Scalar",
|
|
38
|
+
fieldName: "label",
|
|
39
|
+
arguments: null,
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
kind: "Scalar",
|
|
43
|
+
fieldName: "path",
|
|
34
44
|
arguments: null,
|
|
35
|
-
concreteType: "WorkspaceScenarioRunsConnectionEdge",
|
|
36
|
-
selections: [
|
|
37
|
-
{
|
|
38
|
-
kind: "Linked",
|
|
39
|
-
fieldName: "node",
|
|
40
|
-
arguments: null,
|
|
41
|
-
concreteType: null,
|
|
42
|
-
selections: [
|
|
43
|
-
{
|
|
44
|
-
kind: "Scalar",
|
|
45
|
-
fieldName: "__typename",
|
|
46
|
-
arguments: null,
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
kind: "Scalar",
|
|
50
|
-
fieldName: "id",
|
|
51
|
-
arguments: null,
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
kind: "Scalar",
|
|
55
|
-
fieldName: "error",
|
|
56
|
-
arguments: null,
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
kind: "Scalar",
|
|
60
|
-
fieldName: "finishedAt",
|
|
61
|
-
arguments: null,
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
kind: "Scalar",
|
|
65
|
-
fieldName: "startedAt",
|
|
66
|
-
arguments: null,
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
kind: "Scalar",
|
|
70
|
-
fieldName: "status",
|
|
71
|
-
arguments: null,
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
},
|
|
75
|
-
],
|
|
76
45
|
},
|
|
77
46
|
],
|
|
78
47
|
},
|
|
@@ -135,6 +104,11 @@ const normalizationAst = {
|
|
|
135
104
|
fieldName: "graderId",
|
|
136
105
|
arguments: null,
|
|
137
106
|
},
|
|
107
|
+
{
|
|
108
|
+
kind: "Scalar",
|
|
109
|
+
fieldName: "graderRepeatsPerScenario",
|
|
110
|
+
arguments: null,
|
|
111
|
+
},
|
|
138
112
|
{
|
|
139
113
|
kind: "Linked",
|
|
140
114
|
fieldName: "metrics",
|
|
@@ -143,90 +117,164 @@ const normalizationAst = {
|
|
|
143
117
|
selections: [
|
|
144
118
|
{
|
|
145
119
|
kind: "Scalar",
|
|
146
|
-
fieldName: "
|
|
120
|
+
fieldName: "executionFailureCount",
|
|
121
|
+
arguments: null,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
kind: "Linked",
|
|
125
|
+
fieldName: "failureReasons",
|
|
126
|
+
arguments: [
|
|
127
|
+
[
|
|
128
|
+
"first",
|
|
129
|
+
{ kind: "Literal", value: 25 },
|
|
130
|
+
],
|
|
131
|
+
],
|
|
132
|
+
concreteType: "WorkspaceVerifyMetricsFailureReasonsConnection",
|
|
133
|
+
selections: [
|
|
134
|
+
{
|
|
135
|
+
kind: "Linked",
|
|
136
|
+
fieldName: "edges",
|
|
137
|
+
arguments: null,
|
|
138
|
+
concreteType: "WorkspaceVerifyMetricsFailureReasonsConnectionEdge",
|
|
139
|
+
selections: [
|
|
140
|
+
{
|
|
141
|
+
kind: "Linked",
|
|
142
|
+
fieldName: "node",
|
|
143
|
+
arguments: null,
|
|
144
|
+
concreteType: "WorkspaceVerifyFailureReasonGroup",
|
|
145
|
+
selections: [
|
|
146
|
+
{
|
|
147
|
+
kind: "Scalar",
|
|
148
|
+
fieldName: "count",
|
|
149
|
+
arguments: null,
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
kind: "Scalar",
|
|
153
|
+
fieldName: "key",
|
|
154
|
+
arguments: null,
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
kind: "Scalar",
|
|
158
|
+
fieldName: "kind",
|
|
159
|
+
arguments: null,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
kind: "Scalar",
|
|
163
|
+
fieldName: "reason",
|
|
164
|
+
arguments: null,
|
|
165
|
+
},
|
|
166
|
+
],
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
kind: "Scalar",
|
|
174
|
+
fieldName: "gradeSampleCountCompleted",
|
|
147
175
|
arguments: null,
|
|
148
176
|
},
|
|
149
177
|
{
|
|
150
178
|
kind: "Scalar",
|
|
151
|
-
fieldName: "
|
|
179
|
+
fieldName: "gradeSampleCountFailed",
|
|
180
|
+
arguments: null,
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
kind: "Scalar",
|
|
184
|
+
fieldName: "gradeSampleCountRequested",
|
|
185
|
+
arguments: null,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
kind: "Scalar",
|
|
189
|
+
fieldName: "gradingFailureCount",
|
|
152
190
|
arguments: null,
|
|
153
191
|
},
|
|
154
192
|
{
|
|
155
193
|
kind: "Linked",
|
|
156
|
-
fieldName: "
|
|
194
|
+
fieldName: "outlierScenarioRuns",
|
|
157
195
|
arguments: [
|
|
158
196
|
[
|
|
159
197
|
"first",
|
|
160
198
|
{ kind: "Literal", value: 25 },
|
|
161
199
|
],
|
|
162
200
|
],
|
|
163
|
-
concreteType: "
|
|
201
|
+
concreteType: "WorkspaceVerifyMetricsOutlierScenarioRunsConnection",
|
|
164
202
|
selections: [
|
|
165
203
|
{
|
|
166
204
|
kind: "Linked",
|
|
167
205
|
fieldName: "edges",
|
|
168
206
|
arguments: null,
|
|
169
|
-
concreteType: "
|
|
207
|
+
concreteType: "WorkspaceVerifyMetricsOutlierScenarioRunsConnectionEdge",
|
|
170
208
|
selections: [
|
|
171
209
|
{
|
|
172
210
|
kind: "Linked",
|
|
173
211
|
fieldName: "node",
|
|
174
212
|
arguments: null,
|
|
175
|
-
concreteType: "
|
|
213
|
+
concreteType: "WorkspaceVerifyScenarioOutlier",
|
|
176
214
|
selections: [
|
|
177
215
|
{
|
|
178
216
|
kind: "Scalar",
|
|
179
|
-
fieldName: "
|
|
217
|
+
fieldName: "averageScore",
|
|
180
218
|
arguments: null,
|
|
181
219
|
},
|
|
182
220
|
{
|
|
183
221
|
kind: "Scalar",
|
|
184
|
-
fieldName: "
|
|
222
|
+
fieldName: "completedSampleCount",
|
|
185
223
|
arguments: null,
|
|
186
224
|
},
|
|
187
225
|
{
|
|
188
226
|
kind: "Scalar",
|
|
189
|
-
fieldName: "
|
|
227
|
+
fieldName: "executionFailureCount",
|
|
190
228
|
arguments: null,
|
|
191
229
|
},
|
|
192
230
|
{
|
|
193
231
|
kind: "Scalar",
|
|
194
|
-
fieldName: "
|
|
232
|
+
fieldName: "failed",
|
|
195
233
|
arguments: null,
|
|
196
234
|
},
|
|
197
235
|
{
|
|
198
236
|
kind: "Scalar",
|
|
199
|
-
fieldName: "
|
|
237
|
+
fieldName: "gradeSampleCount",
|
|
200
238
|
arguments: null,
|
|
201
239
|
},
|
|
202
240
|
{
|
|
203
241
|
kind: "Scalar",
|
|
204
|
-
fieldName: "
|
|
242
|
+
fieldName: "gradingFailureCount",
|
|
205
243
|
arguments: null,
|
|
206
244
|
},
|
|
207
245
|
{
|
|
208
246
|
kind: "Scalar",
|
|
209
|
-
fieldName: "
|
|
247
|
+
fieldName: "key",
|
|
248
|
+
arguments: null,
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
kind: "Scalar",
|
|
252
|
+
fieldName: "maxRunId",
|
|
210
253
|
arguments: null,
|
|
211
254
|
},
|
|
212
255
|
{
|
|
213
256
|
kind: "Scalar",
|
|
214
|
-
fieldName: "
|
|
257
|
+
fieldName: "maxScore",
|
|
215
258
|
arguments: null,
|
|
216
259
|
},
|
|
217
260
|
{
|
|
218
261
|
kind: "Scalar",
|
|
219
|
-
fieldName: "
|
|
262
|
+
fieldName: "messageRefId",
|
|
220
263
|
arguments: null,
|
|
221
264
|
},
|
|
222
265
|
{
|
|
223
266
|
kind: "Scalar",
|
|
224
|
-
fieldName: "
|
|
267
|
+
fieldName: "minRunId",
|
|
225
268
|
arguments: null,
|
|
226
269
|
},
|
|
227
270
|
{
|
|
228
271
|
kind: "Scalar",
|
|
229
|
-
fieldName: "
|
|
272
|
+
fieldName: "minScore",
|
|
273
|
+
arguments: null,
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
kind: "Scalar",
|
|
277
|
+
fieldName: "scenarioRunId",
|
|
230
278
|
arguments: null,
|
|
231
279
|
},
|
|
232
280
|
],
|
|
@@ -237,32 +285,42 @@ const normalizationAst = {
|
|
|
237
285
|
},
|
|
238
286
|
{
|
|
239
287
|
kind: "Scalar",
|
|
240
|
-
fieldName: "
|
|
288
|
+
fieldName: "passRate",
|
|
289
|
+
arguments: null,
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
kind: "Scalar",
|
|
293
|
+
fieldName: "scenarioRunCountCompleted",
|
|
294
|
+
arguments: null,
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
kind: "Scalar",
|
|
298
|
+
fieldName: "scenarioRunCountFailed",
|
|
241
299
|
arguments: null,
|
|
242
300
|
},
|
|
243
301
|
{
|
|
244
302
|
kind: "Scalar",
|
|
245
|
-
fieldName: "
|
|
303
|
+
fieldName: "scenarioRunCountRequested",
|
|
246
304
|
arguments: null,
|
|
247
305
|
},
|
|
248
306
|
{
|
|
249
307
|
kind: "Scalar",
|
|
250
|
-
fieldName: "
|
|
308
|
+
fieldName: "scoreMax",
|
|
251
309
|
arguments: null,
|
|
252
310
|
},
|
|
253
311
|
{
|
|
254
312
|
kind: "Scalar",
|
|
255
|
-
fieldName: "
|
|
313
|
+
fieldName: "scoreMean",
|
|
256
314
|
arguments: null,
|
|
257
315
|
},
|
|
258
316
|
{
|
|
259
317
|
kind: "Scalar",
|
|
260
|
-
fieldName: "
|
|
318
|
+
fieldName: "scoreMedian",
|
|
261
319
|
arguments: null,
|
|
262
320
|
},
|
|
263
321
|
{
|
|
264
322
|
kind: "Scalar",
|
|
265
|
-
fieldName: "
|
|
323
|
+
fieldName: "scoreMin",
|
|
266
324
|
arguments: null,
|
|
267
325
|
},
|
|
268
326
|
],
|
|
@@ -278,7 +336,7 @@ const normalizationAst = {
|
|
|
278
336
|
arguments: [
|
|
279
337
|
[
|
|
280
338
|
"first",
|
|
281
|
-
{ kind: "Literal", value:
|
|
339
|
+
{ kind: "Literal", value: 200 },
|
|
282
340
|
],
|
|
283
341
|
],
|
|
284
342
|
concreteType: "WorkspaceVerifyBatchRequestsConnection",
|
|
@@ -310,6 +368,11 @@ const normalizationAst = {
|
|
|
310
368
|
fieldName: "runId",
|
|
311
369
|
arguments: null,
|
|
312
370
|
},
|
|
371
|
+
{
|
|
372
|
+
kind: "Scalar",
|
|
373
|
+
fieldName: "scenarioRunId",
|
|
374
|
+
arguments: null,
|
|
375
|
+
},
|
|
313
376
|
{
|
|
314
377
|
kind: "Scalar",
|
|
315
378
|
fieldName: "status",
|
|
@@ -323,7 +386,22 @@ const normalizationAst = {
|
|
|
323
386
|
},
|
|
324
387
|
{
|
|
325
388
|
kind: "Scalar",
|
|
326
|
-
fieldName: "
|
|
389
|
+
fieldName: "scenarioDeckId",
|
|
390
|
+
arguments: null,
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
kind: "Scalar",
|
|
394
|
+
fieldName: "scenarioRuns",
|
|
395
|
+
arguments: null,
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
kind: "Scalar",
|
|
399
|
+
fieldName: "scenarioRunsCompleted",
|
|
400
|
+
arguments: null,
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
kind: "Scalar",
|
|
404
|
+
fieldName: "scenarioRunsFailed",
|
|
327
405
|
arguments: null,
|
|
328
406
|
},
|
|
329
407
|
{
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: "query EntrypointSimulatorVerifyPage($workspaceId: ID!) { workspace____id___v_workspaceId: workspace(id: $workspaceId) { id,
|
|
1
|
+
declare const _default: "query EntrypointSimulatorVerifyPage($workspaceId: ID!) { workspace____id___v_workspaceId: workspace(id: $workspaceId) { id, scenarioDecks { id, description, label, path, }, verification { batches____first___l_50: batches(first: 50) { edges { node { id, active, completed, failed, finishedAt, graderId, graderRepeatsPerScenario, metrics { executionFailureCount, failureReasons____first___l_25: failureReasons(first: 25) { edges { node { count, key, kind, reason, }, }, }, gradeSampleCountCompleted, gradeSampleCountFailed, gradeSampleCountRequested, gradingFailureCount, outlierScenarioRuns____first___l_25: outlierScenarioRuns(first: 25) { edges { node { averageScore, completedSampleCount, executionFailureCount, failed, gradeSampleCount, gradingFailureCount, key, maxRunId, maxScore, messageRefId, minRunId, minScore, scenarioRunId, }, }, }, passRate, scenarioRunCountCompleted, scenarioRunCountFailed, scenarioRunCountRequested, scoreMax, scoreMean, scoreMedian, scoreMin, }, requested, requests____first___l_200: requests(first: 200) { edges { node { id, error, runId, scenarioRunId, status, }, }, }, scenarioDeckId, scenarioRuns, scenarioRunsCompleted, scenarioRunsFailed, startedAt, status, workspaceId, }, }, }, graderDecks____first___l_50: graderDecks(first: 50) { edges { node { id, description, label, path, }, }, }, }, },}";
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=query_text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_text.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.ts"],"names":[],"mappings":"wBAAe,
|
|
1
|
+
{"version":3,"file":"query_text.d.ts","sourceRoot":"","sources":["../../../../../../src/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.ts"],"names":[],"mappings":"wBAAe,09EAkGb;AAlGF,wBAkGG"}
|
package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.js
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
export default 'query EntrypointSimulatorVerifyPage($workspaceId: ID!) {\
|
|
2
2
|
workspace____id___v_workspaceId: workspace(id: $workspaceId) {\
|
|
3
3
|
id,\
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
error,\
|
|
10
|
-
finishedAt,\
|
|
11
|
-
startedAt,\
|
|
12
|
-
status,\
|
|
13
|
-
},\
|
|
14
|
-
},\
|
|
4
|
+
scenarioDecks {\
|
|
5
|
+
id,\
|
|
6
|
+
description,\
|
|
7
|
+
label,\
|
|
8
|
+
path,\
|
|
15
9
|
},\
|
|
16
10
|
verification {\
|
|
17
11
|
batches____first___l_50: batches(first: 50) {\
|
|
@@ -23,45 +17,67 @@ export default 'query EntrypointSimulatorVerifyPage($workspaceId: ID!) {\
|
|
|
23
17
|
failed,\
|
|
24
18
|
finishedAt,\
|
|
25
19
|
graderId,\
|
|
20
|
+
graderRepeatsPerScenario,\
|
|
26
21
|
metrics {\
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
executionFailureCount,\
|
|
23
|
+
failureReasons____first___l_25: failureReasons(first: 25) {\
|
|
24
|
+
edges {\
|
|
25
|
+
node {\
|
|
26
|
+
count,\
|
|
27
|
+
key,\
|
|
28
|
+
kind,\
|
|
29
|
+
reason,\
|
|
30
|
+
},\
|
|
31
|
+
},\
|
|
32
|
+
},\
|
|
33
|
+
gradeSampleCountCompleted,\
|
|
34
|
+
gradeSampleCountFailed,\
|
|
35
|
+
gradeSampleCountRequested,\
|
|
36
|
+
gradingFailureCount,\
|
|
37
|
+
outlierScenarioRuns____first___l_25: outlierScenarioRuns(first: 25) {\
|
|
30
38
|
edges {\
|
|
31
39
|
node {\
|
|
32
|
-
|
|
33
|
-
|
|
40
|
+
averageScore,\
|
|
41
|
+
completedSampleCount,\
|
|
42
|
+
executionFailureCount,\
|
|
43
|
+
failed,\
|
|
44
|
+
gradeSampleCount,\
|
|
45
|
+
gradingFailureCount,\
|
|
34
46
|
key,\
|
|
35
|
-
label,\
|
|
36
47
|
maxRunId,\
|
|
48
|
+
maxScore,\
|
|
37
49
|
messageRefId,\
|
|
38
50
|
minRunId,\
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
scoreDelta,\
|
|
42
|
-
turnIndex,\
|
|
51
|
+
minScore,\
|
|
52
|
+
scenarioRunId,\
|
|
43
53
|
},\
|
|
44
54
|
},\
|
|
45
55
|
},\
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
56
|
+
passRate,\
|
|
57
|
+
scenarioRunCountCompleted,\
|
|
58
|
+
scenarioRunCountFailed,\
|
|
59
|
+
scenarioRunCountRequested,\
|
|
60
|
+
scoreMax,\
|
|
61
|
+
scoreMean,\
|
|
62
|
+
scoreMedian,\
|
|
63
|
+
scoreMin,\
|
|
52
64
|
},\
|
|
53
65
|
requested,\
|
|
54
|
-
|
|
66
|
+
requests____first___l_200: requests(first: 200) {\
|
|
55
67
|
edges {\
|
|
56
68
|
node {\
|
|
57
69
|
id,\
|
|
58
70
|
error,\
|
|
59
71
|
runId,\
|
|
72
|
+
scenarioRunId,\
|
|
60
73
|
status,\
|
|
61
74
|
},\
|
|
62
75
|
},\
|
|
63
76
|
},\
|
|
64
|
-
|
|
77
|
+
scenarioDeckId,\
|
|
78
|
+
scenarioRuns,\
|
|
79
|
+
scenarioRunsCompleted,\
|
|
80
|
+
scenarioRunsFailed,\
|
|
65
81
|
startedAt,\
|
|
66
82
|
status,\
|
|
67
83
|
workspaceId,\
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
export type Query__EntrypointSimulatorVerifyPage__raw_response_type = {
|
|
2
2
|
workspace____id___v_workspaceId?: ({
|
|
3
3
|
id?: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
finishedAt?: (string | null);
|
|
11
|
-
startedAt?: (string | null);
|
|
12
|
-
status?: (string | null);
|
|
13
|
-
} | null);
|
|
14
|
-
} | null)> | null);
|
|
15
|
-
} | null);
|
|
4
|
+
scenarioDecks?: (ReadonlyArray<{
|
|
5
|
+
id?: string;
|
|
6
|
+
description?: (string | null);
|
|
7
|
+
label?: (string | null);
|
|
8
|
+
path?: (string | null);
|
|
9
|
+
}> | null);
|
|
16
10
|
verification?: ({
|
|
17
11
|
batches____first___l_50?: ({
|
|
18
12
|
edges?: (ReadonlyArray<({
|
|
@@ -23,45 +17,67 @@ export type Query__EntrypointSimulatorVerifyPage__raw_response_type = {
|
|
|
23
17
|
failed?: (number | null);
|
|
24
18
|
finishedAt?: (string | null);
|
|
25
19
|
graderId?: (string | null);
|
|
20
|
+
graderRepeatsPerScenario?: (number | null);
|
|
26
21
|
metrics?: ({
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
executionFailureCount?: (number | null);
|
|
23
|
+
failureReasons____first___l_25?: ({
|
|
24
|
+
edges?: (ReadonlyArray<({
|
|
25
|
+
node?: ({
|
|
26
|
+
count?: (number | null);
|
|
27
|
+
key?: (string | null);
|
|
28
|
+
kind?: (string | null);
|
|
29
|
+
reason?: (string | null);
|
|
30
|
+
} | null);
|
|
31
|
+
} | null)> | null);
|
|
32
|
+
} | null);
|
|
33
|
+
gradeSampleCountCompleted?: (number | null);
|
|
34
|
+
gradeSampleCountFailed?: (number | null);
|
|
35
|
+
gradeSampleCountRequested?: (number | null);
|
|
36
|
+
gradingFailureCount?: (number | null);
|
|
37
|
+
outlierScenarioRuns____first___l_25?: ({
|
|
30
38
|
edges?: (ReadonlyArray<({
|
|
31
39
|
node?: ({
|
|
32
|
-
|
|
33
|
-
|
|
40
|
+
averageScore?: (number | null);
|
|
41
|
+
completedSampleCount?: (number | null);
|
|
42
|
+
executionFailureCount?: (number | null);
|
|
43
|
+
failed?: (boolean | null);
|
|
44
|
+
gradeSampleCount?: (number | null);
|
|
45
|
+
gradingFailureCount?: (number | null);
|
|
34
46
|
key?: (string | null);
|
|
35
|
-
label?: (string | null);
|
|
36
47
|
maxRunId?: (string | null);
|
|
48
|
+
maxScore?: (number | null);
|
|
37
49
|
messageRefId?: (string | null);
|
|
38
50
|
minRunId?: (string | null);
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
scoreDelta?: (number | null);
|
|
42
|
-
turnIndex?: (number | null);
|
|
51
|
+
minScore?: (number | null);
|
|
52
|
+
scenarioRunId?: (string | null);
|
|
43
53
|
} | null);
|
|
44
54
|
} | null)> | null);
|
|
45
55
|
} | null);
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
56
|
+
passRate?: (number | null);
|
|
57
|
+
scenarioRunCountCompleted?: (number | null);
|
|
58
|
+
scenarioRunCountFailed?: (number | null);
|
|
59
|
+
scenarioRunCountRequested?: (number | null);
|
|
60
|
+
scoreMax?: (number | null);
|
|
61
|
+
scoreMean?: (number | null);
|
|
62
|
+
scoreMedian?: (number | null);
|
|
63
|
+
scoreMin?: (number | null);
|
|
52
64
|
} | null);
|
|
53
65
|
requested?: (number | null);
|
|
54
|
-
|
|
66
|
+
requests____first___l_200?: ({
|
|
55
67
|
edges?: (ReadonlyArray<({
|
|
56
68
|
node?: ({
|
|
57
69
|
id?: string;
|
|
58
70
|
error?: (string | null);
|
|
59
71
|
runId?: (string | null);
|
|
72
|
+
scenarioRunId?: (string | null);
|
|
60
73
|
status?: (string | null);
|
|
61
74
|
} | null);
|
|
62
75
|
} | null)> | null);
|
|
63
76
|
} | null);
|
|
64
|
-
|
|
77
|
+
scenarioDeckId?: (string | null);
|
|
78
|
+
scenarioRuns?: (number | null);
|
|
79
|
+
scenarioRunsCompleted?: (number | null);
|
|
80
|
+
scenarioRunsFailed?: (number | null);
|
|
65
81
|
startedAt?: (string | null);
|
|
66
82
|
status?: (string | null);
|
|
67
83
|
workspaceId?: (string | null);
|