@aexol/spectral 0.9.221 → 0.9.223
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/dist/agent/index.d.ts +20 -3
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +286 -80
- package/dist/extensions/aexol-backend-client.d.ts +85 -0
- package/dist/extensions/aexol-backend-client.d.ts.map +1 -0
- package/dist/extensions/aexol-backend-client.js +159 -0
- package/dist/extensions/aexol-mcp.d.ts +10 -6
- package/dist/extensions/aexol-mcp.d.ts.map +1 -1
- package/dist/extensions/aexol-mcp.js +21 -106
- package/dist/extensions/logic-trace-backend-draft.d.ts +68 -0
- package/dist/extensions/logic-trace-backend-draft.d.ts.map +1 -0
- package/dist/extensions/logic-trace-backend-draft.js +171 -0
- package/dist/extensions/logic-trace-validate.d.ts +33 -0
- package/dist/extensions/logic-trace-validate.d.ts.map +1 -0
- package/dist/extensions/logic-trace-validate.js +73 -0
- package/dist/extensions/logic-trace.d.ts +213 -0
- package/dist/extensions/logic-trace.d.ts.map +1 -0
- package/dist/extensions/logic-trace.js +1098 -0
- package/dist/generated/parser/lexer.d.ts +148 -0
- package/dist/generated/parser/lexer.d.ts.map +1 -0
- package/dist/generated/parser/lexer.js +877 -0
- package/dist/generated/parser/mod.d.ts +26 -0
- package/dist/generated/parser/mod.d.ts.map +1 -0
- package/dist/generated/parser/mod.js +30 -0
- package/dist/generated/parser/parser.d.ts +161 -0
- package/dist/generated/parser/parser.d.ts.map +1 -0
- package/dist/generated/parser/parser.js +754 -0
- package/dist/generated/parser/tokenizer.d.ts +107 -0
- package/dist/generated/parser/tokenizer.d.ts.map +1 -0
- package/dist/generated/parser/tokenizer.js +202 -0
- package/dist/generated/parser/validator.d.ts +45 -0
- package/dist/generated/parser/validator.d.ts.map +1 -0
- package/dist/generated/parser/validator.js +202 -0
- package/dist/generated/zeus/const.d.ts.map +1 -1
- package/dist/generated/zeus/const.js +4 -170
- package/dist/generated/zeus/index.d.ts +8 -873
- package/dist/generated/zeus/index.d.ts.map +1 -1
- package/dist/generated/zeus/index.js +0 -7
- package/dist/mcp/ui-stream-types.d.ts +2 -2
- package/dist/memory/tools/share-project-observation.js +1 -1
- package/dist/memory/tools/write-project-observation.d.ts.map +1 -1
- package/dist/memory/tools/write-project-observation.js +4 -3
- package/dist/sdk/agent-core/agent-loop.d.ts.map +1 -1
- package/dist/sdk/agent-core/agent-loop.js +2 -4
- package/dist/sdk/agent-core/harness/types.d.ts +0 -1
- package/dist/sdk/agent-core/harness/types.d.ts.map +1 -1
- package/dist/sdk/agent-core/index.d.ts +0 -8
- package/dist/sdk/agent-core/index.d.ts.map +1 -1
- package/dist/sdk/agent-core/index.js +0 -9
- package/dist/sdk/ai/index.d.ts +1 -0
- package/dist/sdk/ai/index.d.ts.map +1 -1
- package/dist/sdk/ai/index.js +1 -0
- package/dist/sdk/ai/utils/transient-error.d.ts +28 -0
- package/dist/sdk/ai/utils/transient-error.d.ts.map +1 -0
- package/dist/sdk/ai/utils/transient-error.js +55 -0
- package/dist/sdk/coding-agent/core/agent-session.d.ts.map +1 -1
- package/dist/sdk/coding-agent/core/agent-session.js +7 -3
- package/dist/sdk/coding-agent/core/extensions/index.d.ts +1 -1
- package/dist/sdk/coding-agent/core/extensions/index.d.ts.map +1 -1
- package/dist/sdk/coding-agent/core/extensions/native-extensions.js +2 -2
- package/dist/sdk/coding-agent/core/extensions/types.d.ts +20 -1
- package/dist/sdk/coding-agent/core/extensions/types.d.ts.map +1 -1
- package/dist/sdk/coding-agent/core/tools/tool-definition-wrapper.d.ts +9 -4
- package/dist/sdk/coding-agent/core/tools/tool-definition-wrapper.d.ts.map +1 -1
- package/dist/sdk/coding-agent/core/tools/tool-definition-wrapper.js +15 -2
- package/dist/sdk/coding-agent/index.d.ts +1 -1
- package/dist/sdk/coding-agent/index.d.ts.map +1 -1
- package/dist/server/agent-bridge/headless-ui.d.ts +20 -0
- package/dist/server/agent-bridge/headless-ui.d.ts.map +1 -0
- package/dist/server/agent-bridge/headless-ui.js +85 -0
- package/dist/server/agent-bridge/pricing.d.ts +54 -0
- package/dist/server/agent-bridge/pricing.d.ts.map +1 -0
- package/dist/server/agent-bridge/pricing.js +226 -0
- package/dist/server/agent-bridge/rehydrate.d.ts +35 -0
- package/dist/server/agent-bridge/rehydrate.d.ts.map +1 -0
- package/dist/server/agent-bridge/rehydrate.js +122 -0
- package/dist/server/agent-bridge/synthetic-model.d.ts +27 -0
- package/dist/server/agent-bridge/synthetic-model.d.ts.map +1 -0
- package/dist/server/agent-bridge/synthetic-model.js +92 -0
- package/dist/server/agent-bridge.d.ts +17 -1
- package/dist/server/agent-bridge.d.ts.map +1 -1
- package/dist/server/agent-bridge.js +81 -496
- package/dist/server/error-humanizer.d.ts +11 -3
- package/dist/server/error-humanizer.d.ts.map +1 -1
- package/dist/server/error-humanizer.js +11 -3
- package/dist/server/session-stream/compaction-events.d.ts +13 -0
- package/dist/server/session-stream/compaction-events.d.ts.map +1 -0
- package/dist/server/session-stream/compaction-events.js +32 -0
- package/dist/server/session-stream/history-prune.d.ts +35 -0
- package/dist/server/session-stream/history-prune.d.ts.map +1 -0
- package/dist/server/session-stream/history-prune.js +182 -0
- package/dist/server/session-stream/memory.d.ts +48 -0
- package/dist/server/session-stream/memory.d.ts.map +1 -0
- package/dist/server/session-stream/memory.js +136 -0
- package/dist/server/session-stream/replay-tail.d.ts +4 -0
- package/dist/server/session-stream/replay-tail.d.ts.map +1 -0
- package/dist/server/session-stream/replay-tail.js +39 -0
- package/dist/server/session-stream/turn-events.d.ts +33 -0
- package/dist/server/session-stream/turn-events.d.ts.map +1 -0
- package/dist/server/session-stream/turn-events.js +65 -0
- package/dist/server/session-stream/turn-silence.d.ts +8 -0
- package/dist/server/session-stream/turn-silence.d.ts.map +1 -0
- package/dist/server/session-stream/turn-silence.js +72 -0
- package/dist/server/session-stream.d.ts +137 -36
- package/dist/server/session-stream.d.ts.map +1 -1
- package/dist/server/session-stream.js +18 -509
- package/dist/server/storage/observation-ranking.d.ts +14 -0
- package/dist/server/storage/observation-ranking.d.ts.map +1 -0
- package/dist/server/storage/observation-ranking.js +37 -0
- package/dist/server/storage/preflight.d.ts +20 -0
- package/dist/server/storage/preflight.d.ts.map +1 -0
- package/dist/server/storage/preflight.js +22 -0
- package/dist/server/storage/project-binding.d.ts +5 -0
- package/dist/server/storage/project-binding.d.ts.map +1 -0
- package/dist/server/storage/project-binding.js +32 -0
- package/dist/server/storage/rows.d.ts +104 -0
- package/dist/server/storage/rows.d.ts.map +1 -0
- package/dist/server/storage/rows.js +2 -0
- package/dist/server/storage/schema.d.ts +20 -0
- package/dist/server/storage/schema.d.ts.map +1 -0
- package/dist/server/storage/schema.js +134 -0
- package/dist/server/storage/types.d.ts +66 -0
- package/dist/server/storage/types.d.ts.map +1 -0
- package/dist/server/storage/types.js +1 -0
- package/dist/server/storage.d.ts +7 -94
- package/dist/server/storage.d.ts.map +1 -1
- package/dist/server/storage.js +6 -224
- package/dist/server/wire.d.ts +19 -0
- package/dist/server/wire.d.ts.map +1 -1
- package/package.json +2 -1
- package/dist/sdk/agent-core/harness/agent-harness.d.ts +0 -92
- package/dist/sdk/agent-core/harness/agent-harness.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/agent-harness.js +0 -899
- package/dist/sdk/agent-core/harness/env/nodejs.d.ts +0 -51
- package/dist/sdk/agent-core/harness/env/nodejs.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/env/nodejs.js +0 -485
- package/dist/sdk/agent-core/harness/prompt-templates.d.ts +0 -48
- package/dist/sdk/agent-core/harness/prompt-templates.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/prompt-templates.js +0 -229
- package/dist/sdk/agent-core/harness/session/jsonl-repo.d.ts +0 -26
- package/dist/sdk/agent-core/harness/session/jsonl-repo.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/session/jsonl-repo.js +0 -100
- package/dist/sdk/agent-core/harness/session/jsonl-storage.d.ts +0 -33
- package/dist/sdk/agent-core/harness/session/jsonl-storage.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/session/jsonl-storage.js +0 -230
- package/dist/sdk/agent-core/harness/session/memory-repo.d.ts +0 -18
- package/dist/sdk/agent-core/harness/session/memory-repo.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/session/memory-repo.js +0 -41
- package/dist/sdk/agent-core/harness/session/memory-storage.d.ts +0 -25
- package/dist/sdk/agent-core/harness/session/memory-storage.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/session/memory-storage.js +0 -113
- package/dist/sdk/agent-core/harness/session/repo-utils.d.ts +0 -11
- package/dist/sdk/agent-core/harness/session/repo-utils.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/session/repo-utils.js +0 -38
- package/dist/sdk/agent-core/harness/skills.d.ts +0 -44
- package/dist/sdk/agent-core/harness/skills.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/skills.js +0 -310
- package/dist/sdk/agent-core/harness/utils/shell-output.d.ts +0 -14
- package/dist/sdk/agent-core/harness/utils/shell-output.d.ts.map +0 -1
- package/dist/sdk/agent-core/harness/utils/shell-output.js +0 -125
- package/dist/sdk/agent-core/node.d.ts +0 -3
- package/dist/sdk/agent-core/node.d.ts.map +0 -1
- package/dist/sdk/agent-core/node.js +0 -2
- package/dist/sdk/agent-core/proxy.d.ts +0 -69
- package/dist/sdk/agent-core/proxy.d.ts.map +0 -1
- package/dist/sdk/agent-core/proxy.js +0 -297
|
@@ -515,7 +515,7 @@ export type ValueTypes = {
|
|
|
515
515
|
activeUsers?: boolean | `@${string}`;
|
|
516
516
|
/** Average task generation duration in milliseconds (null if no completed tasks). */
|
|
517
517
|
avgDurationMs?: boolean | `@${string}`;
|
|
518
|
-
/** Number of subtasks
|
|
518
|
+
/** Number of subtasks generated on this day. */
|
|
519
519
|
subtaskCount?: boolean | `@${string}`;
|
|
520
520
|
__typename?: boolean | `@${string}`;
|
|
521
521
|
['...on DailyUsageEntry']?: Omit<ValueTypes["DailyUsageEntry"], "...on DailyUsageEntry">;
|
|
@@ -627,7 +627,6 @@ export type ValueTypes = {
|
|
|
627
627
|
access?: boolean | `@${string}`;
|
|
628
628
|
shares?: ValueTypes["ProjectShare"];
|
|
629
629
|
files?: ValueTypes["ProjectFile"];
|
|
630
|
-
inferenceTasks?: ValueTypes["InferenceTask"];
|
|
631
630
|
fromTasks?: ValueTypes["FromTask"];
|
|
632
631
|
usage?: ValueTypes["ProjectUsage"];
|
|
633
632
|
createdAt?: boolean | `@${string}`;
|
|
@@ -939,15 +938,6 @@ export type ValueTypes = {
|
|
|
939
938
|
tags?: string | undefined | null | Variable<any, string>;
|
|
940
939
|
};
|
|
941
940
|
["InferenceStatus"]: InferenceStatus;
|
|
942
|
-
["ArtifactType"]: ArtifactType;
|
|
943
|
-
["GeneratedFile"]: AliasType<{
|
|
944
|
-
path?: boolean | `@${string}`;
|
|
945
|
-
content?: boolean | `@${string}`;
|
|
946
|
-
description?: boolean | `@${string}`;
|
|
947
|
-
sizeKB?: boolean | `@${string}`;
|
|
948
|
-
__typename?: boolean | `@${string}`;
|
|
949
|
-
['...on GeneratedFile']?: Omit<ValueTypes["GeneratedFile"], "...on GeneratedFile">;
|
|
950
|
-
}>;
|
|
951
941
|
["TokenUsage"]: AliasType<{
|
|
952
942
|
inputTokens?: boolean | `@${string}`;
|
|
953
943
|
outputTokens?: boolean | `@${string}`;
|
|
@@ -967,106 +957,6 @@ export type ValueTypes = {
|
|
|
967
957
|
__typename?: boolean | `@${string}`;
|
|
968
958
|
['...on UsageUpdate']?: Omit<ValueTypes["UsageUpdate"], "...on UsageUpdate">;
|
|
969
959
|
}>;
|
|
970
|
-
["InferenceCommand"]: AliasType<{
|
|
971
|
-
type?: boolean | `@${string}`;
|
|
972
|
-
name?: boolean | `@${string}`;
|
|
973
|
-
output?: boolean | `@${string}`;
|
|
974
|
-
__typename?: boolean | `@${string}`;
|
|
975
|
-
['...on InferenceCommand']?: Omit<ValueTypes["InferenceCommand"], "...on InferenceCommand">;
|
|
976
|
-
}>;
|
|
977
|
-
["InferenceCommandResult"]: AliasType<{
|
|
978
|
-
command?: ValueTypes["InferenceCommand"];
|
|
979
|
-
status?: boolean | `@${string}`;
|
|
980
|
-
files?: ValueTypes["GeneratedFile"];
|
|
981
|
-
error?: boolean | `@${string}`;
|
|
982
|
-
usage?: ValueTypes["TokenUsage"];
|
|
983
|
-
__typename?: boolean | `@${string}`;
|
|
984
|
-
['...on InferenceCommandResult']?: Omit<ValueTypes["InferenceCommandResult"], "...on InferenceCommandResult">;
|
|
985
|
-
}>;
|
|
986
|
-
["InferenceTask"]: AliasType<{
|
|
987
|
-
id?: boolean | `@${string}`;
|
|
988
|
-
status?: boolean | `@${string}`;
|
|
989
|
-
model?: boolean | `@${string}`;
|
|
990
|
-
aexolContent?: boolean | `@${string}`;
|
|
991
|
-
commands?: ValueTypes["InferenceCommand"];
|
|
992
|
-
results?: ValueTypes["InferenceCommandResult"];
|
|
993
|
-
files?: ValueTypes["GeneratedFile"];
|
|
994
|
-
setupInstructions?: boolean | `@${string}`;
|
|
995
|
-
reasoning?: boolean | `@${string}`;
|
|
996
|
-
usage?: ValueTypes["TokenUsage"];
|
|
997
|
-
error?: boolean | `@${string}`;
|
|
998
|
-
progress?: boolean | `@${string}`;
|
|
999
|
-
project?: ValueTypes["Project"];
|
|
1000
|
-
createdAt?: boolean | `@${string}`;
|
|
1001
|
-
completedAt?: boolean | `@${string}`;
|
|
1002
|
-
sourceTaskId?: boolean | `@${string}`;
|
|
1003
|
-
isRefinement?: boolean | `@${string}`;
|
|
1004
|
-
refinementPrompt?: boolean | `@${string}`;
|
|
1005
|
-
__typename?: boolean | `@${string}`;
|
|
1006
|
-
['...on InferenceTask']?: Omit<ValueTypes["InferenceTask"], "...on InferenceTask">;
|
|
1007
|
-
}>;
|
|
1008
|
-
["InferencePlannedCommand"]: AliasType<{
|
|
1009
|
-
name?: boolean | `@${string}`;
|
|
1010
|
-
type?: boolean | `@${string}`;
|
|
1011
|
-
output?: boolean | `@${string}`;
|
|
1012
|
-
guidance?: boolean | `@${string}`;
|
|
1013
|
-
status?: boolean | `@${string}`;
|
|
1014
|
-
index?: boolean | `@${string}`;
|
|
1015
|
-
startedAt?: boolean | `@${string}`;
|
|
1016
|
-
completedAt?: boolean | `@${string}`;
|
|
1017
|
-
error?: boolean | `@${string}`;
|
|
1018
|
-
generatedFiles?: ValueTypes["GeneratedFile"];
|
|
1019
|
-
__typename?: boolean | `@${string}`;
|
|
1020
|
-
['...on InferencePlannedCommand']?: Omit<ValueTypes["InferencePlannedCommand"], "...on InferencePlannedCommand">;
|
|
1021
|
-
}>;
|
|
1022
|
-
["InferenceProgress"]: AliasType<{
|
|
1023
|
-
taskId?: boolean | `@${string}`;
|
|
1024
|
-
status?: boolean | `@${string}`;
|
|
1025
|
-
progress?: boolean | `@${string}`;
|
|
1026
|
-
currentFile?: boolean | `@${string}`;
|
|
1027
|
-
currentCommand?: boolean | `@${string}`;
|
|
1028
|
-
commandsCompleted?: boolean | `@${string}`;
|
|
1029
|
-
totalCommands?: boolean | `@${string}`;
|
|
1030
|
-
filesCompleted?: boolean | `@${string}`;
|
|
1031
|
-
totalFiles?: boolean | `@${string}`;
|
|
1032
|
-
message?: boolean | `@${string}`;
|
|
1033
|
-
phase?: boolean | `@${string}`;
|
|
1034
|
-
startedAt?: boolean | `@${string}`;
|
|
1035
|
-
updatedAt?: boolean | `@${string}`;
|
|
1036
|
-
plannedCommands?: ValueTypes["InferencePlannedCommand"];
|
|
1037
|
-
__typename?: boolean | `@${string}`;
|
|
1038
|
-
['...on InferenceProgress']?: Omit<ValueTypes["InferenceProgress"], "...on InferenceProgress">;
|
|
1039
|
-
}>;
|
|
1040
|
-
["InferenceFileUpdate"]: AliasType<{
|
|
1041
|
-
taskId?: boolean | `@${string}`;
|
|
1042
|
-
file?: ValueTypes["GeneratedFile"];
|
|
1043
|
-
index?: boolean | `@${string}`;
|
|
1044
|
-
__typename?: boolean | `@${string}`;
|
|
1045
|
-
['...on InferenceFileUpdate']?: Omit<ValueTypes["InferenceFileUpdate"], "...on InferenceFileUpdate">;
|
|
1046
|
-
}>;
|
|
1047
|
-
["InferenceCommandUpdate"]: AliasType<{
|
|
1048
|
-
taskId?: boolean | `@${string}`;
|
|
1049
|
-
commandName?: boolean | `@${string}`;
|
|
1050
|
-
status?: boolean | `@${string}`;
|
|
1051
|
-
files?: ValueTypes["GeneratedFile"];
|
|
1052
|
-
error?: boolean | `@${string}`;
|
|
1053
|
-
__typename?: boolean | `@${string}`;
|
|
1054
|
-
['...on InferenceCommandUpdate']?: Omit<ValueTypes["InferenceCommandUpdate"], "...on InferenceCommandUpdate">;
|
|
1055
|
-
}>;
|
|
1056
|
-
["InferenceComplete"]: AliasType<{
|
|
1057
|
-
taskId?: boolean | `@${string}`;
|
|
1058
|
-
task?: ValueTypes["InferenceTask"];
|
|
1059
|
-
__typename?: boolean | `@${string}`;
|
|
1060
|
-
['...on InferenceComplete']?: Omit<ValueTypes["InferenceComplete"], "...on InferenceComplete">;
|
|
1061
|
-
}>;
|
|
1062
|
-
/** Result type for project inference tasks query with pagination info */
|
|
1063
|
-
["ProjectInferenceTasksResult"]: AliasType<{
|
|
1064
|
-
tasks?: ValueTypes["InferenceTask"];
|
|
1065
|
-
totalCount?: boolean | `@${string}`;
|
|
1066
|
-
hasMore?: boolean | `@${string}`;
|
|
1067
|
-
__typename?: boolean | `@${string}`;
|
|
1068
|
-
['...on ProjectInferenceTasksResult']?: Omit<ValueTypes["ProjectInferenceTasksResult"], "...on ProjectInferenceTasksResult">;
|
|
1069
|
-
}>;
|
|
1070
960
|
["FromGeneratedFile"]: AliasType<{
|
|
1071
961
|
path?: boolean | `@${string}`;
|
|
1072
962
|
content?: boolean | `@${string}`;
|
|
@@ -1118,7 +1008,7 @@ export type ValueTypes = {
|
|
|
1118
1008
|
["PromptQualityResult"]: AliasType<{
|
|
1119
1009
|
score?: boolean | `@${string}`;
|
|
1120
1010
|
feedback?: boolean | `@${string}`;
|
|
1121
|
-
|
|
1011
|
+
understanding?: boolean | `@${string}`;
|
|
1122
1012
|
__typename?: boolean | `@${string}`;
|
|
1123
1013
|
['...on PromptQualityResult']?: Omit<ValueTypes["PromptQualityResult"], "...on PromptQualityResult">;
|
|
1124
1014
|
}>;
|
|
@@ -1127,25 +1017,6 @@ export type ValueTypes = {
|
|
|
1127
1017
|
__typename?: boolean | `@${string}`;
|
|
1128
1018
|
['...on GenerateSessionTitleResult']?: Omit<ValueTypes["GenerateSessionTitleResult"], "...on GenerateSessionTitleResult">;
|
|
1129
1019
|
}>;
|
|
1130
|
-
["AexolAnalysis"]: AliasType<{
|
|
1131
|
-
hasDatabase?: boolean | `@${string}`;
|
|
1132
|
-
hasAPI?: boolean | `@${string}`;
|
|
1133
|
-
hasAuth?: boolean | `@${string}`;
|
|
1134
|
-
hasCRUD?: boolean | `@${string}`;
|
|
1135
|
-
complexity?: boolean | `@${string}`;
|
|
1136
|
-
types?: boolean | `@${string}`;
|
|
1137
|
-
capabilities?: ValueTypes["Capability"];
|
|
1138
|
-
__typename?: boolean | `@${string}`;
|
|
1139
|
-
['...on AexolAnalysis']?: Omit<ValueTypes["AexolAnalysis"], "...on AexolAnalysis">;
|
|
1140
|
-
}>;
|
|
1141
|
-
["Capability"]: AliasType<{
|
|
1142
|
-
name?: boolean | `@${string}`;
|
|
1143
|
-
verb?: boolean | `@${string}`;
|
|
1144
|
-
action?: boolean | `@${string}`;
|
|
1145
|
-
context?: boolean | `@${string}`;
|
|
1146
|
-
__typename?: boolean | `@${string}`;
|
|
1147
|
-
['...on Capability']?: Omit<ValueTypes["Capability"], "...on Capability">;
|
|
1148
|
-
}>;
|
|
1149
1020
|
["RegisterInput"]: {
|
|
1150
1021
|
email: string | Variable<any, string>;
|
|
1151
1022
|
password: string | Variable<any, string>;
|
|
@@ -1155,34 +1026,6 @@ export type ValueTypes = {
|
|
|
1155
1026
|
email: string | Variable<any, string>;
|
|
1156
1027
|
password: string | Variable<any, string>;
|
|
1157
1028
|
};
|
|
1158
|
-
["ArtifactOptionsInput"]: {
|
|
1159
|
-
federated?: boolean | undefined | null | Variable<any, string>;
|
|
1160
|
-
provider?: string | undefined | null | Variable<any, string>;
|
|
1161
|
-
framework?: string | undefined | null | Variable<any, string>;
|
|
1162
|
-
format?: string | undefined | null | Variable<any, string>;
|
|
1163
|
-
sections?: Array<string> | undefined | null | Variable<any, string>;
|
|
1164
|
-
};
|
|
1165
|
-
["AexolOptionsInput"]: {
|
|
1166
|
-
enabled: boolean | Variable<any, string>;
|
|
1167
|
-
maxIterations?: number | undefined | null | Variable<any, string>;
|
|
1168
|
-
threshold?: number | undefined | null | Variable<any, string>;
|
|
1169
|
-
criteria?: string | undefined | null | Variable<any, string>;
|
|
1170
|
-
steps?: Array<ValueTypes["AexolStepInput"]> | undefined | null | Variable<any, string>;
|
|
1171
|
-
};
|
|
1172
|
-
["AexolStep"]: AliasType<{
|
|
1173
|
-
model?: boolean | `@${string}`;
|
|
1174
|
-
evalModel?: boolean | `@${string}`;
|
|
1175
|
-
criteria?: boolean | `@${string}`;
|
|
1176
|
-
threshold?: boolean | `@${string}`;
|
|
1177
|
-
__typename?: boolean | `@${string}`;
|
|
1178
|
-
['...on AexolStep']?: Omit<ValueTypes["AexolStep"], "...on AexolStep">;
|
|
1179
|
-
}>;
|
|
1180
|
-
["AexolStepInput"]: {
|
|
1181
|
-
model: string | Variable<any, string>;
|
|
1182
|
-
evalModel?: string | undefined | null | Variable<any, string>;
|
|
1183
|
-
criteria?: string | undefined | null | Variable<any, string>;
|
|
1184
|
-
threshold?: number | undefined | null | Variable<any, string>;
|
|
1185
|
-
};
|
|
1186
1029
|
["ToolFunction"]: AliasType<{
|
|
1187
1030
|
name?: boolean | `@${string}`;
|
|
1188
1031
|
description?: boolean | `@${string}`;
|
|
@@ -1196,27 +1039,6 @@ export type ValueTypes = {
|
|
|
1196
1039
|
__typename?: boolean | `@${string}`;
|
|
1197
1040
|
['...on Tool']?: Omit<ValueTypes["Tool"], "...on Tool">;
|
|
1198
1041
|
}>;
|
|
1199
|
-
["InferenceCommandInput"]: {
|
|
1200
|
-
type: ValueTypes["ArtifactType"] | Variable<any, string>;
|
|
1201
|
-
name: string | Variable<any, string>;
|
|
1202
|
-
output: string | Variable<any, string>;
|
|
1203
|
-
options?: ValueTypes["ArtifactOptionsInput"] | undefined | null | Variable<any, string>;
|
|
1204
|
-
guidance?: string | undefined | null | Variable<any, string>;
|
|
1205
|
-
};
|
|
1206
|
-
["StartInferenceInput"]: {
|
|
1207
|
-
aexolContent: string | Variable<any, string>;
|
|
1208
|
-
model: string | Variable<any, string>;
|
|
1209
|
-
commands: Array<ValueTypes["InferenceCommandInput"]> | Variable<any, string>;
|
|
1210
|
-
outputDir?: string | undefined | null | Variable<any, string>;
|
|
1211
|
-
continueOnError?: boolean | undefined | null | Variable<any, string>;
|
|
1212
|
-
maxConcurrency?: number | undefined | null | Variable<any, string>;
|
|
1213
|
-
teamId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1214
|
-
projectId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1215
|
-
aexol?: ValueTypes["AexolOptionsInput"] | undefined | null | Variable<any, string>;
|
|
1216
|
-
};
|
|
1217
|
-
["AnalyzeAexolInput"]: {
|
|
1218
|
-
content: string | Variable<any, string>;
|
|
1219
|
-
};
|
|
1220
1042
|
["GenerateAexolFromTextInput"]: {
|
|
1221
1043
|
content: string | Variable<any, string>;
|
|
1222
1044
|
model: string | Variable<any, string>;
|
|
@@ -1224,17 +1046,6 @@ export type ValueTypes = {
|
|
|
1224
1046
|
maxRetries?: number | undefined | null | Variable<any, string>;
|
|
1225
1047
|
teamId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1226
1048
|
projectId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1227
|
-
aexol?: ValueTypes["AexolOptionsInput"] | undefined | null | Variable<any, string>;
|
|
1228
|
-
};
|
|
1229
|
-
["RefineInferenceArtifactInput"]: {
|
|
1230
|
-
sourceTaskId: ValueTypes["ID"] | Variable<any, string>;
|
|
1231
|
-
commandName: string | Variable<any, string>;
|
|
1232
|
-
refinementPrompt: string | Variable<any, string>;
|
|
1233
|
-
model: string | Variable<any, string>;
|
|
1234
|
-
teamId: ValueTypes["ID"] | Variable<any, string>;
|
|
1235
|
-
contextArtifacts?: Array<string> | undefined | null | Variable<any, string>;
|
|
1236
|
-
projectId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1237
|
-
aexol?: ValueTypes["AexolOptionsInput"] | undefined | null | Variable<any, string>;
|
|
1238
1049
|
};
|
|
1239
1050
|
["RefineFromTaskInput"]: {
|
|
1240
1051
|
sourceTaskId: ValueTypes["ID"] | Variable<any, string>;
|
|
@@ -1243,7 +1054,6 @@ export type ValueTypes = {
|
|
|
1243
1054
|
teamId: ValueTypes["ID"] | Variable<any, string>;
|
|
1244
1055
|
maxRetries?: number | undefined | null | Variable<any, string>;
|
|
1245
1056
|
projectId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1246
|
-
aexol?: ValueTypes["AexolOptionsInput"] | undefined | null | Variable<any, string>;
|
|
1247
1057
|
};
|
|
1248
1058
|
["RefineAexolContentInput"]: {
|
|
1249
1059
|
aexolContent: string | Variable<any, string>;
|
|
@@ -1253,7 +1063,6 @@ export type ValueTypes = {
|
|
|
1253
1063
|
guidance?: string | undefined | null | Variable<any, string>;
|
|
1254
1064
|
maxRetries?: number | undefined | null | Variable<any, string>;
|
|
1255
1065
|
projectId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1256
|
-
aexol?: ValueTypes["AexolOptionsInput"] | undefined | null | Variable<any, string>;
|
|
1257
1066
|
};
|
|
1258
1067
|
["CreateProjectInput"]: {
|
|
1259
1068
|
name: string | Variable<any, string>;
|
|
@@ -1326,19 +1135,6 @@ export type ValueTypes = {
|
|
|
1326
1135
|
projectId: ValueTypes["ID"] | Variable<any, string>;
|
|
1327
1136
|
filter?: ValueTypes["TeamUsageFilterInput"] | undefined | null | Variable<any, string>;
|
|
1328
1137
|
}, ValueTypes["ProjectUsage"]];
|
|
1329
|
-
task?: [{
|
|
1330
|
-
id: ValueTypes["ID"] | Variable<any, string>;
|
|
1331
|
-
}, ValueTypes["InferenceTask"]];
|
|
1332
|
-
tasks?: [{
|
|
1333
|
-
limit?: number | undefined | null | Variable<any, string>;
|
|
1334
|
-
offset?: number | undefined | null | Variable<any, string>;
|
|
1335
|
-
projectId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
1336
|
-
}, ValueTypes["InferenceTask"]];
|
|
1337
|
-
projectInferenceTasks?: [{
|
|
1338
|
-
projectId: ValueTypes["ID"] | Variable<any, string>;
|
|
1339
|
-
limit?: number | undefined | null | Variable<any, string>;
|
|
1340
|
-
offset?: number | undefined | null | Variable<any, string>;
|
|
1341
|
-
}, ValueTypes["ProjectInferenceTasksResult"]];
|
|
1342
1138
|
fromTask?: [{
|
|
1343
1139
|
id: ValueTypes["ID"] | Variable<any, string>;
|
|
1344
1140
|
}, ValueTypes["FromTask"]];
|
|
@@ -1384,7 +1180,6 @@ export type ValueTypes = {
|
|
|
1384
1180
|
topK?: number | undefined | null | Variable<any, string>;
|
|
1385
1181
|
scoreThreshold?: number | undefined | null | Variable<any, string>;
|
|
1386
1182
|
}, ValueTypes["CloudSearchResult"]];
|
|
1387
|
-
artifactTypes?: boolean | `@${string}`;
|
|
1388
1183
|
builtInModels?: ValueTypes["UserModel"];
|
|
1389
1184
|
availableBaseModels?: [{
|
|
1390
1185
|
teamId?: ValueTypes["ID"] | undefined | null | Variable<any, string>;
|
|
@@ -1738,12 +1533,6 @@ export type ValueTypes = {
|
|
|
1738
1533
|
deleteProjectFile?: [{
|
|
1739
1534
|
id: ValueTypes["ID"] | Variable<any, string>;
|
|
1740
1535
|
}, boolean | `@${string}`];
|
|
1741
|
-
startInference?: [{
|
|
1742
|
-
input: ValueTypes["StartInferenceInput"] | Variable<any, string>;
|
|
1743
|
-
}, ValueTypes["InferenceTask"]];
|
|
1744
|
-
cancelInference?: [{
|
|
1745
|
-
taskId: ValueTypes["ID"] | Variable<any, string>;
|
|
1746
|
-
}, boolean | `@${string}`];
|
|
1747
1536
|
generateAexolFromText?: [{
|
|
1748
1537
|
input: ValueTypes["GenerateAexolFromTextInput"] | Variable<any, string>;
|
|
1749
1538
|
}, ValueTypes["FromTask"]];
|
|
@@ -1792,18 +1581,12 @@ export type ValueTypes = {
|
|
|
1792
1581
|
id: ValueTypes["ID"] | Variable<any, string>;
|
|
1793
1582
|
teamId: ValueTypes["ID"] | Variable<any, string>;
|
|
1794
1583
|
}, boolean | `@${string}`];
|
|
1795
|
-
refineInferenceArtifact?: [{
|
|
1796
|
-
input: ValueTypes["RefineInferenceArtifactInput"] | Variable<any, string>;
|
|
1797
|
-
}, ValueTypes["InferenceTask"]];
|
|
1798
1584
|
refineFromTask?: [{
|
|
1799
1585
|
input: ValueTypes["RefineFromTaskInput"] | Variable<any, string>;
|
|
1800
1586
|
}, ValueTypes["FromTask"]];
|
|
1801
1587
|
refineAexolContent?: [{
|
|
1802
1588
|
input: ValueTypes["RefineAexolContentInput"] | Variable<any, string>;
|
|
1803
1589
|
}, ValueTypes["FromTask"]];
|
|
1804
|
-
analyzeAexol?: [{
|
|
1805
|
-
input: ValueTypes["AnalyzeAexolInput"] | Variable<any, string>;
|
|
1806
|
-
}, ValueTypes["AexolAnalysis"]];
|
|
1807
1590
|
evaluatePromptQuality?: [{
|
|
1808
1591
|
prompt: string | Variable<any, string>;
|
|
1809
1592
|
lastResponse?: string | undefined | null | Variable<any, string>;
|
|
@@ -2081,18 +1864,6 @@ export type ValueTypes = {
|
|
|
2081
1864
|
}>;
|
|
2082
1865
|
["Subscription"]: AliasType<{
|
|
2083
1866
|
usageUpdated?: ValueTypes["UsageUpdate"];
|
|
2084
|
-
inferenceProgress?: [{
|
|
2085
|
-
taskId: ValueTypes["ID"] | Variable<any, string>;
|
|
2086
|
-
}, ValueTypes["InferenceProgress"]];
|
|
2087
|
-
inferenceFileGenerated?: [{
|
|
2088
|
-
taskId: ValueTypes["ID"] | Variable<any, string>;
|
|
2089
|
-
}, ValueTypes["InferenceFileUpdate"]];
|
|
2090
|
-
inferenceCommandCompleted?: [{
|
|
2091
|
-
taskId: ValueTypes["ID"] | Variable<any, string>;
|
|
2092
|
-
}, ValueTypes["InferenceCommandUpdate"]];
|
|
2093
|
-
inferenceComplete?: [{
|
|
2094
|
-
taskId: ValueTypes["ID"] | Variable<any, string>;
|
|
2095
|
-
}, ValueTypes["InferenceComplete"]];
|
|
2096
1867
|
fromTaskProgress?: [{
|
|
2097
1868
|
taskId: ValueTypes["ID"] | Variable<any, string>;
|
|
2098
1869
|
}, ValueTypes["FromTaskProgress"]];
|
|
@@ -2122,8 +1893,6 @@ export type ValueTypes = {
|
|
|
2122
1893
|
systemPrompt?: boolean | `@${string}`;
|
|
2123
1894
|
customBaseUrl?: boolean | `@${string}`;
|
|
2124
1895
|
customApiKey?: boolean | `@${string}`;
|
|
2125
|
-
aexolEnabled?: boolean | `@${string}`;
|
|
2126
|
-
aexolSteps?: ValueTypes["AexolStep"];
|
|
2127
1896
|
tools?: ValueTypes["Tool"];
|
|
2128
1897
|
endpoint?: boolean | `@${string}`;
|
|
2129
1898
|
isBuiltIn?: boolean | `@${string}`;
|
|
@@ -2240,8 +2009,6 @@ export type ValueTypes = {
|
|
|
2240
2009
|
systemPrompt?: string | undefined | null | Variable<any, string>;
|
|
2241
2010
|
customBaseUrl?: string | undefined | null | Variable<any, string>;
|
|
2242
2011
|
customApiKey?: string | undefined | null | Variable<any, string>;
|
|
2243
|
-
aexolEnabled?: boolean | undefined | null | Variable<any, string>;
|
|
2244
|
-
aexolSteps?: Array<ValueTypes["AexolStepInput"]> | undefined | null | Variable<any, string>;
|
|
2245
2012
|
isDefault?: boolean | undefined | null | Variable<any, string>;
|
|
2246
2013
|
isVisionDefault?: boolean | undefined | null | Variable<any, string>;
|
|
2247
2014
|
supportsImages?: boolean | undefined | null | Variable<any, string>;
|
|
@@ -2266,8 +2033,6 @@ export type ValueTypes = {
|
|
|
2266
2033
|
systemPrompt?: string | undefined | null | Variable<any, string>;
|
|
2267
2034
|
customBaseUrl?: string | undefined | null | Variable<any, string>;
|
|
2268
2035
|
customApiKey?: string | undefined | null | Variable<any, string>;
|
|
2269
|
-
aexolEnabled?: boolean | undefined | null | Variable<any, string>;
|
|
2270
|
-
aexolSteps?: Array<ValueTypes["AexolStepInput"]> | undefined | null | Variable<any, string>;
|
|
2271
2036
|
isDefault?: boolean | undefined | null | Variable<any, string>;
|
|
2272
2037
|
isVisionDefault?: boolean | undefined | null | Variable<any, string>;
|
|
2273
2038
|
supportsImages?: boolean | undefined | null | Variable<any, string>;
|
|
@@ -3050,7 +2815,7 @@ export type ResolverInputTypes = {
|
|
|
3050
2815
|
activeUsers?: boolean | `@${string}`;
|
|
3051
2816
|
/** Average task generation duration in milliseconds (null if no completed tasks). */
|
|
3052
2817
|
avgDurationMs?: boolean | `@${string}`;
|
|
3053
|
-
/** Number of subtasks
|
|
2818
|
+
/** Number of subtasks generated on this day. */
|
|
3054
2819
|
subtaskCount?: boolean | `@${string}`;
|
|
3055
2820
|
__typename?: boolean | `@${string}`;
|
|
3056
2821
|
}>;
|
|
@@ -3154,7 +2919,6 @@ export type ResolverInputTypes = {
|
|
|
3154
2919
|
access?: boolean | `@${string}`;
|
|
3155
2920
|
shares?: ResolverInputTypes["ProjectShare"];
|
|
3156
2921
|
files?: ResolverInputTypes["ProjectFile"];
|
|
3157
|
-
inferenceTasks?: ResolverInputTypes["InferenceTask"];
|
|
3158
2922
|
fromTasks?: ResolverInputTypes["FromTask"];
|
|
3159
2923
|
usage?: ResolverInputTypes["ProjectUsage"];
|
|
3160
2924
|
createdAt?: boolean | `@${string}`;
|
|
@@ -3452,14 +3216,6 @@ export type ResolverInputTypes = {
|
|
|
3452
3216
|
tags?: string | undefined | null;
|
|
3453
3217
|
};
|
|
3454
3218
|
["InferenceStatus"]: InferenceStatus;
|
|
3455
|
-
["ArtifactType"]: ArtifactType;
|
|
3456
|
-
["GeneratedFile"]: AliasType<{
|
|
3457
|
-
path?: boolean | `@${string}`;
|
|
3458
|
-
content?: boolean | `@${string}`;
|
|
3459
|
-
description?: boolean | `@${string}`;
|
|
3460
|
-
sizeKB?: boolean | `@${string}`;
|
|
3461
|
-
__typename?: boolean | `@${string}`;
|
|
3462
|
-
}>;
|
|
3463
3219
|
["TokenUsage"]: AliasType<{
|
|
3464
3220
|
inputTokens?: boolean | `@${string}`;
|
|
3465
3221
|
outputTokens?: boolean | `@${string}`;
|
|
@@ -3477,97 +3233,6 @@ export type ResolverInputTypes = {
|
|
|
3477
3233
|
updatedAt?: boolean | `@${string}`;
|
|
3478
3234
|
__typename?: boolean | `@${string}`;
|
|
3479
3235
|
}>;
|
|
3480
|
-
["InferenceCommand"]: AliasType<{
|
|
3481
|
-
type?: boolean | `@${string}`;
|
|
3482
|
-
name?: boolean | `@${string}`;
|
|
3483
|
-
output?: boolean | `@${string}`;
|
|
3484
|
-
__typename?: boolean | `@${string}`;
|
|
3485
|
-
}>;
|
|
3486
|
-
["InferenceCommandResult"]: AliasType<{
|
|
3487
|
-
command?: ResolverInputTypes["InferenceCommand"];
|
|
3488
|
-
status?: boolean | `@${string}`;
|
|
3489
|
-
files?: ResolverInputTypes["GeneratedFile"];
|
|
3490
|
-
error?: boolean | `@${string}`;
|
|
3491
|
-
usage?: ResolverInputTypes["TokenUsage"];
|
|
3492
|
-
__typename?: boolean | `@${string}`;
|
|
3493
|
-
}>;
|
|
3494
|
-
["InferenceTask"]: AliasType<{
|
|
3495
|
-
id?: boolean | `@${string}`;
|
|
3496
|
-
status?: boolean | `@${string}`;
|
|
3497
|
-
model?: boolean | `@${string}`;
|
|
3498
|
-
aexolContent?: boolean | `@${string}`;
|
|
3499
|
-
commands?: ResolverInputTypes["InferenceCommand"];
|
|
3500
|
-
results?: ResolverInputTypes["InferenceCommandResult"];
|
|
3501
|
-
files?: ResolverInputTypes["GeneratedFile"];
|
|
3502
|
-
setupInstructions?: boolean | `@${string}`;
|
|
3503
|
-
reasoning?: boolean | `@${string}`;
|
|
3504
|
-
usage?: ResolverInputTypes["TokenUsage"];
|
|
3505
|
-
error?: boolean | `@${string}`;
|
|
3506
|
-
progress?: boolean | `@${string}`;
|
|
3507
|
-
project?: ResolverInputTypes["Project"];
|
|
3508
|
-
createdAt?: boolean | `@${string}`;
|
|
3509
|
-
completedAt?: boolean | `@${string}`;
|
|
3510
|
-
sourceTaskId?: boolean | `@${string}`;
|
|
3511
|
-
isRefinement?: boolean | `@${string}`;
|
|
3512
|
-
refinementPrompt?: boolean | `@${string}`;
|
|
3513
|
-
__typename?: boolean | `@${string}`;
|
|
3514
|
-
}>;
|
|
3515
|
-
["InferencePlannedCommand"]: AliasType<{
|
|
3516
|
-
name?: boolean | `@${string}`;
|
|
3517
|
-
type?: boolean | `@${string}`;
|
|
3518
|
-
output?: boolean | `@${string}`;
|
|
3519
|
-
guidance?: boolean | `@${string}`;
|
|
3520
|
-
status?: boolean | `@${string}`;
|
|
3521
|
-
index?: boolean | `@${string}`;
|
|
3522
|
-
startedAt?: boolean | `@${string}`;
|
|
3523
|
-
completedAt?: boolean | `@${string}`;
|
|
3524
|
-
error?: boolean | `@${string}`;
|
|
3525
|
-
generatedFiles?: ResolverInputTypes["GeneratedFile"];
|
|
3526
|
-
__typename?: boolean | `@${string}`;
|
|
3527
|
-
}>;
|
|
3528
|
-
["InferenceProgress"]: AliasType<{
|
|
3529
|
-
taskId?: boolean | `@${string}`;
|
|
3530
|
-
status?: boolean | `@${string}`;
|
|
3531
|
-
progress?: boolean | `@${string}`;
|
|
3532
|
-
currentFile?: boolean | `@${string}`;
|
|
3533
|
-
currentCommand?: boolean | `@${string}`;
|
|
3534
|
-
commandsCompleted?: boolean | `@${string}`;
|
|
3535
|
-
totalCommands?: boolean | `@${string}`;
|
|
3536
|
-
filesCompleted?: boolean | `@${string}`;
|
|
3537
|
-
totalFiles?: boolean | `@${string}`;
|
|
3538
|
-
message?: boolean | `@${string}`;
|
|
3539
|
-
phase?: boolean | `@${string}`;
|
|
3540
|
-
startedAt?: boolean | `@${string}`;
|
|
3541
|
-
updatedAt?: boolean | `@${string}`;
|
|
3542
|
-
plannedCommands?: ResolverInputTypes["InferencePlannedCommand"];
|
|
3543
|
-
__typename?: boolean | `@${string}`;
|
|
3544
|
-
}>;
|
|
3545
|
-
["InferenceFileUpdate"]: AliasType<{
|
|
3546
|
-
taskId?: boolean | `@${string}`;
|
|
3547
|
-
file?: ResolverInputTypes["GeneratedFile"];
|
|
3548
|
-
index?: boolean | `@${string}`;
|
|
3549
|
-
__typename?: boolean | `@${string}`;
|
|
3550
|
-
}>;
|
|
3551
|
-
["InferenceCommandUpdate"]: AliasType<{
|
|
3552
|
-
taskId?: boolean | `@${string}`;
|
|
3553
|
-
commandName?: boolean | `@${string}`;
|
|
3554
|
-
status?: boolean | `@${string}`;
|
|
3555
|
-
files?: ResolverInputTypes["GeneratedFile"];
|
|
3556
|
-
error?: boolean | `@${string}`;
|
|
3557
|
-
__typename?: boolean | `@${string}`;
|
|
3558
|
-
}>;
|
|
3559
|
-
["InferenceComplete"]: AliasType<{
|
|
3560
|
-
taskId?: boolean | `@${string}`;
|
|
3561
|
-
task?: ResolverInputTypes["InferenceTask"];
|
|
3562
|
-
__typename?: boolean | `@${string}`;
|
|
3563
|
-
}>;
|
|
3564
|
-
/** Result type for project inference tasks query with pagination info */
|
|
3565
|
-
["ProjectInferenceTasksResult"]: AliasType<{
|
|
3566
|
-
tasks?: ResolverInputTypes["InferenceTask"];
|
|
3567
|
-
totalCount?: boolean | `@${string}`;
|
|
3568
|
-
hasMore?: boolean | `@${string}`;
|
|
3569
|
-
__typename?: boolean | `@${string}`;
|
|
3570
|
-
}>;
|
|
3571
3236
|
["FromGeneratedFile"]: AliasType<{
|
|
3572
3237
|
path?: boolean | `@${string}`;
|
|
3573
3238
|
content?: boolean | `@${string}`;
|
|
@@ -3615,30 +3280,13 @@ export type ResolverInputTypes = {
|
|
|
3615
3280
|
["PromptQualityResult"]: AliasType<{
|
|
3616
3281
|
score?: boolean | `@${string}`;
|
|
3617
3282
|
feedback?: boolean | `@${string}`;
|
|
3618
|
-
|
|
3283
|
+
understanding?: boolean | `@${string}`;
|
|
3619
3284
|
__typename?: boolean | `@${string}`;
|
|
3620
3285
|
}>;
|
|
3621
3286
|
["GenerateSessionTitleResult"]: AliasType<{
|
|
3622
3287
|
title?: boolean | `@${string}`;
|
|
3623
3288
|
__typename?: boolean | `@${string}`;
|
|
3624
3289
|
}>;
|
|
3625
|
-
["AexolAnalysis"]: AliasType<{
|
|
3626
|
-
hasDatabase?: boolean | `@${string}`;
|
|
3627
|
-
hasAPI?: boolean | `@${string}`;
|
|
3628
|
-
hasAuth?: boolean | `@${string}`;
|
|
3629
|
-
hasCRUD?: boolean | `@${string}`;
|
|
3630
|
-
complexity?: boolean | `@${string}`;
|
|
3631
|
-
types?: boolean | `@${string}`;
|
|
3632
|
-
capabilities?: ResolverInputTypes["Capability"];
|
|
3633
|
-
__typename?: boolean | `@${string}`;
|
|
3634
|
-
}>;
|
|
3635
|
-
["Capability"]: AliasType<{
|
|
3636
|
-
name?: boolean | `@${string}`;
|
|
3637
|
-
verb?: boolean | `@${string}`;
|
|
3638
|
-
action?: boolean | `@${string}`;
|
|
3639
|
-
context?: boolean | `@${string}`;
|
|
3640
|
-
__typename?: boolean | `@${string}`;
|
|
3641
|
-
}>;
|
|
3642
3290
|
["RegisterInput"]: {
|
|
3643
3291
|
email: string;
|
|
3644
3292
|
password: string;
|
|
@@ -3648,33 +3296,6 @@ export type ResolverInputTypes = {
|
|
|
3648
3296
|
email: string;
|
|
3649
3297
|
password: string;
|
|
3650
3298
|
};
|
|
3651
|
-
["ArtifactOptionsInput"]: {
|
|
3652
|
-
federated?: boolean | undefined | null;
|
|
3653
|
-
provider?: string | undefined | null;
|
|
3654
|
-
framework?: string | undefined | null;
|
|
3655
|
-
format?: string | undefined | null;
|
|
3656
|
-
sections?: Array<string> | undefined | null;
|
|
3657
|
-
};
|
|
3658
|
-
["AexolOptionsInput"]: {
|
|
3659
|
-
enabled: boolean;
|
|
3660
|
-
maxIterations?: number | undefined | null;
|
|
3661
|
-
threshold?: number | undefined | null;
|
|
3662
|
-
criteria?: string | undefined | null;
|
|
3663
|
-
steps?: Array<ResolverInputTypes["AexolStepInput"]> | undefined | null;
|
|
3664
|
-
};
|
|
3665
|
-
["AexolStep"]: AliasType<{
|
|
3666
|
-
model?: boolean | `@${string}`;
|
|
3667
|
-
evalModel?: boolean | `@${string}`;
|
|
3668
|
-
criteria?: boolean | `@${string}`;
|
|
3669
|
-
threshold?: boolean | `@${string}`;
|
|
3670
|
-
__typename?: boolean | `@${string}`;
|
|
3671
|
-
}>;
|
|
3672
|
-
["AexolStepInput"]: {
|
|
3673
|
-
model: string;
|
|
3674
|
-
evalModel?: string | undefined | null;
|
|
3675
|
-
criteria?: string | undefined | null;
|
|
3676
|
-
threshold?: number | undefined | null;
|
|
3677
|
-
};
|
|
3678
3299
|
["ToolFunction"]: AliasType<{
|
|
3679
3300
|
name?: boolean | `@${string}`;
|
|
3680
3301
|
description?: boolean | `@${string}`;
|
|
@@ -3686,27 +3307,6 @@ export type ResolverInputTypes = {
|
|
|
3686
3307
|
function?: ResolverInputTypes["ToolFunction"];
|
|
3687
3308
|
__typename?: boolean | `@${string}`;
|
|
3688
3309
|
}>;
|
|
3689
|
-
["InferenceCommandInput"]: {
|
|
3690
|
-
type: ResolverInputTypes["ArtifactType"];
|
|
3691
|
-
name: string;
|
|
3692
|
-
output: string;
|
|
3693
|
-
options?: ResolverInputTypes["ArtifactOptionsInput"] | undefined | null;
|
|
3694
|
-
guidance?: string | undefined | null;
|
|
3695
|
-
};
|
|
3696
|
-
["StartInferenceInput"]: {
|
|
3697
|
-
aexolContent: string;
|
|
3698
|
-
model: string;
|
|
3699
|
-
commands: Array<ResolverInputTypes["InferenceCommandInput"]>;
|
|
3700
|
-
outputDir?: string | undefined | null;
|
|
3701
|
-
continueOnError?: boolean | undefined | null;
|
|
3702
|
-
maxConcurrency?: number | undefined | null;
|
|
3703
|
-
teamId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3704
|
-
projectId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3705
|
-
aexol?: ResolverInputTypes["AexolOptionsInput"] | undefined | null;
|
|
3706
|
-
};
|
|
3707
|
-
["AnalyzeAexolInput"]: {
|
|
3708
|
-
content: string;
|
|
3709
|
-
};
|
|
3710
3310
|
["GenerateAexolFromTextInput"]: {
|
|
3711
3311
|
content: string;
|
|
3712
3312
|
model: string;
|
|
@@ -3714,17 +3314,6 @@ export type ResolverInputTypes = {
|
|
|
3714
3314
|
maxRetries?: number | undefined | null;
|
|
3715
3315
|
teamId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3716
3316
|
projectId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3717
|
-
aexol?: ResolverInputTypes["AexolOptionsInput"] | undefined | null;
|
|
3718
|
-
};
|
|
3719
|
-
["RefineInferenceArtifactInput"]: {
|
|
3720
|
-
sourceTaskId: ResolverInputTypes["ID"];
|
|
3721
|
-
commandName: string;
|
|
3722
|
-
refinementPrompt: string;
|
|
3723
|
-
model: string;
|
|
3724
|
-
teamId: ResolverInputTypes["ID"];
|
|
3725
|
-
contextArtifacts?: Array<string> | undefined | null;
|
|
3726
|
-
projectId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3727
|
-
aexol?: ResolverInputTypes["AexolOptionsInput"] | undefined | null;
|
|
3728
3317
|
};
|
|
3729
3318
|
["RefineFromTaskInput"]: {
|
|
3730
3319
|
sourceTaskId: ResolverInputTypes["ID"];
|
|
@@ -3733,7 +3322,6 @@ export type ResolverInputTypes = {
|
|
|
3733
3322
|
teamId: ResolverInputTypes["ID"];
|
|
3734
3323
|
maxRetries?: number | undefined | null;
|
|
3735
3324
|
projectId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3736
|
-
aexol?: ResolverInputTypes["AexolOptionsInput"] | undefined | null;
|
|
3737
3325
|
};
|
|
3738
3326
|
["RefineAexolContentInput"]: {
|
|
3739
3327
|
aexolContent: string;
|
|
@@ -3743,7 +3331,6 @@ export type ResolverInputTypes = {
|
|
|
3743
3331
|
guidance?: string | undefined | null;
|
|
3744
3332
|
maxRetries?: number | undefined | null;
|
|
3745
3333
|
projectId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3746
|
-
aexol?: ResolverInputTypes["AexolOptionsInput"] | undefined | null;
|
|
3747
3334
|
};
|
|
3748
3335
|
["CreateProjectInput"]: {
|
|
3749
3336
|
name: string;
|
|
@@ -3816,19 +3403,6 @@ export type ResolverInputTypes = {
|
|
|
3816
3403
|
projectId: ResolverInputTypes["ID"];
|
|
3817
3404
|
filter?: ResolverInputTypes["TeamUsageFilterInput"] | undefined | null;
|
|
3818
3405
|
}, ResolverInputTypes["ProjectUsage"]];
|
|
3819
|
-
task?: [{
|
|
3820
|
-
id: ResolverInputTypes["ID"];
|
|
3821
|
-
}, ResolverInputTypes["InferenceTask"]];
|
|
3822
|
-
tasks?: [{
|
|
3823
|
-
limit?: number | undefined | null;
|
|
3824
|
-
offset?: number | undefined | null;
|
|
3825
|
-
projectId?: ResolverInputTypes["ID"] | undefined | null;
|
|
3826
|
-
}, ResolverInputTypes["InferenceTask"]];
|
|
3827
|
-
projectInferenceTasks?: [{
|
|
3828
|
-
projectId: ResolverInputTypes["ID"];
|
|
3829
|
-
limit?: number | undefined | null;
|
|
3830
|
-
offset?: number | undefined | null;
|
|
3831
|
-
}, ResolverInputTypes["ProjectInferenceTasksResult"]];
|
|
3832
3406
|
fromTask?: [{
|
|
3833
3407
|
id: ResolverInputTypes["ID"];
|
|
3834
3408
|
}, ResolverInputTypes["FromTask"]];
|
|
@@ -3874,7 +3448,6 @@ export type ResolverInputTypes = {
|
|
|
3874
3448
|
topK?: number | undefined | null;
|
|
3875
3449
|
scoreThreshold?: number | undefined | null;
|
|
3876
3450
|
}, ResolverInputTypes["CloudSearchResult"]];
|
|
3877
|
-
artifactTypes?: boolean | `@${string}`;
|
|
3878
3451
|
builtInModels?: ResolverInputTypes["UserModel"];
|
|
3879
3452
|
availableBaseModels?: [{
|
|
3880
3453
|
teamId?: ResolverInputTypes["ID"] | undefined | null;
|
|
@@ -4227,12 +3800,6 @@ export type ResolverInputTypes = {
|
|
|
4227
3800
|
deleteProjectFile?: [{
|
|
4228
3801
|
id: ResolverInputTypes["ID"];
|
|
4229
3802
|
}, boolean | `@${string}`];
|
|
4230
|
-
startInference?: [{
|
|
4231
|
-
input: ResolverInputTypes["StartInferenceInput"];
|
|
4232
|
-
}, ResolverInputTypes["InferenceTask"]];
|
|
4233
|
-
cancelInference?: [{
|
|
4234
|
-
taskId: ResolverInputTypes["ID"];
|
|
4235
|
-
}, boolean | `@${string}`];
|
|
4236
3803
|
generateAexolFromText?: [{
|
|
4237
3804
|
input: ResolverInputTypes["GenerateAexolFromTextInput"];
|
|
4238
3805
|
}, ResolverInputTypes["FromTask"]];
|
|
@@ -4281,18 +3848,12 @@ export type ResolverInputTypes = {
|
|
|
4281
3848
|
id: ResolverInputTypes["ID"];
|
|
4282
3849
|
teamId: ResolverInputTypes["ID"];
|
|
4283
3850
|
}, boolean | `@${string}`];
|
|
4284
|
-
refineInferenceArtifact?: [{
|
|
4285
|
-
input: ResolverInputTypes["RefineInferenceArtifactInput"];
|
|
4286
|
-
}, ResolverInputTypes["InferenceTask"]];
|
|
4287
3851
|
refineFromTask?: [{
|
|
4288
3852
|
input: ResolverInputTypes["RefineFromTaskInput"];
|
|
4289
3853
|
}, ResolverInputTypes["FromTask"]];
|
|
4290
3854
|
refineAexolContent?: [{
|
|
4291
3855
|
input: ResolverInputTypes["RefineAexolContentInput"];
|
|
4292
3856
|
}, ResolverInputTypes["FromTask"]];
|
|
4293
|
-
analyzeAexol?: [{
|
|
4294
|
-
input: ResolverInputTypes["AnalyzeAexolInput"];
|
|
4295
|
-
}, ResolverInputTypes["AexolAnalysis"]];
|
|
4296
3857
|
evaluatePromptQuality?: [{
|
|
4297
3858
|
prompt: string;
|
|
4298
3859
|
lastResponse?: string | undefined | null;
|
|
@@ -4569,18 +4130,6 @@ export type ResolverInputTypes = {
|
|
|
4569
4130
|
}>;
|
|
4570
4131
|
["Subscription"]: AliasType<{
|
|
4571
4132
|
usageUpdated?: ResolverInputTypes["UsageUpdate"];
|
|
4572
|
-
inferenceProgress?: [{
|
|
4573
|
-
taskId: ResolverInputTypes["ID"];
|
|
4574
|
-
}, ResolverInputTypes["InferenceProgress"]];
|
|
4575
|
-
inferenceFileGenerated?: [{
|
|
4576
|
-
taskId: ResolverInputTypes["ID"];
|
|
4577
|
-
}, ResolverInputTypes["InferenceFileUpdate"]];
|
|
4578
|
-
inferenceCommandCompleted?: [{
|
|
4579
|
-
taskId: ResolverInputTypes["ID"];
|
|
4580
|
-
}, ResolverInputTypes["InferenceCommandUpdate"]];
|
|
4581
|
-
inferenceComplete?: [{
|
|
4582
|
-
taskId: ResolverInputTypes["ID"];
|
|
4583
|
-
}, ResolverInputTypes["InferenceComplete"]];
|
|
4584
4133
|
fromTaskProgress?: [{
|
|
4585
4134
|
taskId: ResolverInputTypes["ID"];
|
|
4586
4135
|
}, ResolverInputTypes["FromTaskProgress"]];
|
|
@@ -4609,8 +4158,6 @@ export type ResolverInputTypes = {
|
|
|
4609
4158
|
systemPrompt?: boolean | `@${string}`;
|
|
4610
4159
|
customBaseUrl?: boolean | `@${string}`;
|
|
4611
4160
|
customApiKey?: boolean | `@${string}`;
|
|
4612
|
-
aexolEnabled?: boolean | `@${string}`;
|
|
4613
|
-
aexolSteps?: ResolverInputTypes["AexolStep"];
|
|
4614
4161
|
tools?: ResolverInputTypes["Tool"];
|
|
4615
4162
|
endpoint?: boolean | `@${string}`;
|
|
4616
4163
|
isBuiltIn?: boolean | `@${string}`;
|
|
@@ -4722,8 +4269,6 @@ export type ResolverInputTypes = {
|
|
|
4722
4269
|
systemPrompt?: string | undefined | null;
|
|
4723
4270
|
customBaseUrl?: string | undefined | null;
|
|
4724
4271
|
customApiKey?: string | undefined | null;
|
|
4725
|
-
aexolEnabled?: boolean | undefined | null;
|
|
4726
|
-
aexolSteps?: Array<ResolverInputTypes["AexolStepInput"]> | undefined | null;
|
|
4727
4272
|
isDefault?: boolean | undefined | null;
|
|
4728
4273
|
isVisionDefault?: boolean | undefined | null;
|
|
4729
4274
|
supportsImages?: boolean | undefined | null;
|
|
@@ -4748,8 +4293,6 @@ export type ResolverInputTypes = {
|
|
|
4748
4293
|
systemPrompt?: string | undefined | null;
|
|
4749
4294
|
customBaseUrl?: string | undefined | null;
|
|
4750
4295
|
customApiKey?: string | undefined | null;
|
|
4751
|
-
aexolEnabled?: boolean | undefined | null;
|
|
4752
|
-
aexolSteps?: Array<ResolverInputTypes["AexolStepInput"]> | undefined | null;
|
|
4753
4296
|
isDefault?: boolean | undefined | null;
|
|
4754
4297
|
isVisionDefault?: boolean | undefined | null;
|
|
4755
4298
|
supportsImages?: boolean | undefined | null;
|
|
@@ -5485,7 +5028,7 @@ export type ModelTypes = {
|
|
|
5485
5028
|
activeUsers: number;
|
|
5486
5029
|
/** Average task generation duration in milliseconds (null if no completed tasks). */
|
|
5487
5030
|
avgDurationMs?: number | undefined | null;
|
|
5488
|
-
/** Number of subtasks
|
|
5031
|
+
/** Number of subtasks generated on this day. */
|
|
5489
5032
|
subtaskCount: number;
|
|
5490
5033
|
};
|
|
5491
5034
|
["DailyUsageByModelEntry"]: {
|
|
@@ -5578,7 +5121,6 @@ export type ModelTypes = {
|
|
|
5578
5121
|
access: ModelTypes["ProjectAccess"];
|
|
5579
5122
|
shares: Array<ModelTypes["ProjectShare"]>;
|
|
5580
5123
|
files: Array<ModelTypes["ProjectFile"]>;
|
|
5581
|
-
inferenceTasks: Array<ModelTypes["InferenceTask"]>;
|
|
5582
5124
|
fromTasks: Array<ModelTypes["FromTask"]>;
|
|
5583
5125
|
usage: ModelTypes["ProjectUsage"];
|
|
5584
5126
|
createdAt: ModelTypes["DateTime"];
|
|
@@ -5862,13 +5404,6 @@ export type ModelTypes = {
|
|
|
5862
5404
|
tags?: string | undefined | null;
|
|
5863
5405
|
};
|
|
5864
5406
|
["InferenceStatus"]: InferenceStatus;
|
|
5865
|
-
["ArtifactType"]: ArtifactType;
|
|
5866
|
-
["GeneratedFile"]: {
|
|
5867
|
-
path: string;
|
|
5868
|
-
content: string;
|
|
5869
|
-
description?: string | undefined | null;
|
|
5870
|
-
sizeKB: number;
|
|
5871
|
-
};
|
|
5872
5407
|
["TokenUsage"]: {
|
|
5873
5408
|
inputTokens?: ModelTypes["Long"] | undefined | null;
|
|
5874
5409
|
outputTokens?: ModelTypes["Long"] | undefined | null;
|
|
@@ -5884,88 +5419,6 @@ export type ModelTypes = {
|
|
|
5884
5419
|
teamId?: ModelTypes["ID"] | undefined | null;
|
|
5885
5420
|
updatedAt: ModelTypes["DateTime"];
|
|
5886
5421
|
};
|
|
5887
|
-
["InferenceCommand"]: {
|
|
5888
|
-
type: ModelTypes["ArtifactType"];
|
|
5889
|
-
name: string;
|
|
5890
|
-
output: string;
|
|
5891
|
-
};
|
|
5892
|
-
["InferenceCommandResult"]: {
|
|
5893
|
-
command: ModelTypes["InferenceCommand"];
|
|
5894
|
-
status: ModelTypes["InferenceStatus"];
|
|
5895
|
-
files: Array<ModelTypes["GeneratedFile"]>;
|
|
5896
|
-
error?: string | undefined | null;
|
|
5897
|
-
usage?: ModelTypes["TokenUsage"] | undefined | null;
|
|
5898
|
-
};
|
|
5899
|
-
["InferenceTask"]: {
|
|
5900
|
-
id: ModelTypes["ID"];
|
|
5901
|
-
status: ModelTypes["InferenceStatus"];
|
|
5902
|
-
model: string;
|
|
5903
|
-
aexolContent: string;
|
|
5904
|
-
commands: Array<ModelTypes["InferenceCommand"]>;
|
|
5905
|
-
results: Array<ModelTypes["InferenceCommandResult"]>;
|
|
5906
|
-
files: Array<ModelTypes["GeneratedFile"]>;
|
|
5907
|
-
setupInstructions?: string | undefined | null;
|
|
5908
|
-
reasoning?: string | undefined | null;
|
|
5909
|
-
usage?: ModelTypes["TokenUsage"] | undefined | null;
|
|
5910
|
-
error?: string | undefined | null;
|
|
5911
|
-
progress: number;
|
|
5912
|
-
project?: ModelTypes["Project"] | undefined | null;
|
|
5913
|
-
createdAt: ModelTypes["DateTime"];
|
|
5914
|
-
completedAt?: ModelTypes["DateTime"] | undefined | null;
|
|
5915
|
-
sourceTaskId?: ModelTypes["ID"] | undefined | null;
|
|
5916
|
-
isRefinement: boolean;
|
|
5917
|
-
refinementPrompt?: string | undefined | null;
|
|
5918
|
-
};
|
|
5919
|
-
["InferencePlannedCommand"]: {
|
|
5920
|
-
name: string;
|
|
5921
|
-
type: string;
|
|
5922
|
-
output: string;
|
|
5923
|
-
guidance?: string | undefined | null;
|
|
5924
|
-
status: ModelTypes["InferenceStatus"];
|
|
5925
|
-
index: number;
|
|
5926
|
-
startedAt?: ModelTypes["DateTime"] | undefined | null;
|
|
5927
|
-
completedAt?: ModelTypes["DateTime"] | undefined | null;
|
|
5928
|
-
error?: string | undefined | null;
|
|
5929
|
-
generatedFiles: Array<ModelTypes["GeneratedFile"]>;
|
|
5930
|
-
};
|
|
5931
|
-
["InferenceProgress"]: {
|
|
5932
|
-
taskId: ModelTypes["ID"];
|
|
5933
|
-
status: ModelTypes["InferenceStatus"];
|
|
5934
|
-
progress: number;
|
|
5935
|
-
currentFile?: string | undefined | null;
|
|
5936
|
-
currentCommand?: string | undefined | null;
|
|
5937
|
-
commandsCompleted: number;
|
|
5938
|
-
totalCommands: number;
|
|
5939
|
-
filesCompleted: number;
|
|
5940
|
-
totalFiles?: number | undefined | null;
|
|
5941
|
-
message?: string | undefined | null;
|
|
5942
|
-
phase?: string | undefined | null;
|
|
5943
|
-
startedAt?: ModelTypes["DateTime"] | undefined | null;
|
|
5944
|
-
updatedAt?: ModelTypes["DateTime"] | undefined | null;
|
|
5945
|
-
plannedCommands: Array<ModelTypes["InferencePlannedCommand"]>;
|
|
5946
|
-
};
|
|
5947
|
-
["InferenceFileUpdate"]: {
|
|
5948
|
-
taskId: ModelTypes["ID"];
|
|
5949
|
-
file: ModelTypes["GeneratedFile"];
|
|
5950
|
-
index: number;
|
|
5951
|
-
};
|
|
5952
|
-
["InferenceCommandUpdate"]: {
|
|
5953
|
-
taskId: ModelTypes["ID"];
|
|
5954
|
-
commandName: string;
|
|
5955
|
-
status: ModelTypes["InferenceStatus"];
|
|
5956
|
-
files: Array<ModelTypes["GeneratedFile"]>;
|
|
5957
|
-
error?: string | undefined | null;
|
|
5958
|
-
};
|
|
5959
|
-
["InferenceComplete"]: {
|
|
5960
|
-
taskId: ModelTypes["ID"];
|
|
5961
|
-
task: ModelTypes["InferenceTask"];
|
|
5962
|
-
};
|
|
5963
|
-
/** Result type for project inference tasks query with pagination info */
|
|
5964
|
-
["ProjectInferenceTasksResult"]: {
|
|
5965
|
-
tasks: Array<ModelTypes["InferenceTask"]>;
|
|
5966
|
-
totalCount: number;
|
|
5967
|
-
hasMore: boolean;
|
|
5968
|
-
};
|
|
5969
5422
|
["FromGeneratedFile"]: {
|
|
5970
5423
|
path: string;
|
|
5971
5424
|
content: string;
|
|
@@ -6009,26 +5462,11 @@ export type ModelTypes = {
|
|
|
6009
5462
|
["PromptQualityResult"]: {
|
|
6010
5463
|
score: number;
|
|
6011
5464
|
feedback?: string | undefined | null;
|
|
6012
|
-
|
|
5465
|
+
understanding: string;
|
|
6013
5466
|
};
|
|
6014
5467
|
["GenerateSessionTitleResult"]: {
|
|
6015
5468
|
title: string;
|
|
6016
5469
|
};
|
|
6017
|
-
["AexolAnalysis"]: {
|
|
6018
|
-
hasDatabase: boolean;
|
|
6019
|
-
hasAPI: boolean;
|
|
6020
|
-
hasAuth: boolean;
|
|
6021
|
-
hasCRUD: boolean;
|
|
6022
|
-
complexity: string;
|
|
6023
|
-
types: Array<string>;
|
|
6024
|
-
capabilities: Array<ModelTypes["Capability"]>;
|
|
6025
|
-
};
|
|
6026
|
-
["Capability"]: {
|
|
6027
|
-
name: string;
|
|
6028
|
-
verb: string;
|
|
6029
|
-
action: string;
|
|
6030
|
-
context?: string | undefined | null;
|
|
6031
|
-
};
|
|
6032
5470
|
["RegisterInput"]: {
|
|
6033
5471
|
email: string;
|
|
6034
5472
|
password: string;
|
|
@@ -6038,32 +5476,6 @@ export type ModelTypes = {
|
|
|
6038
5476
|
email: string;
|
|
6039
5477
|
password: string;
|
|
6040
5478
|
};
|
|
6041
|
-
["ArtifactOptionsInput"]: {
|
|
6042
|
-
federated?: boolean | undefined | null;
|
|
6043
|
-
provider?: string | undefined | null;
|
|
6044
|
-
framework?: string | undefined | null;
|
|
6045
|
-
format?: string | undefined | null;
|
|
6046
|
-
sections?: Array<string> | undefined | null;
|
|
6047
|
-
};
|
|
6048
|
-
["AexolOptionsInput"]: {
|
|
6049
|
-
enabled: boolean;
|
|
6050
|
-
maxIterations?: number | undefined | null;
|
|
6051
|
-
threshold?: number | undefined | null;
|
|
6052
|
-
criteria?: string | undefined | null;
|
|
6053
|
-
steps?: Array<ModelTypes["AexolStepInput"]> | undefined | null;
|
|
6054
|
-
};
|
|
6055
|
-
["AexolStep"]: {
|
|
6056
|
-
model: string;
|
|
6057
|
-
evalModel?: string | undefined | null;
|
|
6058
|
-
criteria?: string | undefined | null;
|
|
6059
|
-
threshold?: number | undefined | null;
|
|
6060
|
-
};
|
|
6061
|
-
["AexolStepInput"]: {
|
|
6062
|
-
model: string;
|
|
6063
|
-
evalModel?: string | undefined | null;
|
|
6064
|
-
criteria?: string | undefined | null;
|
|
6065
|
-
threshold?: number | undefined | null;
|
|
6066
|
-
};
|
|
6067
5479
|
["ToolFunction"]: {
|
|
6068
5480
|
name: string;
|
|
6069
5481
|
description?: string | undefined | null;
|
|
@@ -6073,27 +5485,6 @@ export type ModelTypes = {
|
|
|
6073
5485
|
type: string;
|
|
6074
5486
|
function: ModelTypes["ToolFunction"];
|
|
6075
5487
|
};
|
|
6076
|
-
["InferenceCommandInput"]: {
|
|
6077
|
-
type: ModelTypes["ArtifactType"];
|
|
6078
|
-
name: string;
|
|
6079
|
-
output: string;
|
|
6080
|
-
options?: ModelTypes["ArtifactOptionsInput"] | undefined | null;
|
|
6081
|
-
guidance?: string | undefined | null;
|
|
6082
|
-
};
|
|
6083
|
-
["StartInferenceInput"]: {
|
|
6084
|
-
aexolContent: string;
|
|
6085
|
-
model: string;
|
|
6086
|
-
commands: Array<ModelTypes["InferenceCommandInput"]>;
|
|
6087
|
-
outputDir?: string | undefined | null;
|
|
6088
|
-
continueOnError?: boolean | undefined | null;
|
|
6089
|
-
maxConcurrency?: number | undefined | null;
|
|
6090
|
-
teamId?: ModelTypes["ID"] | undefined | null;
|
|
6091
|
-
projectId?: ModelTypes["ID"] | undefined | null;
|
|
6092
|
-
aexol?: ModelTypes["AexolOptionsInput"] | undefined | null;
|
|
6093
|
-
};
|
|
6094
|
-
["AnalyzeAexolInput"]: {
|
|
6095
|
-
content: string;
|
|
6096
|
-
};
|
|
6097
5488
|
["GenerateAexolFromTextInput"]: {
|
|
6098
5489
|
content: string;
|
|
6099
5490
|
model: string;
|
|
@@ -6101,17 +5492,6 @@ export type ModelTypes = {
|
|
|
6101
5492
|
maxRetries?: number | undefined | null;
|
|
6102
5493
|
teamId?: ModelTypes["ID"] | undefined | null;
|
|
6103
5494
|
projectId?: ModelTypes["ID"] | undefined | null;
|
|
6104
|
-
aexol?: ModelTypes["AexolOptionsInput"] | undefined | null;
|
|
6105
|
-
};
|
|
6106
|
-
["RefineInferenceArtifactInput"]: {
|
|
6107
|
-
sourceTaskId: ModelTypes["ID"];
|
|
6108
|
-
commandName: string;
|
|
6109
|
-
refinementPrompt: string;
|
|
6110
|
-
model: string;
|
|
6111
|
-
teamId: ModelTypes["ID"];
|
|
6112
|
-
contextArtifacts?: Array<string> | undefined | null;
|
|
6113
|
-
projectId?: ModelTypes["ID"] | undefined | null;
|
|
6114
|
-
aexol?: ModelTypes["AexolOptionsInput"] | undefined | null;
|
|
6115
5495
|
};
|
|
6116
5496
|
["RefineFromTaskInput"]: {
|
|
6117
5497
|
sourceTaskId: ModelTypes["ID"];
|
|
@@ -6120,7 +5500,6 @@ export type ModelTypes = {
|
|
|
6120
5500
|
teamId: ModelTypes["ID"];
|
|
6121
5501
|
maxRetries?: number | undefined | null;
|
|
6122
5502
|
projectId?: ModelTypes["ID"] | undefined | null;
|
|
6123
|
-
aexol?: ModelTypes["AexolOptionsInput"] | undefined | null;
|
|
6124
5503
|
};
|
|
6125
5504
|
["RefineAexolContentInput"]: {
|
|
6126
5505
|
aexolContent: string;
|
|
@@ -6130,7 +5509,6 @@ export type ModelTypes = {
|
|
|
6130
5509
|
guidance?: string | undefined | null;
|
|
6131
5510
|
maxRetries?: number | undefined | null;
|
|
6132
5511
|
projectId?: ModelTypes["ID"] | undefined | null;
|
|
6133
|
-
aexol?: ModelTypes["AexolOptionsInput"] | undefined | null;
|
|
6134
5512
|
};
|
|
6135
5513
|
["CreateProjectInput"]: {
|
|
6136
5514
|
name: string;
|
|
@@ -6173,10 +5551,6 @@ export type ModelTypes = {
|
|
|
6173
5551
|
project?: ModelTypes["Project"] | undefined | null;
|
|
6174
5552
|
projects: Array<ModelTypes["Project"]>;
|
|
6175
5553
|
projectUsage: ModelTypes["ProjectUsage"];
|
|
6176
|
-
task?: ModelTypes["InferenceTask"] | undefined | null;
|
|
6177
|
-
tasks: Array<ModelTypes["InferenceTask"]>;
|
|
6178
|
-
/** Get inference tasks for a specific project with pagination info */
|
|
6179
|
-
projectInferenceTasks: ModelTypes["ProjectInferenceTasksResult"];
|
|
6180
5554
|
fromTask?: ModelTypes["FromTask"] | undefined | null;
|
|
6181
5555
|
fromTasks: Array<ModelTypes["FromTask"]>;
|
|
6182
5556
|
presets: Array<ModelTypes["Preset"]>;
|
|
@@ -6186,7 +5560,6 @@ export type ModelTypes = {
|
|
|
6186
5560
|
cloudDocument?: ModelTypes["CloudDocument"] | undefined | null;
|
|
6187
5561
|
cloudDocuments: Array<ModelTypes["CloudDocument"]>;
|
|
6188
5562
|
cloudSearch: Array<ModelTypes["CloudSearchResult"]>;
|
|
6189
|
-
artifactTypes: Array<ModelTypes["ArtifactType"]>;
|
|
6190
5563
|
builtInModels: Array<ModelTypes["UserModel"]>;
|
|
6191
5564
|
availableBaseModels: Array<ModelTypes["BaseModelInfo"]>;
|
|
6192
5565
|
availableAgentModels: Array<ModelTypes["BaseModelInfo"]>;
|
|
@@ -6287,8 +5660,6 @@ export type ModelTypes = {
|
|
|
6287
5660
|
createProjectFile: ModelTypes["ProjectFile"];
|
|
6288
5661
|
updateProjectFile: ModelTypes["ProjectFile"];
|
|
6289
5662
|
deleteProjectFile: boolean;
|
|
6290
|
-
startInference: ModelTypes["InferenceTask"];
|
|
6291
|
-
cancelInference: boolean;
|
|
6292
5663
|
generateAexolFromText: ModelTypes["FromTask"];
|
|
6293
5664
|
cancelFromTask: boolean;
|
|
6294
5665
|
ingestCloudDocument: ModelTypes["CloudDocument"];
|
|
@@ -6301,10 +5672,8 @@ export type ModelTypes = {
|
|
|
6301
5672
|
createAgent: ModelTypes["Agent"];
|
|
6302
5673
|
updateAgent: ModelTypes["Agent"];
|
|
6303
5674
|
deleteAgent: boolean;
|
|
6304
|
-
refineInferenceArtifact: ModelTypes["InferenceTask"];
|
|
6305
5675
|
refineFromTask: ModelTypes["FromTask"];
|
|
6306
5676
|
refineAexolContent: ModelTypes["FromTask"];
|
|
6307
|
-
analyzeAexol: ModelTypes["AexolAnalysis"];
|
|
6308
5677
|
evaluatePromptQuality: ModelTypes["PromptQualityResult"];
|
|
6309
5678
|
generatePromptAlternatives: Array<string>;
|
|
6310
5679
|
setUsername: ModelTypes["User"];
|
|
@@ -6383,10 +5752,6 @@ export type ModelTypes = {
|
|
|
6383
5752
|
};
|
|
6384
5753
|
["Subscription"]: {
|
|
6385
5754
|
usageUpdated?: ModelTypes["UsageUpdate"] | undefined | null;
|
|
6386
|
-
inferenceProgress?: ModelTypes["InferenceProgress"] | undefined | null;
|
|
6387
|
-
inferenceFileGenerated?: ModelTypes["InferenceFileUpdate"] | undefined | null;
|
|
6388
|
-
inferenceCommandCompleted?: ModelTypes["InferenceCommandUpdate"] | undefined | null;
|
|
6389
|
-
inferenceComplete?: ModelTypes["InferenceComplete"] | undefined | null;
|
|
6390
5755
|
fromTaskProgress?: ModelTypes["FromTaskProgress"] | undefined | null;
|
|
6391
5756
|
fromTaskComplete?: ModelTypes["FromTaskComplete"] | undefined | null;
|
|
6392
5757
|
fineTuneJobProgress?: ModelTypes["FineTuneJobEvent"] | undefined | null;
|
|
@@ -6406,8 +5771,6 @@ export type ModelTypes = {
|
|
|
6406
5771
|
systemPrompt?: string | undefined | null;
|
|
6407
5772
|
customBaseUrl?: string | undefined | null;
|
|
6408
5773
|
customApiKey?: string | undefined | null;
|
|
6409
|
-
aexolEnabled: boolean;
|
|
6410
|
-
aexolSteps?: Array<ModelTypes["AexolStep"]> | undefined | null;
|
|
6411
5774
|
tools?: Array<ModelTypes["Tool"]> | undefined | null;
|
|
6412
5775
|
endpoint?: string | undefined | null;
|
|
6413
5776
|
isBuiltIn: boolean;
|
|
@@ -6514,8 +5877,6 @@ export type ModelTypes = {
|
|
|
6514
5877
|
systemPrompt?: string | undefined | null;
|
|
6515
5878
|
customBaseUrl?: string | undefined | null;
|
|
6516
5879
|
customApiKey?: string | undefined | null;
|
|
6517
|
-
aexolEnabled?: boolean | undefined | null;
|
|
6518
|
-
aexolSteps?: Array<ModelTypes["AexolStepInput"]> | undefined | null;
|
|
6519
5880
|
isDefault?: boolean | undefined | null;
|
|
6520
5881
|
isVisionDefault?: boolean | undefined | null;
|
|
6521
5882
|
supportsImages?: boolean | undefined | null;
|
|
@@ -6540,8 +5901,6 @@ export type ModelTypes = {
|
|
|
6540
5901
|
systemPrompt?: string | undefined | null;
|
|
6541
5902
|
customBaseUrl?: string | undefined | null;
|
|
6542
5903
|
customApiKey?: string | undefined | null;
|
|
6543
|
-
aexolEnabled?: boolean | undefined | null;
|
|
6544
|
-
aexolSteps?: Array<ModelTypes["AexolStepInput"]> | undefined | null;
|
|
6545
5904
|
isDefault?: boolean | undefined | null;
|
|
6546
5905
|
isVisionDefault?: boolean | undefined | null;
|
|
6547
5906
|
supportsImages?: boolean | undefined | null;
|
|
@@ -7281,7 +6640,7 @@ export type GraphQLTypes = {
|
|
|
7281
6640
|
activeUsers: number;
|
|
7282
6641
|
/** Average task generation duration in milliseconds (null if no completed tasks). */
|
|
7283
6642
|
avgDurationMs?: number | undefined | null;
|
|
7284
|
-
/** Number of subtasks
|
|
6643
|
+
/** Number of subtasks generated on this day. */
|
|
7285
6644
|
subtaskCount: number;
|
|
7286
6645
|
['...on DailyUsageEntry']: Omit<GraphQLTypes["DailyUsageEntry"], "...on DailyUsageEntry">;
|
|
7287
6646
|
};
|
|
@@ -7390,7 +6749,6 @@ export type GraphQLTypes = {
|
|
|
7390
6749
|
access: GraphQLTypes["ProjectAccess"];
|
|
7391
6750
|
shares: Array<GraphQLTypes["ProjectShare"]>;
|
|
7392
6751
|
files: Array<GraphQLTypes["ProjectFile"]>;
|
|
7393
|
-
inferenceTasks: Array<GraphQLTypes["InferenceTask"]>;
|
|
7394
6752
|
fromTasks: Array<GraphQLTypes["FromTask"]>;
|
|
7395
6753
|
usage: GraphQLTypes["ProjectUsage"];
|
|
7396
6754
|
createdAt: GraphQLTypes["DateTime"];
|
|
@@ -7701,15 +7059,6 @@ export type GraphQLTypes = {
|
|
|
7701
7059
|
tags?: string | undefined | null;
|
|
7702
7060
|
};
|
|
7703
7061
|
["InferenceStatus"]: InferenceStatus;
|
|
7704
|
-
["ArtifactType"]: ArtifactType;
|
|
7705
|
-
["GeneratedFile"]: {
|
|
7706
|
-
__typename: "GeneratedFile";
|
|
7707
|
-
path: string;
|
|
7708
|
-
content: string;
|
|
7709
|
-
description?: string | undefined | null;
|
|
7710
|
-
sizeKB: number;
|
|
7711
|
-
['...on GeneratedFile']: Omit<GraphQLTypes["GeneratedFile"], "...on GeneratedFile">;
|
|
7712
|
-
};
|
|
7713
7062
|
["TokenUsage"]: {
|
|
7714
7063
|
__typename: "TokenUsage";
|
|
7715
7064
|
inputTokens?: GraphQLTypes["Long"] | undefined | null;
|
|
@@ -7729,106 +7078,6 @@ export type GraphQLTypes = {
|
|
|
7729
7078
|
updatedAt: GraphQLTypes["DateTime"];
|
|
7730
7079
|
['...on UsageUpdate']: Omit<GraphQLTypes["UsageUpdate"], "...on UsageUpdate">;
|
|
7731
7080
|
};
|
|
7732
|
-
["InferenceCommand"]: {
|
|
7733
|
-
__typename: "InferenceCommand";
|
|
7734
|
-
type: GraphQLTypes["ArtifactType"];
|
|
7735
|
-
name: string;
|
|
7736
|
-
output: string;
|
|
7737
|
-
['...on InferenceCommand']: Omit<GraphQLTypes["InferenceCommand"], "...on InferenceCommand">;
|
|
7738
|
-
};
|
|
7739
|
-
["InferenceCommandResult"]: {
|
|
7740
|
-
__typename: "InferenceCommandResult";
|
|
7741
|
-
command: GraphQLTypes["InferenceCommand"];
|
|
7742
|
-
status: GraphQLTypes["InferenceStatus"];
|
|
7743
|
-
files: Array<GraphQLTypes["GeneratedFile"]>;
|
|
7744
|
-
error?: string | undefined | null;
|
|
7745
|
-
usage?: GraphQLTypes["TokenUsage"] | undefined | null;
|
|
7746
|
-
['...on InferenceCommandResult']: Omit<GraphQLTypes["InferenceCommandResult"], "...on InferenceCommandResult">;
|
|
7747
|
-
};
|
|
7748
|
-
["InferenceTask"]: {
|
|
7749
|
-
__typename: "InferenceTask";
|
|
7750
|
-
id: GraphQLTypes["ID"];
|
|
7751
|
-
status: GraphQLTypes["InferenceStatus"];
|
|
7752
|
-
model: string;
|
|
7753
|
-
aexolContent: string;
|
|
7754
|
-
commands: Array<GraphQLTypes["InferenceCommand"]>;
|
|
7755
|
-
results: Array<GraphQLTypes["InferenceCommandResult"]>;
|
|
7756
|
-
files: Array<GraphQLTypes["GeneratedFile"]>;
|
|
7757
|
-
setupInstructions?: string | undefined | null;
|
|
7758
|
-
reasoning?: string | undefined | null;
|
|
7759
|
-
usage?: GraphQLTypes["TokenUsage"] | undefined | null;
|
|
7760
|
-
error?: string | undefined | null;
|
|
7761
|
-
progress: number;
|
|
7762
|
-
project?: GraphQLTypes["Project"] | undefined | null;
|
|
7763
|
-
createdAt: GraphQLTypes["DateTime"];
|
|
7764
|
-
completedAt?: GraphQLTypes["DateTime"] | undefined | null;
|
|
7765
|
-
sourceTaskId?: GraphQLTypes["ID"] | undefined | null;
|
|
7766
|
-
isRefinement: boolean;
|
|
7767
|
-
refinementPrompt?: string | undefined | null;
|
|
7768
|
-
['...on InferenceTask']: Omit<GraphQLTypes["InferenceTask"], "...on InferenceTask">;
|
|
7769
|
-
};
|
|
7770
|
-
["InferencePlannedCommand"]: {
|
|
7771
|
-
__typename: "InferencePlannedCommand";
|
|
7772
|
-
name: string;
|
|
7773
|
-
type: string;
|
|
7774
|
-
output: string;
|
|
7775
|
-
guidance?: string | undefined | null;
|
|
7776
|
-
status: GraphQLTypes["InferenceStatus"];
|
|
7777
|
-
index: number;
|
|
7778
|
-
startedAt?: GraphQLTypes["DateTime"] | undefined | null;
|
|
7779
|
-
completedAt?: GraphQLTypes["DateTime"] | undefined | null;
|
|
7780
|
-
error?: string | undefined | null;
|
|
7781
|
-
generatedFiles: Array<GraphQLTypes["GeneratedFile"]>;
|
|
7782
|
-
['...on InferencePlannedCommand']: Omit<GraphQLTypes["InferencePlannedCommand"], "...on InferencePlannedCommand">;
|
|
7783
|
-
};
|
|
7784
|
-
["InferenceProgress"]: {
|
|
7785
|
-
__typename: "InferenceProgress";
|
|
7786
|
-
taskId: GraphQLTypes["ID"];
|
|
7787
|
-
status: GraphQLTypes["InferenceStatus"];
|
|
7788
|
-
progress: number;
|
|
7789
|
-
currentFile?: string | undefined | null;
|
|
7790
|
-
currentCommand?: string | undefined | null;
|
|
7791
|
-
commandsCompleted: number;
|
|
7792
|
-
totalCommands: number;
|
|
7793
|
-
filesCompleted: number;
|
|
7794
|
-
totalFiles?: number | undefined | null;
|
|
7795
|
-
message?: string | undefined | null;
|
|
7796
|
-
phase?: string | undefined | null;
|
|
7797
|
-
startedAt?: GraphQLTypes["DateTime"] | undefined | null;
|
|
7798
|
-
updatedAt?: GraphQLTypes["DateTime"] | undefined | null;
|
|
7799
|
-
plannedCommands: Array<GraphQLTypes["InferencePlannedCommand"]>;
|
|
7800
|
-
['...on InferenceProgress']: Omit<GraphQLTypes["InferenceProgress"], "...on InferenceProgress">;
|
|
7801
|
-
};
|
|
7802
|
-
["InferenceFileUpdate"]: {
|
|
7803
|
-
__typename: "InferenceFileUpdate";
|
|
7804
|
-
taskId: GraphQLTypes["ID"];
|
|
7805
|
-
file: GraphQLTypes["GeneratedFile"];
|
|
7806
|
-
index: number;
|
|
7807
|
-
['...on InferenceFileUpdate']: Omit<GraphQLTypes["InferenceFileUpdate"], "...on InferenceFileUpdate">;
|
|
7808
|
-
};
|
|
7809
|
-
["InferenceCommandUpdate"]: {
|
|
7810
|
-
__typename: "InferenceCommandUpdate";
|
|
7811
|
-
taskId: GraphQLTypes["ID"];
|
|
7812
|
-
commandName: string;
|
|
7813
|
-
status: GraphQLTypes["InferenceStatus"];
|
|
7814
|
-
files: Array<GraphQLTypes["GeneratedFile"]>;
|
|
7815
|
-
error?: string | undefined | null;
|
|
7816
|
-
['...on InferenceCommandUpdate']: Omit<GraphQLTypes["InferenceCommandUpdate"], "...on InferenceCommandUpdate">;
|
|
7817
|
-
};
|
|
7818
|
-
["InferenceComplete"]: {
|
|
7819
|
-
__typename: "InferenceComplete";
|
|
7820
|
-
taskId: GraphQLTypes["ID"];
|
|
7821
|
-
task: GraphQLTypes["InferenceTask"];
|
|
7822
|
-
['...on InferenceComplete']: Omit<GraphQLTypes["InferenceComplete"], "...on InferenceComplete">;
|
|
7823
|
-
};
|
|
7824
|
-
/** Result type for project inference tasks query with pagination info */
|
|
7825
|
-
["ProjectInferenceTasksResult"]: {
|
|
7826
|
-
__typename: "ProjectInferenceTasksResult";
|
|
7827
|
-
tasks: Array<GraphQLTypes["InferenceTask"]>;
|
|
7828
|
-
totalCount: number;
|
|
7829
|
-
hasMore: boolean;
|
|
7830
|
-
['...on ProjectInferenceTasksResult']: Omit<GraphQLTypes["ProjectInferenceTasksResult"], "...on ProjectInferenceTasksResult">;
|
|
7831
|
-
};
|
|
7832
7081
|
["FromGeneratedFile"]: {
|
|
7833
7082
|
__typename: "FromGeneratedFile";
|
|
7834
7083
|
path: string;
|
|
@@ -7881,7 +7130,7 @@ export type GraphQLTypes = {
|
|
|
7881
7130
|
__typename: "PromptQualityResult";
|
|
7882
7131
|
score: number;
|
|
7883
7132
|
feedback?: string | undefined | null;
|
|
7884
|
-
|
|
7133
|
+
understanding: string;
|
|
7885
7134
|
['...on PromptQualityResult']: Omit<GraphQLTypes["PromptQualityResult"], "...on PromptQualityResult">;
|
|
7886
7135
|
};
|
|
7887
7136
|
["GenerateSessionTitleResult"]: {
|
|
@@ -7889,25 +7138,6 @@ export type GraphQLTypes = {
|
|
|
7889
7138
|
title: string;
|
|
7890
7139
|
['...on GenerateSessionTitleResult']: Omit<GraphQLTypes["GenerateSessionTitleResult"], "...on GenerateSessionTitleResult">;
|
|
7891
7140
|
};
|
|
7892
|
-
["AexolAnalysis"]: {
|
|
7893
|
-
__typename: "AexolAnalysis";
|
|
7894
|
-
hasDatabase: boolean;
|
|
7895
|
-
hasAPI: boolean;
|
|
7896
|
-
hasAuth: boolean;
|
|
7897
|
-
hasCRUD: boolean;
|
|
7898
|
-
complexity: string;
|
|
7899
|
-
types: Array<string>;
|
|
7900
|
-
capabilities: Array<GraphQLTypes["Capability"]>;
|
|
7901
|
-
['...on AexolAnalysis']: Omit<GraphQLTypes["AexolAnalysis"], "...on AexolAnalysis">;
|
|
7902
|
-
};
|
|
7903
|
-
["Capability"]: {
|
|
7904
|
-
__typename: "Capability";
|
|
7905
|
-
name: string;
|
|
7906
|
-
verb: string;
|
|
7907
|
-
action: string;
|
|
7908
|
-
context?: string | undefined | null;
|
|
7909
|
-
['...on Capability']: Omit<GraphQLTypes["Capability"], "...on Capability">;
|
|
7910
|
-
};
|
|
7911
7141
|
["RegisterInput"]: {
|
|
7912
7142
|
email: string;
|
|
7913
7143
|
password: string;
|
|
@@ -7917,34 +7147,6 @@ export type GraphQLTypes = {
|
|
|
7917
7147
|
email: string;
|
|
7918
7148
|
password: string;
|
|
7919
7149
|
};
|
|
7920
|
-
["ArtifactOptionsInput"]: {
|
|
7921
|
-
federated?: boolean | undefined | null;
|
|
7922
|
-
provider?: string | undefined | null;
|
|
7923
|
-
framework?: string | undefined | null;
|
|
7924
|
-
format?: string | undefined | null;
|
|
7925
|
-
sections?: Array<string> | undefined | null;
|
|
7926
|
-
};
|
|
7927
|
-
["AexolOptionsInput"]: {
|
|
7928
|
-
enabled: boolean;
|
|
7929
|
-
maxIterations?: number | undefined | null;
|
|
7930
|
-
threshold?: number | undefined | null;
|
|
7931
|
-
criteria?: string | undefined | null;
|
|
7932
|
-
steps?: Array<GraphQLTypes["AexolStepInput"]> | undefined | null;
|
|
7933
|
-
};
|
|
7934
|
-
["AexolStep"]: {
|
|
7935
|
-
__typename: "AexolStep";
|
|
7936
|
-
model: string;
|
|
7937
|
-
evalModel?: string | undefined | null;
|
|
7938
|
-
criteria?: string | undefined | null;
|
|
7939
|
-
threshold?: number | undefined | null;
|
|
7940
|
-
['...on AexolStep']: Omit<GraphQLTypes["AexolStep"], "...on AexolStep">;
|
|
7941
|
-
};
|
|
7942
|
-
["AexolStepInput"]: {
|
|
7943
|
-
model: string;
|
|
7944
|
-
evalModel?: string | undefined | null;
|
|
7945
|
-
criteria?: string | undefined | null;
|
|
7946
|
-
threshold?: number | undefined | null;
|
|
7947
|
-
};
|
|
7948
7150
|
["ToolFunction"]: {
|
|
7949
7151
|
__typename: "ToolFunction";
|
|
7950
7152
|
name: string;
|
|
@@ -7958,27 +7160,6 @@ export type GraphQLTypes = {
|
|
|
7958
7160
|
function: GraphQLTypes["ToolFunction"];
|
|
7959
7161
|
['...on Tool']: Omit<GraphQLTypes["Tool"], "...on Tool">;
|
|
7960
7162
|
};
|
|
7961
|
-
["InferenceCommandInput"]: {
|
|
7962
|
-
type: GraphQLTypes["ArtifactType"];
|
|
7963
|
-
name: string;
|
|
7964
|
-
output: string;
|
|
7965
|
-
options?: GraphQLTypes["ArtifactOptionsInput"] | undefined | null;
|
|
7966
|
-
guidance?: string | undefined | null;
|
|
7967
|
-
};
|
|
7968
|
-
["StartInferenceInput"]: {
|
|
7969
|
-
aexolContent: string;
|
|
7970
|
-
model: string;
|
|
7971
|
-
commands: Array<GraphQLTypes["InferenceCommandInput"]>;
|
|
7972
|
-
outputDir?: string | undefined | null;
|
|
7973
|
-
continueOnError?: boolean | undefined | null;
|
|
7974
|
-
maxConcurrency?: number | undefined | null;
|
|
7975
|
-
teamId?: GraphQLTypes["ID"] | undefined | null;
|
|
7976
|
-
projectId?: GraphQLTypes["ID"] | undefined | null;
|
|
7977
|
-
aexol?: GraphQLTypes["AexolOptionsInput"] | undefined | null;
|
|
7978
|
-
};
|
|
7979
|
-
["AnalyzeAexolInput"]: {
|
|
7980
|
-
content: string;
|
|
7981
|
-
};
|
|
7982
7163
|
["GenerateAexolFromTextInput"]: {
|
|
7983
7164
|
content: string;
|
|
7984
7165
|
model: string;
|
|
@@ -7986,17 +7167,6 @@ export type GraphQLTypes = {
|
|
|
7986
7167
|
maxRetries?: number | undefined | null;
|
|
7987
7168
|
teamId?: GraphQLTypes["ID"] | undefined | null;
|
|
7988
7169
|
projectId?: GraphQLTypes["ID"] | undefined | null;
|
|
7989
|
-
aexol?: GraphQLTypes["AexolOptionsInput"] | undefined | null;
|
|
7990
|
-
};
|
|
7991
|
-
["RefineInferenceArtifactInput"]: {
|
|
7992
|
-
sourceTaskId: GraphQLTypes["ID"];
|
|
7993
|
-
commandName: string;
|
|
7994
|
-
refinementPrompt: string;
|
|
7995
|
-
model: string;
|
|
7996
|
-
teamId: GraphQLTypes["ID"];
|
|
7997
|
-
contextArtifacts?: Array<string> | undefined | null;
|
|
7998
|
-
projectId?: GraphQLTypes["ID"] | undefined | null;
|
|
7999
|
-
aexol?: GraphQLTypes["AexolOptionsInput"] | undefined | null;
|
|
8000
7170
|
};
|
|
8001
7171
|
["RefineFromTaskInput"]: {
|
|
8002
7172
|
sourceTaskId: GraphQLTypes["ID"];
|
|
@@ -8005,7 +7175,6 @@ export type GraphQLTypes = {
|
|
|
8005
7175
|
teamId: GraphQLTypes["ID"];
|
|
8006
7176
|
maxRetries?: number | undefined | null;
|
|
8007
7177
|
projectId?: GraphQLTypes["ID"] | undefined | null;
|
|
8008
|
-
aexol?: GraphQLTypes["AexolOptionsInput"] | undefined | null;
|
|
8009
7178
|
};
|
|
8010
7179
|
["RefineAexolContentInput"]: {
|
|
8011
7180
|
aexolContent: string;
|
|
@@ -8015,7 +7184,6 @@ export type GraphQLTypes = {
|
|
|
8015
7184
|
guidance?: string | undefined | null;
|
|
8016
7185
|
maxRetries?: number | undefined | null;
|
|
8017
7186
|
projectId?: GraphQLTypes["ID"] | undefined | null;
|
|
8018
|
-
aexol?: GraphQLTypes["AexolOptionsInput"] | undefined | null;
|
|
8019
7187
|
};
|
|
8020
7188
|
["CreateProjectInput"]: {
|
|
8021
7189
|
name: string;
|
|
@@ -8059,10 +7227,6 @@ export type GraphQLTypes = {
|
|
|
8059
7227
|
project?: GraphQLTypes["Project"] | undefined | null;
|
|
8060
7228
|
projects: Array<GraphQLTypes["Project"]>;
|
|
8061
7229
|
projectUsage: GraphQLTypes["ProjectUsage"];
|
|
8062
|
-
task?: GraphQLTypes["InferenceTask"] | undefined | null;
|
|
8063
|
-
tasks: Array<GraphQLTypes["InferenceTask"]>;
|
|
8064
|
-
/** Get inference tasks for a specific project with pagination info */
|
|
8065
|
-
projectInferenceTasks: GraphQLTypes["ProjectInferenceTasksResult"];
|
|
8066
7230
|
fromTask?: GraphQLTypes["FromTask"] | undefined | null;
|
|
8067
7231
|
fromTasks: Array<GraphQLTypes["FromTask"]>;
|
|
8068
7232
|
presets: Array<GraphQLTypes["Preset"]>;
|
|
@@ -8072,7 +7236,6 @@ export type GraphQLTypes = {
|
|
|
8072
7236
|
cloudDocument?: GraphQLTypes["CloudDocument"] | undefined | null;
|
|
8073
7237
|
cloudDocuments: Array<GraphQLTypes["CloudDocument"]>;
|
|
8074
7238
|
cloudSearch: Array<GraphQLTypes["CloudSearchResult"]>;
|
|
8075
|
-
artifactTypes: Array<GraphQLTypes["ArtifactType"]>;
|
|
8076
7239
|
builtInModels: Array<GraphQLTypes["UserModel"]>;
|
|
8077
7240
|
availableBaseModels: Array<GraphQLTypes["BaseModelInfo"]>;
|
|
8078
7241
|
availableAgentModels: Array<GraphQLTypes["BaseModelInfo"]>;
|
|
@@ -8175,8 +7338,6 @@ export type GraphQLTypes = {
|
|
|
8175
7338
|
createProjectFile: GraphQLTypes["ProjectFile"];
|
|
8176
7339
|
updateProjectFile: GraphQLTypes["ProjectFile"];
|
|
8177
7340
|
deleteProjectFile: boolean;
|
|
8178
|
-
startInference: GraphQLTypes["InferenceTask"];
|
|
8179
|
-
cancelInference: boolean;
|
|
8180
7341
|
generateAexolFromText: GraphQLTypes["FromTask"];
|
|
8181
7342
|
cancelFromTask: boolean;
|
|
8182
7343
|
ingestCloudDocument: GraphQLTypes["CloudDocument"];
|
|
@@ -8189,10 +7350,8 @@ export type GraphQLTypes = {
|
|
|
8189
7350
|
createAgent: GraphQLTypes["Agent"];
|
|
8190
7351
|
updateAgent: GraphQLTypes["Agent"];
|
|
8191
7352
|
deleteAgent: boolean;
|
|
8192
|
-
refineInferenceArtifact: GraphQLTypes["InferenceTask"];
|
|
8193
7353
|
refineFromTask: GraphQLTypes["FromTask"];
|
|
8194
7354
|
refineAexolContent: GraphQLTypes["FromTask"];
|
|
8195
|
-
analyzeAexol: GraphQLTypes["AexolAnalysis"];
|
|
8196
7355
|
evaluatePromptQuality: GraphQLTypes["PromptQualityResult"];
|
|
8197
7356
|
generatePromptAlternatives: Array<string>;
|
|
8198
7357
|
setUsername: GraphQLTypes["User"];
|
|
@@ -8273,10 +7432,6 @@ export type GraphQLTypes = {
|
|
|
8273
7432
|
["Subscription"]: {
|
|
8274
7433
|
__typename: "Subscription";
|
|
8275
7434
|
usageUpdated?: GraphQLTypes["UsageUpdate"] | undefined | null;
|
|
8276
|
-
inferenceProgress?: GraphQLTypes["InferenceProgress"] | undefined | null;
|
|
8277
|
-
inferenceFileGenerated?: GraphQLTypes["InferenceFileUpdate"] | undefined | null;
|
|
8278
|
-
inferenceCommandCompleted?: GraphQLTypes["InferenceCommandUpdate"] | undefined | null;
|
|
8279
|
-
inferenceComplete?: GraphQLTypes["InferenceComplete"] | undefined | null;
|
|
8280
7435
|
fromTaskProgress?: GraphQLTypes["FromTaskProgress"] | undefined | null;
|
|
8281
7436
|
fromTaskComplete?: GraphQLTypes["FromTaskComplete"] | undefined | null;
|
|
8282
7437
|
fineTuneJobProgress?: GraphQLTypes["FineTuneJobEvent"] | undefined | null;
|
|
@@ -8304,8 +7459,6 @@ export type GraphQLTypes = {
|
|
|
8304
7459
|
systemPrompt?: string | undefined | null;
|
|
8305
7460
|
customBaseUrl?: string | undefined | null;
|
|
8306
7461
|
customApiKey?: string | undefined | null;
|
|
8307
|
-
aexolEnabled: boolean;
|
|
8308
|
-
aexolSteps?: Array<GraphQLTypes["AexolStep"]> | undefined | null;
|
|
8309
7462
|
tools?: Array<GraphQLTypes["Tool"]> | undefined | null;
|
|
8310
7463
|
endpoint?: string | undefined | null;
|
|
8311
7464
|
isBuiltIn: boolean;
|
|
@@ -8421,8 +7574,6 @@ export type GraphQLTypes = {
|
|
|
8421
7574
|
systemPrompt?: string | undefined | null;
|
|
8422
7575
|
customBaseUrl?: string | undefined | null;
|
|
8423
7576
|
customApiKey?: string | undefined | null;
|
|
8424
|
-
aexolEnabled?: boolean | undefined | null;
|
|
8425
|
-
aexolSteps?: Array<GraphQLTypes["AexolStepInput"]> | undefined | null;
|
|
8426
7577
|
isDefault?: boolean | undefined | null;
|
|
8427
7578
|
isVisionDefault?: boolean | undefined | null;
|
|
8428
7579
|
supportsImages?: boolean | undefined | null;
|
|
@@ -8447,8 +7598,6 @@ export type GraphQLTypes = {
|
|
|
8447
7598
|
systemPrompt?: string | undefined | null;
|
|
8448
7599
|
customBaseUrl?: string | undefined | null;
|
|
8449
7600
|
customApiKey?: string | undefined | null;
|
|
8450
|
-
aexolEnabled?: boolean | undefined | null;
|
|
8451
|
-
aexolSteps?: Array<GraphQLTypes["AexolStepInput"]> | undefined | null;
|
|
8452
7601
|
isDefault?: boolean | undefined | null;
|
|
8453
7602
|
isVisionDefault?: boolean | undefined | null;
|
|
8454
7603
|
supportsImages?: boolean | undefined | null;
|
|
@@ -9119,12 +8268,6 @@ export declare enum InferenceStatus {
|
|
|
9119
8268
|
FAILED = "FAILED",
|
|
9120
8269
|
CANCELLED = "CANCELLED"
|
|
9121
8270
|
}
|
|
9122
|
-
export declare enum ArtifactType {
|
|
9123
|
-
GRAPHQL = "GRAPHQL",
|
|
9124
|
-
FRONTEND = "FRONTEND",
|
|
9125
|
-
E2E = "E2E",
|
|
9126
|
-
BACKEND = "BACKEND"
|
|
9127
|
-
}
|
|
9128
8271
|
export declare enum ModelApiFormat {
|
|
9129
8272
|
AUTO = "AUTO",
|
|
9130
8273
|
CHAT_COMPLETIONS = "CHAT_COMPLETIONS",
|
|
@@ -9204,17 +8347,9 @@ type ZEUS_VARIABLES = {
|
|
|
9204
8347
|
["IngestCloudDocumentInput"]: ValueTypes["IngestCloudDocumentInput"];
|
|
9205
8348
|
["UpdateCloudDocumentInput"]: ValueTypes["UpdateCloudDocumentInput"];
|
|
9206
8349
|
["InferenceStatus"]: ValueTypes["InferenceStatus"];
|
|
9207
|
-
["ArtifactType"]: ValueTypes["ArtifactType"];
|
|
9208
8350
|
["RegisterInput"]: ValueTypes["RegisterInput"];
|
|
9209
8351
|
["LoginInput"]: ValueTypes["LoginInput"];
|
|
9210
|
-
["ArtifactOptionsInput"]: ValueTypes["ArtifactOptionsInput"];
|
|
9211
|
-
["AexolOptionsInput"]: ValueTypes["AexolOptionsInput"];
|
|
9212
|
-
["AexolStepInput"]: ValueTypes["AexolStepInput"];
|
|
9213
|
-
["InferenceCommandInput"]: ValueTypes["InferenceCommandInput"];
|
|
9214
|
-
["StartInferenceInput"]: ValueTypes["StartInferenceInput"];
|
|
9215
|
-
["AnalyzeAexolInput"]: ValueTypes["AnalyzeAexolInput"];
|
|
9216
8352
|
["GenerateAexolFromTextInput"]: ValueTypes["GenerateAexolFromTextInput"];
|
|
9217
|
-
["RefineInferenceArtifactInput"]: ValueTypes["RefineInferenceArtifactInput"];
|
|
9218
8353
|
["RefineFromTaskInput"]: ValueTypes["RefineFromTaskInput"];
|
|
9219
8354
|
["RefineAexolContentInput"]: ValueTypes["RefineAexolContentInput"];
|
|
9220
8355
|
["CreateProjectInput"]: ValueTypes["CreateProjectInput"];
|