@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":"WorkbenchConversationRunChat.d.ts","sourceRoot":"","sources":["../../../../../src/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WorkbenchConversationRunChat.d.ts","sourceRoot":"","sources":["../../../../../src/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.tsx"],"names":[],"mappings":"AA6UA,eAAO,MAAM,4BAA4B;UA2CjC,OAAO;kBACC;QACZ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,YAAY,CAAC,EAAE,OAAO,CAAC;KACxB,GAAG,IAAI;mBACO,MAAM;YACb,CAAC,IAAI,EAAE;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,wBAAwB,EAAE,MAAM,CAAC;QACjC,mBAAmB,EAAE,MAAM,CAAC;QAC5B,qBAAqB,EAAE,KAAK,CAAC;YAC3B,IAAI,EAAE;gBACJ,UAAU,EAAE,eAAe,CAAC;gBAC5B,eAAe,EAAE;oBACf,EAAE,EAAE,MAAM,CAAC;oBACX,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;oBAC3B,OAAO,EAAE,MAAM,CAAC;iBACjB,CAAC;aACH,CAAC;SACH,CAAC,CAAC;QACH,UAAU,EAAE,MAAM,IAAI,CAAC;QACvB,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,KAAK,IAAI;YACF,CAAC,IAAI,EAAE;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,wBAAwB,EAAE,MAAM,CAAC;QACjC,qBAAqB,EAAE,KAAK,CAAC;YAC3B,IAAI,EAAE;gBACJ,UAAU,EAAE,eAAe,CAAC;gBAC5B,eAAe,EAAE;oBACf,EAAE,EAAE,MAAM,CAAC;oBACX,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;oBAC3B,OAAO,EAAE,MAAM,CAAC;iBACjB,CAAC;aACH,CAAC;SACH,CAAC,CAAC;QACH,UAAU,EAAE,MAAM,IAAI,CAAC;QACvB,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,KAAK,IAAI;eACC,OAAO;gBACN,OAAO;sBACD,OAAO;gBACb,MAAM,IAAI;iCAoatB,CAAC;AAEH,eAAe,4BAA4B,CAAC"}
|
|
@@ -67,10 +67,15 @@ function isBuildChatDebugEnabled() {
|
|
|
67
67
|
if (value === "1" || value === "true")
|
|
68
68
|
return true;
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
let stored = "";
|
|
71
|
+
try {
|
|
72
|
+
stored = (globalThis.localStorage?.getItem("gambit:build-chat-debug") ?? "")
|
|
73
|
+
.toLowerCase()
|
|
74
|
+
.trim();
|
|
75
|
+
}
|
|
76
|
+
catch {
|
|
71
77
|
return false;
|
|
72
|
-
|
|
73
|
-
"").toLowerCase().trim();
|
|
78
|
+
}
|
|
74
79
|
return stored === "1" || stored === "true" || stored === "yes";
|
|
75
80
|
}
|
|
76
81
|
const BUILD_CHAT_DEBUG = isBuildChatDebugEnabled();
|
package/script/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntrypointWorkspaceVerifyLiveWrite.d.ts","sourceRoot":"","sources":["../../../../src/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,kCAAkC;;;
|
|
1
|
+
{"version":3,"file":"EntrypointWorkspaceVerifyLiveWrite.d.ts","sourceRoot":"","sources":["../../../../src/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,kCAAkC;;;CAyG7C,CAAC;AAEH,eAAe,kCAAkC,CAAC"}
|
|
@@ -10,16 +10,11 @@ exports.EntrypointWorkspaceVerifyLiveWrite = (0, iso_js_1.iso)(`
|
|
|
10
10
|
field Query.EntrypointWorkspaceVerifyLiveWrite($workspaceId: ID!) {
|
|
11
11
|
workspace(id: $workspaceId) {
|
|
12
12
|
id
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
startedAt
|
|
19
|
-
finishedAt
|
|
20
|
-
error
|
|
21
|
-
}
|
|
22
|
-
}
|
|
13
|
+
scenarioDecks {
|
|
14
|
+
id
|
|
15
|
+
label
|
|
16
|
+
description
|
|
17
|
+
path
|
|
23
18
|
}
|
|
24
19
|
verification {
|
|
25
20
|
graderDecks(first: 50) {
|
|
@@ -37,8 +32,10 @@ exports.EntrypointWorkspaceVerifyLiveWrite = (0, iso_js_1.iso)(`
|
|
|
37
32
|
node {
|
|
38
33
|
id
|
|
39
34
|
workspaceId
|
|
35
|
+
scenarioDeckId
|
|
40
36
|
graderId
|
|
41
|
-
|
|
37
|
+
scenarioRuns
|
|
38
|
+
graderRepeatsPerScenario
|
|
42
39
|
status
|
|
43
40
|
startedAt
|
|
44
41
|
finishedAt
|
|
@@ -46,10 +43,13 @@ exports.EntrypointWorkspaceVerifyLiveWrite = (0, iso_js_1.iso)(`
|
|
|
46
43
|
active
|
|
47
44
|
completed
|
|
48
45
|
failed
|
|
49
|
-
|
|
46
|
+
scenarioRunsCompleted
|
|
47
|
+
scenarioRunsFailed
|
|
48
|
+
requests(first: 200) {
|
|
50
49
|
edges {
|
|
51
50
|
node {
|
|
52
51
|
id
|
|
52
|
+
scenarioRunId
|
|
53
53
|
status
|
|
54
54
|
runId
|
|
55
55
|
error
|
|
@@ -57,31 +57,48 @@ exports.EntrypointWorkspaceVerifyLiveWrite = (0, iso_js_1.iso)(`
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
metrics {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
60
|
+
scenarioRunCountRequested
|
|
61
|
+
scenarioRunCountCompleted
|
|
62
|
+
scenarioRunCountFailed
|
|
63
|
+
gradeSampleCountRequested
|
|
64
|
+
gradeSampleCountCompleted
|
|
65
|
+
gradeSampleCountFailed
|
|
66
|
+
executionFailureCount
|
|
67
|
+
gradingFailureCount
|
|
68
|
+
passRate
|
|
69
|
+
scoreMin
|
|
70
|
+
scoreMedian
|
|
71
|
+
scoreMax
|
|
72
|
+
scoreMean
|
|
73
|
+
outlierScenarioRuns(first: 25) {
|
|
69
74
|
edges {
|
|
70
75
|
node {
|
|
71
76
|
key
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
scenarioRunId
|
|
78
|
+
gradeSampleCount
|
|
79
|
+
completedSampleCount
|
|
80
|
+
executionFailureCount
|
|
81
|
+
gradingFailureCount
|
|
82
|
+
averageScore
|
|
83
|
+
minScore
|
|
84
|
+
maxScore
|
|
85
|
+
failed
|
|
78
86
|
minRunId
|
|
79
87
|
maxRunId
|
|
80
|
-
turnIndex
|
|
81
88
|
messageRefId
|
|
82
89
|
}
|
|
83
90
|
}
|
|
84
91
|
}
|
|
92
|
+
failureReasons(first: 25) {
|
|
93
|
+
edges {
|
|
94
|
+
node {
|
|
95
|
+
key
|
|
96
|
+
kind
|
|
97
|
+
reason
|
|
98
|
+
count
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
85
102
|
}
|
|
86
103
|
}
|
|
87
104
|
}
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import("../__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.js").Mutation__GambitWorkspaceVerifyBatchRunCreate__param) => {
|
|
2
2
|
readonly workspace: ({
|
|
3
3
|
readonly id: (string | null);
|
|
4
|
-
readonly
|
|
5
|
-
readonly
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
readonly finishedAt: (string | null);
|
|
11
|
-
readonly error: (string | null);
|
|
12
|
-
} | null);
|
|
13
|
-
} | null)> | null);
|
|
14
|
-
} | null);
|
|
4
|
+
readonly scenarioDecks: (ReadonlyArray<{
|
|
5
|
+
readonly id: (string | null);
|
|
6
|
+
readonly label: (string | null);
|
|
7
|
+
readonly description: (string | null);
|
|
8
|
+
readonly path: (string | null);
|
|
9
|
+
}> | null);
|
|
15
10
|
readonly verification: ({
|
|
16
11
|
readonly graderDecks: ({
|
|
17
12
|
readonly edges: (ReadonlyArray<({
|
|
@@ -28,8 +23,10 @@ export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import
|
|
|
28
23
|
readonly node: ({
|
|
29
24
|
readonly id: (string | null);
|
|
30
25
|
readonly workspaceId: (string | null);
|
|
26
|
+
readonly scenarioDeckId: (string | null);
|
|
31
27
|
readonly graderId: (string | null);
|
|
32
|
-
readonly
|
|
28
|
+
readonly scenarioRuns: (number | null);
|
|
29
|
+
readonly graderRepeatsPerScenario: (number | null);
|
|
33
30
|
readonly status: (string | null);
|
|
34
31
|
readonly startedAt: (string | null);
|
|
35
32
|
readonly finishedAt: (string | null);
|
|
@@ -37,10 +34,13 @@ export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import
|
|
|
37
34
|
readonly active: (number | null);
|
|
38
35
|
readonly completed: (number | null);
|
|
39
36
|
readonly failed: (number | null);
|
|
37
|
+
readonly scenarioRunsCompleted: (number | null);
|
|
38
|
+
readonly scenarioRunsFailed: (number | null);
|
|
40
39
|
readonly requests: ({
|
|
41
40
|
readonly edges: (ReadonlyArray<({
|
|
42
41
|
readonly node: ({
|
|
43
42
|
readonly id: (string | null);
|
|
43
|
+
readonly scenarioRunId: (string | null);
|
|
44
44
|
readonly status: (string | null);
|
|
45
45
|
readonly runId: (string | null);
|
|
46
46
|
readonly error: (string | null);
|
|
@@ -48,31 +48,48 @@ export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import
|
|
|
48
48
|
} | null)> | null);
|
|
49
49
|
} | null);
|
|
50
50
|
readonly metrics: ({
|
|
51
|
-
readonly
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
51
|
+
readonly scenarioRunCountRequested: (number | null);
|
|
52
|
+
readonly scenarioRunCountCompleted: (number | null);
|
|
53
|
+
readonly scenarioRunCountFailed: (number | null);
|
|
54
|
+
readonly gradeSampleCountRequested: (number | null);
|
|
55
|
+
readonly gradeSampleCountCompleted: (number | null);
|
|
56
|
+
readonly gradeSampleCountFailed: (number | null);
|
|
57
|
+
readonly executionFailureCount: (number | null);
|
|
58
|
+
readonly gradingFailureCount: (number | null);
|
|
59
|
+
readonly passRate: (number | null);
|
|
60
|
+
readonly scoreMin: (number | null);
|
|
61
|
+
readonly scoreMedian: (number | null);
|
|
62
|
+
readonly scoreMax: (number | null);
|
|
63
|
+
readonly scoreMean: (number | null);
|
|
64
|
+
readonly outlierScenarioRuns: ({
|
|
60
65
|
readonly edges: (ReadonlyArray<({
|
|
61
66
|
readonly node: ({
|
|
62
67
|
readonly key: (string | null);
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
readonly
|
|
68
|
+
readonly scenarioRunId: (string | null);
|
|
69
|
+
readonly gradeSampleCount: (number | null);
|
|
70
|
+
readonly completedSampleCount: (number | null);
|
|
71
|
+
readonly executionFailureCount: (number | null);
|
|
72
|
+
readonly gradingFailureCount: (number | null);
|
|
73
|
+
readonly averageScore: (number | null);
|
|
74
|
+
readonly minScore: (number | null);
|
|
75
|
+
readonly maxScore: (number | null);
|
|
76
|
+
readonly failed: (boolean | null);
|
|
69
77
|
readonly minRunId: (string | null);
|
|
70
78
|
readonly maxRunId: (string | null);
|
|
71
|
-
readonly turnIndex: (number | null);
|
|
72
79
|
readonly messageRefId: (string | null);
|
|
73
80
|
} | null);
|
|
74
81
|
} | null)> | null);
|
|
75
82
|
} | null);
|
|
83
|
+
readonly failureReasons: ({
|
|
84
|
+
readonly edges: (ReadonlyArray<({
|
|
85
|
+
readonly node: ({
|
|
86
|
+
readonly key: (string | null);
|
|
87
|
+
readonly kind: (string | null);
|
|
88
|
+
readonly reason: (string | null);
|
|
89
|
+
readonly count: (number | null);
|
|
90
|
+
} | null);
|
|
91
|
+
} | null)> | null);
|
|
92
|
+
} | null);
|
|
76
93
|
} | null);
|
|
77
94
|
} | null);
|
|
78
95
|
} | null)> | null);
|
|
@@ -82,8 +99,10 @@ export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import
|
|
|
82
99
|
readonly batch: ({
|
|
83
100
|
readonly id: (string | null);
|
|
84
101
|
readonly workspaceId: (string | null);
|
|
102
|
+
readonly scenarioDeckId: (string | null);
|
|
85
103
|
readonly graderId: (string | null);
|
|
86
|
-
readonly
|
|
104
|
+
readonly scenarioRuns: (number | null);
|
|
105
|
+
readonly graderRepeatsPerScenario: (number | null);
|
|
87
106
|
readonly status: (string | null);
|
|
88
107
|
readonly startedAt: (string | null);
|
|
89
108
|
readonly finishedAt: (string | null);
|
|
@@ -91,10 +110,13 @@ export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import
|
|
|
91
110
|
readonly active: (number | null);
|
|
92
111
|
readonly completed: (number | null);
|
|
93
112
|
readonly failed: (number | null);
|
|
113
|
+
readonly scenarioRunsCompleted: (number | null);
|
|
114
|
+
readonly scenarioRunsFailed: (number | null);
|
|
94
115
|
readonly requests: ({
|
|
95
116
|
readonly edges: (ReadonlyArray<({
|
|
96
117
|
readonly node: ({
|
|
97
118
|
readonly id: (string | null);
|
|
119
|
+
readonly scenarioRunId: (string | null);
|
|
98
120
|
readonly status: (string | null);
|
|
99
121
|
readonly runId: (string | null);
|
|
100
122
|
readonly error: (string | null);
|
|
@@ -102,31 +124,48 @@ export declare const GambitWorkspaceVerifyBatchRunCreateMutation: (param: import
|
|
|
102
124
|
} | null)> | null);
|
|
103
125
|
} | null);
|
|
104
126
|
readonly metrics: ({
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
127
|
+
readonly scenarioRunCountRequested: (number | null);
|
|
128
|
+
readonly scenarioRunCountCompleted: (number | null);
|
|
129
|
+
readonly scenarioRunCountFailed: (number | null);
|
|
130
|
+
readonly gradeSampleCountRequested: (number | null);
|
|
131
|
+
readonly gradeSampleCountCompleted: (number | null);
|
|
132
|
+
readonly gradeSampleCountFailed: (number | null);
|
|
133
|
+
readonly executionFailureCount: (number | null);
|
|
134
|
+
readonly gradingFailureCount: (number | null);
|
|
135
|
+
readonly passRate: (number | null);
|
|
136
|
+
readonly scoreMin: (number | null);
|
|
137
|
+
readonly scoreMedian: (number | null);
|
|
138
|
+
readonly scoreMax: (number | null);
|
|
139
|
+
readonly scoreMean: (number | null);
|
|
140
|
+
readonly outlierScenarioRuns: ({
|
|
114
141
|
readonly edges: (ReadonlyArray<({
|
|
115
142
|
readonly node: ({
|
|
116
143
|
readonly key: (string | null);
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
144
|
+
readonly scenarioRunId: (string | null);
|
|
145
|
+
readonly gradeSampleCount: (number | null);
|
|
146
|
+
readonly completedSampleCount: (number | null);
|
|
147
|
+
readonly executionFailureCount: (number | null);
|
|
148
|
+
readonly gradingFailureCount: (number | null);
|
|
149
|
+
readonly averageScore: (number | null);
|
|
150
|
+
readonly minScore: (number | null);
|
|
151
|
+
readonly maxScore: (number | null);
|
|
152
|
+
readonly failed: (boolean | null);
|
|
123
153
|
readonly minRunId: (string | null);
|
|
124
154
|
readonly maxRunId: (string | null);
|
|
125
|
-
readonly turnIndex: (number | null);
|
|
126
155
|
readonly messageRefId: (string | null);
|
|
127
156
|
} | null);
|
|
128
157
|
} | null)> | null);
|
|
129
158
|
} | null);
|
|
159
|
+
readonly failureReasons: ({
|
|
160
|
+
readonly edges: (ReadonlyArray<({
|
|
161
|
+
readonly node: ({
|
|
162
|
+
readonly key: (string | null);
|
|
163
|
+
readonly kind: (string | null);
|
|
164
|
+
readonly reason: (string | null);
|
|
165
|
+
readonly count: (number | null);
|
|
166
|
+
} | null);
|
|
167
|
+
} | null)> | null);
|
|
168
|
+
} | null);
|
|
130
169
|
} | null);
|
|
131
170
|
} | null);
|
|
132
171
|
} | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GambitWorkspaceVerifyBatchRunCreate.d.ts","sourceRoot":"","sources":["../../../src/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"GambitWorkspaceVerifyBatchRunCreate.d.ts","sourceRoot":"","sources":["../../../src/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAkLtD,CAAC;AAEH,eAAe,2CAA2C,CAAC"}
|
|
@@ -9,16 +9,11 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
9
9
|
workspaceVerifyBatchRunCreate(input: $input) {
|
|
10
10
|
workspace {
|
|
11
11
|
id
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
startedAt
|
|
18
|
-
finishedAt
|
|
19
|
-
error
|
|
20
|
-
}
|
|
21
|
-
}
|
|
12
|
+
scenarioDecks {
|
|
13
|
+
id
|
|
14
|
+
label
|
|
15
|
+
description
|
|
16
|
+
path
|
|
22
17
|
}
|
|
23
18
|
verification {
|
|
24
19
|
graderDecks(first: 50) {
|
|
@@ -36,8 +31,10 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
36
31
|
node {
|
|
37
32
|
id
|
|
38
33
|
workspaceId
|
|
34
|
+
scenarioDeckId
|
|
39
35
|
graderId
|
|
40
|
-
|
|
36
|
+
scenarioRuns
|
|
37
|
+
graderRepeatsPerScenario
|
|
41
38
|
status
|
|
42
39
|
startedAt
|
|
43
40
|
finishedAt
|
|
@@ -45,10 +42,13 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
45
42
|
active
|
|
46
43
|
completed
|
|
47
44
|
failed
|
|
48
|
-
|
|
45
|
+
scenarioRunsCompleted
|
|
46
|
+
scenarioRunsFailed
|
|
47
|
+
requests(first: 200) {
|
|
49
48
|
edges {
|
|
50
49
|
node {
|
|
51
50
|
id
|
|
51
|
+
scenarioRunId
|
|
52
52
|
status
|
|
53
53
|
runId
|
|
54
54
|
error
|
|
@@ -56,31 +56,48 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
metrics {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
59
|
+
scenarioRunCountRequested
|
|
60
|
+
scenarioRunCountCompleted
|
|
61
|
+
scenarioRunCountFailed
|
|
62
|
+
gradeSampleCountRequested
|
|
63
|
+
gradeSampleCountCompleted
|
|
64
|
+
gradeSampleCountFailed
|
|
65
|
+
executionFailureCount
|
|
66
|
+
gradingFailureCount
|
|
67
|
+
passRate
|
|
68
|
+
scoreMin
|
|
69
|
+
scoreMedian
|
|
70
|
+
scoreMax
|
|
71
|
+
scoreMean
|
|
72
|
+
outlierScenarioRuns(first: 25) {
|
|
68
73
|
edges {
|
|
69
74
|
node {
|
|
70
75
|
key
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
scenarioRunId
|
|
77
|
+
gradeSampleCount
|
|
78
|
+
completedSampleCount
|
|
79
|
+
executionFailureCount
|
|
80
|
+
gradingFailureCount
|
|
81
|
+
averageScore
|
|
82
|
+
minScore
|
|
83
|
+
maxScore
|
|
84
|
+
failed
|
|
77
85
|
minRunId
|
|
78
86
|
maxRunId
|
|
79
|
-
turnIndex
|
|
80
87
|
messageRefId
|
|
81
88
|
}
|
|
82
89
|
}
|
|
83
90
|
}
|
|
91
|
+
failureReasons(first: 25) {
|
|
92
|
+
edges {
|
|
93
|
+
node {
|
|
94
|
+
key
|
|
95
|
+
kind
|
|
96
|
+
reason
|
|
97
|
+
count
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
84
101
|
}
|
|
85
102
|
}
|
|
86
103
|
}
|
|
@@ -90,8 +107,10 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
90
107
|
batch {
|
|
91
108
|
id
|
|
92
109
|
workspaceId
|
|
110
|
+
scenarioDeckId
|
|
93
111
|
graderId
|
|
94
|
-
|
|
112
|
+
scenarioRuns
|
|
113
|
+
graderRepeatsPerScenario
|
|
95
114
|
status
|
|
96
115
|
startedAt
|
|
97
116
|
finishedAt
|
|
@@ -99,10 +118,13 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
99
118
|
active
|
|
100
119
|
completed
|
|
101
120
|
failed
|
|
102
|
-
|
|
121
|
+
scenarioRunsCompleted
|
|
122
|
+
scenarioRunsFailed
|
|
123
|
+
requests(first: 200) {
|
|
103
124
|
edges {
|
|
104
125
|
node {
|
|
105
126
|
id
|
|
127
|
+
scenarioRunId
|
|
106
128
|
status
|
|
107
129
|
runId
|
|
108
130
|
error
|
|
@@ -110,31 +132,48 @@ exports.GambitWorkspaceVerifyBatchRunCreateMutation = (0, iso_js_1.iso)(`
|
|
|
110
132
|
}
|
|
111
133
|
}
|
|
112
134
|
metrics {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
135
|
+
scenarioRunCountRequested
|
|
136
|
+
scenarioRunCountCompleted
|
|
137
|
+
scenarioRunCountFailed
|
|
138
|
+
gradeSampleCountRequested
|
|
139
|
+
gradeSampleCountCompleted
|
|
140
|
+
gradeSampleCountFailed
|
|
141
|
+
executionFailureCount
|
|
142
|
+
gradingFailureCount
|
|
143
|
+
passRate
|
|
144
|
+
scoreMin
|
|
145
|
+
scoreMedian
|
|
146
|
+
scoreMax
|
|
147
|
+
scoreMean
|
|
148
|
+
outlierScenarioRuns(first: 25) {
|
|
122
149
|
edges {
|
|
123
150
|
node {
|
|
124
151
|
key
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
152
|
+
scenarioRunId
|
|
153
|
+
gradeSampleCount
|
|
154
|
+
completedSampleCount
|
|
155
|
+
executionFailureCount
|
|
156
|
+
gradingFailureCount
|
|
157
|
+
averageScore
|
|
158
|
+
minScore
|
|
159
|
+
maxScore
|
|
160
|
+
failed
|
|
131
161
|
minRunId
|
|
132
162
|
maxRunId
|
|
133
|
-
turnIndex
|
|
134
163
|
messageRefId
|
|
135
164
|
}
|
|
136
165
|
}
|
|
137
166
|
}
|
|
167
|
+
failureReasons(first: 25) {
|
|
168
|
+
edges {
|
|
169
|
+
node {
|
|
170
|
+
key
|
|
171
|
+
kind
|
|
172
|
+
reason
|
|
173
|
+
count
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
138
177
|
}
|
|
139
178
|
}
|
|
140
179
|
}
|