@inkeep/agents-core 0.47.2 → 0.47.3
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/auth/auth-schema.d.ts +105 -105
- package/dist/auth/auth-validation-schemas.d.ts +131 -131
- package/dist/constants/otel-attributes.d.ts +1 -0
- package/dist/constants/otel-attributes.js +1 -0
- package/dist/data-access/manage/agents.d.ts +26 -26
- package/dist/data-access/manage/artifactComponents.d.ts +6 -6
- package/dist/data-access/manage/contextConfigs.d.ts +8 -8
- package/dist/data-access/manage/dataComponents.d.ts +2 -2
- package/dist/data-access/manage/functionTools.d.ts +8 -8
- package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +18 -18
- package/dist/data-access/manage/subAgentRelations.d.ts +18 -18
- package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +18 -18
- package/dist/data-access/manage/subAgents.d.ts +18 -18
- package/dist/data-access/manage/tools.d.ts +18 -18
- package/dist/data-access/runtime/apiKeys.d.ts +12 -12
- package/dist/data-access/runtime/conversations.d.ts +27 -27
- package/dist/data-access/runtime/messages.d.ts +12 -12
- package/dist/data-access/runtime/tasks.d.ts +6 -6
- package/dist/db/manage/manage-schema.d.ts +378 -378
- package/dist/db/runtime/runtime-schema.d.ts +238 -238
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/schemas.d.ts +1431 -1431
- package/dist/validation/schemas.js +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ContextFetchDefinition, ConversationHistoryConfig, DatasetItemExpectedOutput, DatasetItemInput, EvaluationSuiteFilterCriteria, Filter, PassCriteria, ToolMcpConfig, ToolServerCapabilities } from "../../types/utility.js";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as drizzle_orm0 from "drizzle-orm";
|
|
3
|
+
import * as drizzle_orm_pg_core1291 from "drizzle-orm/pg-core";
|
|
4
4
|
|
|
5
5
|
//#region src/db/manage/manage-schema.d.ts
|
|
6
6
|
declare namespace manage_schema_d_exports {
|
|
7
7
|
export { agentRelations, agentToolRelationsRelations, agents, artifactComponents, artifactComponentsRelations, contextConfigs, contextConfigsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, dataset, datasetItem, datasetRunConfig, datasetRunConfigAgentRelations, evaluationJobConfig, evaluationJobConfigEvaluatorRelations, evaluationRunConfig, evaluationRunConfigEvaluationSuiteConfigRelations, evaluationSuiteConfig, evaluationSuiteConfigEvaluatorRelations, evaluator, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, projects, projectsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggers };
|
|
8
8
|
}
|
|
9
|
-
declare const projects:
|
|
9
|
+
declare const projects: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
10
10
|
name: "projects";
|
|
11
11
|
schema: undefined;
|
|
12
12
|
columns: {
|
|
13
|
-
createdAt:
|
|
13
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
14
14
|
name: "created_at";
|
|
15
15
|
tableName: "projects";
|
|
16
16
|
dataType: "string";
|
|
@@ -27,7 +27,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
27
27
|
identity: undefined;
|
|
28
28
|
generated: undefined;
|
|
29
29
|
}, {}, {}>;
|
|
30
|
-
updatedAt:
|
|
30
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
31
31
|
name: "updated_at";
|
|
32
32
|
tableName: "projects";
|
|
33
33
|
dataType: "string";
|
|
@@ -44,7 +44,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
44
44
|
identity: undefined;
|
|
45
45
|
generated: undefined;
|
|
46
46
|
}, {}, {}>;
|
|
47
|
-
models:
|
|
47
|
+
models: drizzle_orm_pg_core1291.PgColumn<{
|
|
48
48
|
name: "models";
|
|
49
49
|
tableName: "projects";
|
|
50
50
|
dataType: "json";
|
|
@@ -89,7 +89,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
89
89
|
} | undefined;
|
|
90
90
|
};
|
|
91
91
|
}>;
|
|
92
|
-
stopWhen:
|
|
92
|
+
stopWhen: drizzle_orm_pg_core1291.PgColumn<{
|
|
93
93
|
name: "stop_when";
|
|
94
94
|
tableName: "projects";
|
|
95
95
|
dataType: "json";
|
|
@@ -114,7 +114,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
114
114
|
stepCountIs?: number | undefined;
|
|
115
115
|
};
|
|
116
116
|
}>;
|
|
117
|
-
name:
|
|
117
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
118
118
|
name: "name";
|
|
119
119
|
tableName: "projects";
|
|
120
120
|
dataType: "string";
|
|
@@ -133,7 +133,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
133
133
|
}, {}, {
|
|
134
134
|
length: 256;
|
|
135
135
|
}>;
|
|
136
|
-
description:
|
|
136
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
137
137
|
name: "description";
|
|
138
138
|
tableName: "projects";
|
|
139
139
|
dataType: "string";
|
|
@@ -150,7 +150,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
150
150
|
identity: undefined;
|
|
151
151
|
generated: undefined;
|
|
152
152
|
}, {}, {}>;
|
|
153
|
-
tenantId:
|
|
153
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
154
154
|
name: "tenant_id";
|
|
155
155
|
tableName: "projects";
|
|
156
156
|
dataType: "string";
|
|
@@ -169,7 +169,7 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
169
169
|
}, {}, {
|
|
170
170
|
length: 256;
|
|
171
171
|
}>;
|
|
172
|
-
id:
|
|
172
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
173
173
|
name: "id";
|
|
174
174
|
tableName: "projects";
|
|
175
175
|
dataType: "string";
|
|
@@ -191,11 +191,11 @@ declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
191
191
|
};
|
|
192
192
|
dialect: "pg";
|
|
193
193
|
}>;
|
|
194
|
-
declare const agents:
|
|
194
|
+
declare const agents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
195
195
|
name: "agent";
|
|
196
196
|
schema: undefined;
|
|
197
197
|
columns: {
|
|
198
|
-
createdAt:
|
|
198
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
199
199
|
name: "created_at";
|
|
200
200
|
tableName: "agent";
|
|
201
201
|
dataType: "string";
|
|
@@ -212,7 +212,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
212
212
|
identity: undefined;
|
|
213
213
|
generated: undefined;
|
|
214
214
|
}, {}, {}>;
|
|
215
|
-
updatedAt:
|
|
215
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
216
216
|
name: "updated_at";
|
|
217
217
|
tableName: "agent";
|
|
218
218
|
dataType: "string";
|
|
@@ -229,7 +229,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
229
229
|
identity: undefined;
|
|
230
230
|
generated: undefined;
|
|
231
231
|
}, {}, {}>;
|
|
232
|
-
name:
|
|
232
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
233
233
|
name: "name";
|
|
234
234
|
tableName: "agent";
|
|
235
235
|
dataType: "string";
|
|
@@ -248,7 +248,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
248
248
|
}, {}, {
|
|
249
249
|
length: 256;
|
|
250
250
|
}>;
|
|
251
|
-
description:
|
|
251
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
252
252
|
name: "description";
|
|
253
253
|
tableName: "agent";
|
|
254
254
|
dataType: "string";
|
|
@@ -265,7 +265,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
265
265
|
identity: undefined;
|
|
266
266
|
generated: undefined;
|
|
267
267
|
}, {}, {}>;
|
|
268
|
-
defaultSubAgentId:
|
|
268
|
+
defaultSubAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
269
269
|
name: "default_sub_agent_id";
|
|
270
270
|
tableName: "agent";
|
|
271
271
|
dataType: "string";
|
|
@@ -284,7 +284,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
284
284
|
}, {}, {
|
|
285
285
|
length: 256;
|
|
286
286
|
}>;
|
|
287
|
-
contextConfigId:
|
|
287
|
+
contextConfigId: drizzle_orm_pg_core1291.PgColumn<{
|
|
288
288
|
name: "context_config_id";
|
|
289
289
|
tableName: "agent";
|
|
290
290
|
dataType: "string";
|
|
@@ -303,7 +303,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
303
303
|
}, {}, {
|
|
304
304
|
length: 256;
|
|
305
305
|
}>;
|
|
306
|
-
models:
|
|
306
|
+
models: drizzle_orm_pg_core1291.PgColumn<{
|
|
307
307
|
name: "models";
|
|
308
308
|
tableName: "agent";
|
|
309
309
|
dataType: "json";
|
|
@@ -348,7 +348,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
348
348
|
} | undefined;
|
|
349
349
|
};
|
|
350
350
|
}>;
|
|
351
|
-
statusUpdates:
|
|
351
|
+
statusUpdates: drizzle_orm_pg_core1291.PgColumn<{
|
|
352
352
|
name: "status_updates";
|
|
353
353
|
tableName: "agent";
|
|
354
354
|
dataType: "json";
|
|
@@ -395,7 +395,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
395
395
|
}[] | undefined;
|
|
396
396
|
};
|
|
397
397
|
}>;
|
|
398
|
-
prompt:
|
|
398
|
+
prompt: drizzle_orm_pg_core1291.PgColumn<{
|
|
399
399
|
name: "prompt";
|
|
400
400
|
tableName: "agent";
|
|
401
401
|
dataType: "string";
|
|
@@ -412,7 +412,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
412
412
|
identity: undefined;
|
|
413
413
|
generated: undefined;
|
|
414
414
|
}, {}, {}>;
|
|
415
|
-
stopWhen:
|
|
415
|
+
stopWhen: drizzle_orm_pg_core1291.PgColumn<{
|
|
416
416
|
name: "stop_when";
|
|
417
417
|
tableName: "agent";
|
|
418
418
|
dataType: "json";
|
|
@@ -435,7 +435,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
435
435
|
transferCountIs?: number | undefined;
|
|
436
436
|
};
|
|
437
437
|
}>;
|
|
438
|
-
projectId:
|
|
438
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
439
439
|
name: "project_id";
|
|
440
440
|
tableName: "agent";
|
|
441
441
|
dataType: "string";
|
|
@@ -454,7 +454,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
454
454
|
}, {}, {
|
|
455
455
|
length: 256;
|
|
456
456
|
}>;
|
|
457
|
-
tenantId:
|
|
457
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
458
458
|
name: "tenant_id";
|
|
459
459
|
tableName: "agent";
|
|
460
460
|
dataType: "string";
|
|
@@ -473,7 +473,7 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
473
473
|
}, {}, {
|
|
474
474
|
length: 256;
|
|
475
475
|
}>;
|
|
476
|
-
id:
|
|
476
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
477
477
|
name: "id";
|
|
478
478
|
tableName: "agent";
|
|
479
479
|
dataType: "string";
|
|
@@ -495,11 +495,11 @@ declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
495
495
|
};
|
|
496
496
|
dialect: "pg";
|
|
497
497
|
}>;
|
|
498
|
-
declare const contextConfigs:
|
|
498
|
+
declare const contextConfigs: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
499
499
|
name: "context_configs";
|
|
500
500
|
schema: undefined;
|
|
501
501
|
columns: {
|
|
502
|
-
createdAt:
|
|
502
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
503
503
|
name: "created_at";
|
|
504
504
|
tableName: "context_configs";
|
|
505
505
|
dataType: "string";
|
|
@@ -516,7 +516,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
516
516
|
identity: undefined;
|
|
517
517
|
generated: undefined;
|
|
518
518
|
}, {}, {}>;
|
|
519
|
-
updatedAt:
|
|
519
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
520
520
|
name: "updated_at";
|
|
521
521
|
tableName: "context_configs";
|
|
522
522
|
dataType: "string";
|
|
@@ -533,7 +533,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
533
533
|
identity: undefined;
|
|
534
534
|
generated: undefined;
|
|
535
535
|
}, {}, {}>;
|
|
536
|
-
headersSchema:
|
|
536
|
+
headersSchema: drizzle_orm_pg_core1291.PgColumn<{
|
|
537
537
|
name: "headers_schema";
|
|
538
538
|
tableName: "context_configs";
|
|
539
539
|
dataType: "json";
|
|
@@ -552,7 +552,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
552
552
|
}, {}, {
|
|
553
553
|
$type: unknown;
|
|
554
554
|
}>;
|
|
555
|
-
contextVariables:
|
|
555
|
+
contextVariables: drizzle_orm_pg_core1291.PgColumn<{
|
|
556
556
|
name: "context_variables";
|
|
557
557
|
tableName: "context_configs";
|
|
558
558
|
dataType: "json";
|
|
@@ -571,7 +571,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
571
571
|
}, {}, {
|
|
572
572
|
$type: Record<string, ContextFetchDefinition>;
|
|
573
573
|
}>;
|
|
574
|
-
agentId:
|
|
574
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
575
575
|
name: "agent_id";
|
|
576
576
|
tableName: "context_configs";
|
|
577
577
|
dataType: "string";
|
|
@@ -590,7 +590,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
590
590
|
}, {}, {
|
|
591
591
|
length: 256;
|
|
592
592
|
}>;
|
|
593
|
-
projectId:
|
|
593
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
594
594
|
name: "project_id";
|
|
595
595
|
tableName: "context_configs";
|
|
596
596
|
dataType: "string";
|
|
@@ -609,7 +609,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
609
609
|
}, {}, {
|
|
610
610
|
length: 256;
|
|
611
611
|
}>;
|
|
612
|
-
tenantId:
|
|
612
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
613
613
|
name: "tenant_id";
|
|
614
614
|
tableName: "context_configs";
|
|
615
615
|
dataType: "string";
|
|
@@ -628,7 +628,7 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
628
628
|
}, {}, {
|
|
629
629
|
length: 256;
|
|
630
630
|
}>;
|
|
631
|
-
id:
|
|
631
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
632
632
|
name: "id";
|
|
633
633
|
tableName: "context_configs";
|
|
634
634
|
dataType: "string";
|
|
@@ -650,11 +650,11 @@ declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
650
650
|
};
|
|
651
651
|
dialect: "pg";
|
|
652
652
|
}>;
|
|
653
|
-
declare const triggers:
|
|
653
|
+
declare const triggers: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
654
654
|
name: "triggers";
|
|
655
655
|
schema: undefined;
|
|
656
656
|
columns: {
|
|
657
|
-
createdAt:
|
|
657
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
658
658
|
name: "created_at";
|
|
659
659
|
tableName: "triggers";
|
|
660
660
|
dataType: "string";
|
|
@@ -671,7 +671,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
671
671
|
identity: undefined;
|
|
672
672
|
generated: undefined;
|
|
673
673
|
}, {}, {}>;
|
|
674
|
-
updatedAt:
|
|
674
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
675
675
|
name: "updated_at";
|
|
676
676
|
tableName: "triggers";
|
|
677
677
|
dataType: "string";
|
|
@@ -688,7 +688,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
688
688
|
identity: undefined;
|
|
689
689
|
generated: undefined;
|
|
690
690
|
}, {}, {}>;
|
|
691
|
-
enabled:
|
|
691
|
+
enabled: drizzle_orm_pg_core1291.PgColumn<{
|
|
692
692
|
name: "enabled";
|
|
693
693
|
tableName: "triggers";
|
|
694
694
|
dataType: "boolean";
|
|
@@ -705,7 +705,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
705
705
|
identity: undefined;
|
|
706
706
|
generated: undefined;
|
|
707
707
|
}, {}, {}>;
|
|
708
|
-
inputSchema:
|
|
708
|
+
inputSchema: drizzle_orm_pg_core1291.PgColumn<{
|
|
709
709
|
name: "input_schema";
|
|
710
710
|
tableName: "triggers";
|
|
711
711
|
dataType: "json";
|
|
@@ -724,7 +724,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
724
724
|
}, {}, {
|
|
725
725
|
$type: Record<string, unknown> | null;
|
|
726
726
|
}>;
|
|
727
|
-
outputTransform:
|
|
727
|
+
outputTransform: drizzle_orm_pg_core1291.PgColumn<{
|
|
728
728
|
name: "output_transform";
|
|
729
729
|
tableName: "triggers";
|
|
730
730
|
dataType: "json";
|
|
@@ -749,7 +749,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
749
749
|
objectTransformation?: Record<string, string>;
|
|
750
750
|
} | null;
|
|
751
751
|
}>;
|
|
752
|
-
messageTemplate:
|
|
752
|
+
messageTemplate: drizzle_orm_pg_core1291.PgColumn<{
|
|
753
753
|
name: "message_template";
|
|
754
754
|
tableName: "triggers";
|
|
755
755
|
dataType: "string";
|
|
@@ -766,7 +766,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
766
766
|
identity: undefined;
|
|
767
767
|
generated: undefined;
|
|
768
768
|
}, {}, {}>;
|
|
769
|
-
authentication:
|
|
769
|
+
authentication: drizzle_orm_pg_core1291.PgColumn<{
|
|
770
770
|
name: "authentication";
|
|
771
771
|
tableName: "triggers";
|
|
772
772
|
dataType: "json";
|
|
@@ -785,7 +785,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
785
785
|
}, {}, {
|
|
786
786
|
$type: unknown;
|
|
787
787
|
}>;
|
|
788
|
-
signingSecretCredentialReferenceId:
|
|
788
|
+
signingSecretCredentialReferenceId: drizzle_orm_pg_core1291.PgColumn<{
|
|
789
789
|
name: "signing_secret_credential_reference_id";
|
|
790
790
|
tableName: "triggers";
|
|
791
791
|
dataType: "string";
|
|
@@ -804,7 +804,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
804
804
|
}, {}, {
|
|
805
805
|
length: 256;
|
|
806
806
|
}>;
|
|
807
|
-
signatureVerification:
|
|
807
|
+
signatureVerification: drizzle_orm_pg_core1291.PgColumn<{
|
|
808
808
|
name: "signature_verification";
|
|
809
809
|
tableName: "triggers";
|
|
810
810
|
dataType: "json";
|
|
@@ -873,7 +873,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
873
873
|
} | undefined;
|
|
874
874
|
} | null;
|
|
875
875
|
}>;
|
|
876
|
-
name:
|
|
876
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
877
877
|
name: "name";
|
|
878
878
|
tableName: "triggers";
|
|
879
879
|
dataType: "string";
|
|
@@ -892,7 +892,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
892
892
|
}, {}, {
|
|
893
893
|
length: 256;
|
|
894
894
|
}>;
|
|
895
|
-
description:
|
|
895
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
896
896
|
name: "description";
|
|
897
897
|
tableName: "triggers";
|
|
898
898
|
dataType: "string";
|
|
@@ -909,7 +909,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
909
909
|
identity: undefined;
|
|
910
910
|
generated: undefined;
|
|
911
911
|
}, {}, {}>;
|
|
912
|
-
agentId:
|
|
912
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
913
913
|
name: "agent_id";
|
|
914
914
|
tableName: "triggers";
|
|
915
915
|
dataType: "string";
|
|
@@ -928,7 +928,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
928
928
|
}, {}, {
|
|
929
929
|
length: 256;
|
|
930
930
|
}>;
|
|
931
|
-
projectId:
|
|
931
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
932
932
|
name: "project_id";
|
|
933
933
|
tableName: "triggers";
|
|
934
934
|
dataType: "string";
|
|
@@ -947,7 +947,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
947
947
|
}, {}, {
|
|
948
948
|
length: 256;
|
|
949
949
|
}>;
|
|
950
|
-
tenantId:
|
|
950
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
951
951
|
name: "tenant_id";
|
|
952
952
|
tableName: "triggers";
|
|
953
953
|
dataType: "string";
|
|
@@ -966,7 +966,7 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
966
966
|
}, {}, {
|
|
967
967
|
length: 256;
|
|
968
968
|
}>;
|
|
969
|
-
id:
|
|
969
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
970
970
|
name: "id";
|
|
971
971
|
tableName: "triggers";
|
|
972
972
|
dataType: "string";
|
|
@@ -988,11 +988,11 @@ declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
988
988
|
};
|
|
989
989
|
dialect: "pg";
|
|
990
990
|
}>;
|
|
991
|
-
declare const subAgents:
|
|
991
|
+
declare const subAgents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
992
992
|
name: "sub_agents";
|
|
993
993
|
schema: undefined;
|
|
994
994
|
columns: {
|
|
995
|
-
createdAt:
|
|
995
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
996
996
|
name: "created_at";
|
|
997
997
|
tableName: "sub_agents";
|
|
998
998
|
dataType: "string";
|
|
@@ -1009,7 +1009,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1009
1009
|
identity: undefined;
|
|
1010
1010
|
generated: undefined;
|
|
1011
1011
|
}, {}, {}>;
|
|
1012
|
-
updatedAt:
|
|
1012
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1013
1013
|
name: "updated_at";
|
|
1014
1014
|
tableName: "sub_agents";
|
|
1015
1015
|
dataType: "string";
|
|
@@ -1026,7 +1026,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1026
1026
|
identity: undefined;
|
|
1027
1027
|
generated: undefined;
|
|
1028
1028
|
}, {}, {}>;
|
|
1029
|
-
prompt:
|
|
1029
|
+
prompt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1030
1030
|
name: "prompt";
|
|
1031
1031
|
tableName: "sub_agents";
|
|
1032
1032
|
dataType: "string";
|
|
@@ -1043,7 +1043,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1043
1043
|
identity: undefined;
|
|
1044
1044
|
generated: undefined;
|
|
1045
1045
|
}, {}, {}>;
|
|
1046
|
-
conversationHistoryConfig:
|
|
1046
|
+
conversationHistoryConfig: drizzle_orm_pg_core1291.PgColumn<{
|
|
1047
1047
|
name: "conversation_history_config";
|
|
1048
1048
|
tableName: "sub_agents";
|
|
1049
1049
|
dataType: "json";
|
|
@@ -1062,7 +1062,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1062
1062
|
}, {}, {
|
|
1063
1063
|
$type: ConversationHistoryConfig;
|
|
1064
1064
|
}>;
|
|
1065
|
-
models:
|
|
1065
|
+
models: drizzle_orm_pg_core1291.PgColumn<{
|
|
1066
1066
|
name: "models";
|
|
1067
1067
|
tableName: "sub_agents";
|
|
1068
1068
|
dataType: "json";
|
|
@@ -1107,7 +1107,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1107
1107
|
} | undefined;
|
|
1108
1108
|
};
|
|
1109
1109
|
}>;
|
|
1110
|
-
stopWhen:
|
|
1110
|
+
stopWhen: drizzle_orm_pg_core1291.PgColumn<{
|
|
1111
1111
|
name: "stop_when";
|
|
1112
1112
|
tableName: "sub_agents";
|
|
1113
1113
|
dataType: "json";
|
|
@@ -1130,7 +1130,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1130
1130
|
stepCountIs?: number | undefined;
|
|
1131
1131
|
};
|
|
1132
1132
|
}>;
|
|
1133
|
-
name:
|
|
1133
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
1134
1134
|
name: "name";
|
|
1135
1135
|
tableName: "sub_agents";
|
|
1136
1136
|
dataType: "string";
|
|
@@ -1149,7 +1149,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1149
1149
|
}, {}, {
|
|
1150
1150
|
length: 256;
|
|
1151
1151
|
}>;
|
|
1152
|
-
description:
|
|
1152
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
1153
1153
|
name: "description";
|
|
1154
1154
|
tableName: "sub_agents";
|
|
1155
1155
|
dataType: "string";
|
|
@@ -1166,7 +1166,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1166
1166
|
identity: undefined;
|
|
1167
1167
|
generated: undefined;
|
|
1168
1168
|
}, {}, {}>;
|
|
1169
|
-
agentId:
|
|
1169
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1170
1170
|
name: "agent_id";
|
|
1171
1171
|
tableName: "sub_agents";
|
|
1172
1172
|
dataType: "string";
|
|
@@ -1185,7 +1185,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1185
1185
|
}, {}, {
|
|
1186
1186
|
length: 256;
|
|
1187
1187
|
}>;
|
|
1188
|
-
projectId:
|
|
1188
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1189
1189
|
name: "project_id";
|
|
1190
1190
|
tableName: "sub_agents";
|
|
1191
1191
|
dataType: "string";
|
|
@@ -1204,7 +1204,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1204
1204
|
}, {}, {
|
|
1205
1205
|
length: 256;
|
|
1206
1206
|
}>;
|
|
1207
|
-
tenantId:
|
|
1207
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1208
1208
|
name: "tenant_id";
|
|
1209
1209
|
tableName: "sub_agents";
|
|
1210
1210
|
dataType: "string";
|
|
@@ -1223,7 +1223,7 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1223
1223
|
}, {}, {
|
|
1224
1224
|
length: 256;
|
|
1225
1225
|
}>;
|
|
1226
|
-
id:
|
|
1226
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
1227
1227
|
name: "id";
|
|
1228
1228
|
tableName: "sub_agents";
|
|
1229
1229
|
dataType: "string";
|
|
@@ -1245,11 +1245,11 @@ declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1245
1245
|
};
|
|
1246
1246
|
dialect: "pg";
|
|
1247
1247
|
}>;
|
|
1248
|
-
declare const subAgentRelations:
|
|
1248
|
+
declare const subAgentRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
1249
1249
|
name: "sub_agent_relations";
|
|
1250
1250
|
schema: undefined;
|
|
1251
1251
|
columns: {
|
|
1252
|
-
createdAt:
|
|
1252
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1253
1253
|
name: "created_at";
|
|
1254
1254
|
tableName: "sub_agent_relations";
|
|
1255
1255
|
dataType: "string";
|
|
@@ -1266,7 +1266,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1266
1266
|
identity: undefined;
|
|
1267
1267
|
generated: undefined;
|
|
1268
1268
|
}, {}, {}>;
|
|
1269
|
-
updatedAt:
|
|
1269
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1270
1270
|
name: "updated_at";
|
|
1271
1271
|
tableName: "sub_agent_relations";
|
|
1272
1272
|
dataType: "string";
|
|
@@ -1283,7 +1283,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1283
1283
|
identity: undefined;
|
|
1284
1284
|
generated: undefined;
|
|
1285
1285
|
}, {}, {}>;
|
|
1286
|
-
sourceSubAgentId:
|
|
1286
|
+
sourceSubAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1287
1287
|
name: "source_sub_agent_id";
|
|
1288
1288
|
tableName: "sub_agent_relations";
|
|
1289
1289
|
dataType: "string";
|
|
@@ -1302,7 +1302,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1302
1302
|
}, {}, {
|
|
1303
1303
|
length: 256;
|
|
1304
1304
|
}>;
|
|
1305
|
-
targetSubAgentId:
|
|
1305
|
+
targetSubAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1306
1306
|
name: "target_sub_agent_id";
|
|
1307
1307
|
tableName: "sub_agent_relations";
|
|
1308
1308
|
dataType: "string";
|
|
@@ -1321,7 +1321,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1321
1321
|
}, {}, {
|
|
1322
1322
|
length: 256;
|
|
1323
1323
|
}>;
|
|
1324
|
-
relationType:
|
|
1324
|
+
relationType: drizzle_orm_pg_core1291.PgColumn<{
|
|
1325
1325
|
name: "relation_type";
|
|
1326
1326
|
tableName: "sub_agent_relations";
|
|
1327
1327
|
dataType: "string";
|
|
@@ -1340,7 +1340,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1340
1340
|
}, {}, {
|
|
1341
1341
|
length: 256;
|
|
1342
1342
|
}>;
|
|
1343
|
-
agentId:
|
|
1343
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1344
1344
|
name: "agent_id";
|
|
1345
1345
|
tableName: "sub_agent_relations";
|
|
1346
1346
|
dataType: "string";
|
|
@@ -1359,7 +1359,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1359
1359
|
}, {}, {
|
|
1360
1360
|
length: 256;
|
|
1361
1361
|
}>;
|
|
1362
|
-
projectId:
|
|
1362
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1363
1363
|
name: "project_id";
|
|
1364
1364
|
tableName: "sub_agent_relations";
|
|
1365
1365
|
dataType: "string";
|
|
@@ -1378,7 +1378,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1378
1378
|
}, {}, {
|
|
1379
1379
|
length: 256;
|
|
1380
1380
|
}>;
|
|
1381
|
-
tenantId:
|
|
1381
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1382
1382
|
name: "tenant_id";
|
|
1383
1383
|
tableName: "sub_agent_relations";
|
|
1384
1384
|
dataType: "string";
|
|
@@ -1397,7 +1397,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1397
1397
|
}, {}, {
|
|
1398
1398
|
length: 256;
|
|
1399
1399
|
}>;
|
|
1400
|
-
id:
|
|
1400
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
1401
1401
|
name: "id";
|
|
1402
1402
|
tableName: "sub_agent_relations";
|
|
1403
1403
|
dataType: "string";
|
|
@@ -1419,11 +1419,11 @@ declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1419
1419
|
};
|
|
1420
1420
|
dialect: "pg";
|
|
1421
1421
|
}>;
|
|
1422
|
-
declare const externalAgents:
|
|
1422
|
+
declare const externalAgents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
1423
1423
|
name: "external_agents";
|
|
1424
1424
|
schema: undefined;
|
|
1425
1425
|
columns: {
|
|
1426
|
-
createdAt:
|
|
1426
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1427
1427
|
name: "created_at";
|
|
1428
1428
|
tableName: "external_agents";
|
|
1429
1429
|
dataType: "string";
|
|
@@ -1440,7 +1440,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1440
1440
|
identity: undefined;
|
|
1441
1441
|
generated: undefined;
|
|
1442
1442
|
}, {}, {}>;
|
|
1443
|
-
updatedAt:
|
|
1443
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1444
1444
|
name: "updated_at";
|
|
1445
1445
|
tableName: "external_agents";
|
|
1446
1446
|
dataType: "string";
|
|
@@ -1457,7 +1457,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1457
1457
|
identity: undefined;
|
|
1458
1458
|
generated: undefined;
|
|
1459
1459
|
}, {}, {}>;
|
|
1460
|
-
baseUrl:
|
|
1460
|
+
baseUrl: drizzle_orm_pg_core1291.PgColumn<{
|
|
1461
1461
|
name: "base_url";
|
|
1462
1462
|
tableName: "external_agents";
|
|
1463
1463
|
dataType: "string";
|
|
@@ -1474,7 +1474,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1474
1474
|
identity: undefined;
|
|
1475
1475
|
generated: undefined;
|
|
1476
1476
|
}, {}, {}>;
|
|
1477
|
-
credentialReferenceId:
|
|
1477
|
+
credentialReferenceId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1478
1478
|
name: "credential_reference_id";
|
|
1479
1479
|
tableName: "external_agents";
|
|
1480
1480
|
dataType: "string";
|
|
@@ -1493,7 +1493,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1493
1493
|
}, {}, {
|
|
1494
1494
|
length: 256;
|
|
1495
1495
|
}>;
|
|
1496
|
-
name:
|
|
1496
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
1497
1497
|
name: "name";
|
|
1498
1498
|
tableName: "external_agents";
|
|
1499
1499
|
dataType: "string";
|
|
@@ -1512,7 +1512,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1512
1512
|
}, {}, {
|
|
1513
1513
|
length: 256;
|
|
1514
1514
|
}>;
|
|
1515
|
-
description:
|
|
1515
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
1516
1516
|
name: "description";
|
|
1517
1517
|
tableName: "external_agents";
|
|
1518
1518
|
dataType: "string";
|
|
@@ -1529,7 +1529,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1529
1529
|
identity: undefined;
|
|
1530
1530
|
generated: undefined;
|
|
1531
1531
|
}, {}, {}>;
|
|
1532
|
-
projectId:
|
|
1532
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1533
1533
|
name: "project_id";
|
|
1534
1534
|
tableName: "external_agents";
|
|
1535
1535
|
dataType: "string";
|
|
@@ -1548,7 +1548,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1548
1548
|
}, {}, {
|
|
1549
1549
|
length: 256;
|
|
1550
1550
|
}>;
|
|
1551
|
-
tenantId:
|
|
1551
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1552
1552
|
name: "tenant_id";
|
|
1553
1553
|
tableName: "external_agents";
|
|
1554
1554
|
dataType: "string";
|
|
@@ -1567,7 +1567,7 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1567
1567
|
}, {}, {
|
|
1568
1568
|
length: 256;
|
|
1569
1569
|
}>;
|
|
1570
|
-
id:
|
|
1570
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
1571
1571
|
name: "id";
|
|
1572
1572
|
tableName: "external_agents";
|
|
1573
1573
|
dataType: "string";
|
|
@@ -1589,11 +1589,11 @@ declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1589
1589
|
};
|
|
1590
1590
|
dialect: "pg";
|
|
1591
1591
|
}>;
|
|
1592
|
-
declare const dataComponents:
|
|
1592
|
+
declare const dataComponents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
1593
1593
|
name: "data_components";
|
|
1594
1594
|
schema: undefined;
|
|
1595
1595
|
columns: {
|
|
1596
|
-
createdAt:
|
|
1596
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1597
1597
|
name: "created_at";
|
|
1598
1598
|
tableName: "data_components";
|
|
1599
1599
|
dataType: "string";
|
|
@@ -1610,7 +1610,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1610
1610
|
identity: undefined;
|
|
1611
1611
|
generated: undefined;
|
|
1612
1612
|
}, {}, {}>;
|
|
1613
|
-
updatedAt:
|
|
1613
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1614
1614
|
name: "updated_at";
|
|
1615
1615
|
tableName: "data_components";
|
|
1616
1616
|
dataType: "string";
|
|
@@ -1627,7 +1627,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1627
1627
|
identity: undefined;
|
|
1628
1628
|
generated: undefined;
|
|
1629
1629
|
}, {}, {}>;
|
|
1630
|
-
props:
|
|
1630
|
+
props: drizzle_orm_pg_core1291.PgColumn<{
|
|
1631
1631
|
name: "props";
|
|
1632
1632
|
tableName: "data_components";
|
|
1633
1633
|
dataType: "json";
|
|
@@ -1646,7 +1646,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1646
1646
|
}, {}, {
|
|
1647
1647
|
$type: Record<string, unknown>;
|
|
1648
1648
|
}>;
|
|
1649
|
-
render:
|
|
1649
|
+
render: drizzle_orm_pg_core1291.PgColumn<{
|
|
1650
1650
|
name: "render";
|
|
1651
1651
|
tableName: "data_components";
|
|
1652
1652
|
dataType: "json";
|
|
@@ -1671,7 +1671,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1671
1671
|
mockData: Record<string, unknown>;
|
|
1672
1672
|
};
|
|
1673
1673
|
}>;
|
|
1674
|
-
name:
|
|
1674
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
1675
1675
|
name: "name";
|
|
1676
1676
|
tableName: "data_components";
|
|
1677
1677
|
dataType: "string";
|
|
@@ -1690,7 +1690,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1690
1690
|
}, {}, {
|
|
1691
1691
|
length: 256;
|
|
1692
1692
|
}>;
|
|
1693
|
-
description:
|
|
1693
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
1694
1694
|
name: "description";
|
|
1695
1695
|
tableName: "data_components";
|
|
1696
1696
|
dataType: "string";
|
|
@@ -1707,7 +1707,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1707
1707
|
identity: undefined;
|
|
1708
1708
|
generated: undefined;
|
|
1709
1709
|
}, {}, {}>;
|
|
1710
|
-
projectId:
|
|
1710
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1711
1711
|
name: "project_id";
|
|
1712
1712
|
tableName: "data_components";
|
|
1713
1713
|
dataType: "string";
|
|
@@ -1726,7 +1726,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1726
1726
|
}, {}, {
|
|
1727
1727
|
length: 256;
|
|
1728
1728
|
}>;
|
|
1729
|
-
tenantId:
|
|
1729
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1730
1730
|
name: "tenant_id";
|
|
1731
1731
|
tableName: "data_components";
|
|
1732
1732
|
dataType: "string";
|
|
@@ -1745,7 +1745,7 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1745
1745
|
}, {}, {
|
|
1746
1746
|
length: 256;
|
|
1747
1747
|
}>;
|
|
1748
|
-
id:
|
|
1748
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
1749
1749
|
name: "id";
|
|
1750
1750
|
tableName: "data_components";
|
|
1751
1751
|
dataType: "string";
|
|
@@ -1767,11 +1767,11 @@ declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1767
1767
|
};
|
|
1768
1768
|
dialect: "pg";
|
|
1769
1769
|
}>;
|
|
1770
|
-
declare const subAgentDataComponents:
|
|
1770
|
+
declare const subAgentDataComponents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
1771
1771
|
name: "sub_agent_data_components";
|
|
1772
1772
|
schema: undefined;
|
|
1773
1773
|
columns: {
|
|
1774
|
-
dataComponentId:
|
|
1774
|
+
dataComponentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1775
1775
|
name: "data_component_id";
|
|
1776
1776
|
tableName: "sub_agent_data_components";
|
|
1777
1777
|
dataType: "string";
|
|
@@ -1790,7 +1790,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1790
1790
|
}, {}, {
|
|
1791
1791
|
length: 256;
|
|
1792
1792
|
}>;
|
|
1793
|
-
createdAt:
|
|
1793
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1794
1794
|
name: "created_at";
|
|
1795
1795
|
tableName: "sub_agent_data_components";
|
|
1796
1796
|
dataType: "string";
|
|
@@ -1807,7 +1807,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1807
1807
|
identity: undefined;
|
|
1808
1808
|
generated: undefined;
|
|
1809
1809
|
}, {}, {}>;
|
|
1810
|
-
subAgentId:
|
|
1810
|
+
subAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1811
1811
|
name: "sub_agent_id";
|
|
1812
1812
|
tableName: "sub_agent_data_components";
|
|
1813
1813
|
dataType: "string";
|
|
@@ -1826,7 +1826,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1826
1826
|
}, {}, {
|
|
1827
1827
|
length: 256;
|
|
1828
1828
|
}>;
|
|
1829
|
-
agentId:
|
|
1829
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1830
1830
|
name: "agent_id";
|
|
1831
1831
|
tableName: "sub_agent_data_components";
|
|
1832
1832
|
dataType: "string";
|
|
@@ -1845,7 +1845,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1845
1845
|
}, {}, {
|
|
1846
1846
|
length: 256;
|
|
1847
1847
|
}>;
|
|
1848
|
-
projectId:
|
|
1848
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1849
1849
|
name: "project_id";
|
|
1850
1850
|
tableName: "sub_agent_data_components";
|
|
1851
1851
|
dataType: "string";
|
|
@@ -1864,7 +1864,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1864
1864
|
}, {}, {
|
|
1865
1865
|
length: 256;
|
|
1866
1866
|
}>;
|
|
1867
|
-
tenantId:
|
|
1867
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
1868
1868
|
name: "tenant_id";
|
|
1869
1869
|
tableName: "sub_agent_data_components";
|
|
1870
1870
|
dataType: "string";
|
|
@@ -1883,7 +1883,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1883
1883
|
}, {}, {
|
|
1884
1884
|
length: 256;
|
|
1885
1885
|
}>;
|
|
1886
|
-
id:
|
|
1886
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
1887
1887
|
name: "id";
|
|
1888
1888
|
tableName: "sub_agent_data_components";
|
|
1889
1889
|
dataType: "string";
|
|
@@ -1905,11 +1905,11 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns
|
|
|
1905
1905
|
};
|
|
1906
1906
|
dialect: "pg";
|
|
1907
1907
|
}>;
|
|
1908
|
-
declare const artifactComponents:
|
|
1908
|
+
declare const artifactComponents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
1909
1909
|
name: "artifact_components";
|
|
1910
1910
|
schema: undefined;
|
|
1911
1911
|
columns: {
|
|
1912
|
-
createdAt:
|
|
1912
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1913
1913
|
name: "created_at";
|
|
1914
1914
|
tableName: "artifact_components";
|
|
1915
1915
|
dataType: "string";
|
|
@@ -1926,7 +1926,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1926
1926
|
identity: undefined;
|
|
1927
1927
|
generated: undefined;
|
|
1928
1928
|
}, {}, {}>;
|
|
1929
|
-
updatedAt:
|
|
1929
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
1930
1930
|
name: "updated_at";
|
|
1931
1931
|
tableName: "artifact_components";
|
|
1932
1932
|
dataType: "string";
|
|
@@ -1943,7 +1943,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1943
1943
|
identity: undefined;
|
|
1944
1944
|
generated: undefined;
|
|
1945
1945
|
}, {}, {}>;
|
|
1946
|
-
props:
|
|
1946
|
+
props: drizzle_orm_pg_core1291.PgColumn<{
|
|
1947
1947
|
name: "props";
|
|
1948
1948
|
tableName: "artifact_components";
|
|
1949
1949
|
dataType: "json";
|
|
@@ -1962,7 +1962,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1962
1962
|
}, {}, {
|
|
1963
1963
|
$type: Record<string, unknown>;
|
|
1964
1964
|
}>;
|
|
1965
|
-
render:
|
|
1965
|
+
render: drizzle_orm_pg_core1291.PgColumn<{
|
|
1966
1966
|
name: "render";
|
|
1967
1967
|
tableName: "artifact_components";
|
|
1968
1968
|
dataType: "json";
|
|
@@ -1987,7 +1987,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
1987
1987
|
mockData: Record<string, unknown>;
|
|
1988
1988
|
};
|
|
1989
1989
|
}>;
|
|
1990
|
-
name:
|
|
1990
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
1991
1991
|
name: "name";
|
|
1992
1992
|
tableName: "artifact_components";
|
|
1993
1993
|
dataType: "string";
|
|
@@ -2006,7 +2006,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2006
2006
|
}, {}, {
|
|
2007
2007
|
length: 256;
|
|
2008
2008
|
}>;
|
|
2009
|
-
description:
|
|
2009
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
2010
2010
|
name: "description";
|
|
2011
2011
|
tableName: "artifact_components";
|
|
2012
2012
|
dataType: "string";
|
|
@@ -2023,7 +2023,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2023
2023
|
identity: undefined;
|
|
2024
2024
|
generated: undefined;
|
|
2025
2025
|
}, {}, {}>;
|
|
2026
|
-
projectId:
|
|
2026
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2027
2027
|
name: "project_id";
|
|
2028
2028
|
tableName: "artifact_components";
|
|
2029
2029
|
dataType: "string";
|
|
@@ -2042,7 +2042,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2042
2042
|
}, {}, {
|
|
2043
2043
|
length: 256;
|
|
2044
2044
|
}>;
|
|
2045
|
-
tenantId:
|
|
2045
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2046
2046
|
name: "tenant_id";
|
|
2047
2047
|
tableName: "artifact_components";
|
|
2048
2048
|
dataType: "string";
|
|
@@ -2061,7 +2061,7 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2061
2061
|
}, {}, {
|
|
2062
2062
|
length: 256;
|
|
2063
2063
|
}>;
|
|
2064
|
-
id:
|
|
2064
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
2065
2065
|
name: "id";
|
|
2066
2066
|
tableName: "artifact_components";
|
|
2067
2067
|
dataType: "string";
|
|
@@ -2083,11 +2083,11 @@ declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2083
2083
|
};
|
|
2084
2084
|
dialect: "pg";
|
|
2085
2085
|
}>;
|
|
2086
|
-
declare const subAgentArtifactComponents:
|
|
2086
|
+
declare const subAgentArtifactComponents: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
2087
2087
|
name: "sub_agent_artifact_components";
|
|
2088
2088
|
schema: undefined;
|
|
2089
2089
|
columns: {
|
|
2090
|
-
artifactComponentId:
|
|
2090
|
+
artifactComponentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2091
2091
|
name: "artifact_component_id";
|
|
2092
2092
|
tableName: "sub_agent_artifact_components";
|
|
2093
2093
|
dataType: "string";
|
|
@@ -2106,7 +2106,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2106
2106
|
}, {}, {
|
|
2107
2107
|
length: 256;
|
|
2108
2108
|
}>;
|
|
2109
|
-
createdAt:
|
|
2109
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2110
2110
|
name: "created_at";
|
|
2111
2111
|
tableName: "sub_agent_artifact_components";
|
|
2112
2112
|
dataType: "string";
|
|
@@ -2123,7 +2123,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2123
2123
|
identity: undefined;
|
|
2124
2124
|
generated: undefined;
|
|
2125
2125
|
}, {}, {}>;
|
|
2126
|
-
subAgentId:
|
|
2126
|
+
subAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2127
2127
|
name: "sub_agent_id";
|
|
2128
2128
|
tableName: "sub_agent_artifact_components";
|
|
2129
2129
|
dataType: "string";
|
|
@@ -2142,7 +2142,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2142
2142
|
}, {}, {
|
|
2143
2143
|
length: 256;
|
|
2144
2144
|
}>;
|
|
2145
|
-
agentId:
|
|
2145
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2146
2146
|
name: "agent_id";
|
|
2147
2147
|
tableName: "sub_agent_artifact_components";
|
|
2148
2148
|
dataType: "string";
|
|
@@ -2161,7 +2161,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2161
2161
|
}, {}, {
|
|
2162
2162
|
length: 256;
|
|
2163
2163
|
}>;
|
|
2164
|
-
projectId:
|
|
2164
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2165
2165
|
name: "project_id";
|
|
2166
2166
|
tableName: "sub_agent_artifact_components";
|
|
2167
2167
|
dataType: "string";
|
|
@@ -2180,7 +2180,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2180
2180
|
}, {}, {
|
|
2181
2181
|
length: 256;
|
|
2182
2182
|
}>;
|
|
2183
|
-
tenantId:
|
|
2183
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2184
2184
|
name: "tenant_id";
|
|
2185
2185
|
tableName: "sub_agent_artifact_components";
|
|
2186
2186
|
dataType: "string";
|
|
@@ -2199,7 +2199,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2199
2199
|
}, {}, {
|
|
2200
2200
|
length: 256;
|
|
2201
2201
|
}>;
|
|
2202
|
-
id:
|
|
2202
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
2203
2203
|
name: "id";
|
|
2204
2204
|
tableName: "sub_agent_artifact_components";
|
|
2205
2205
|
dataType: "string";
|
|
@@ -2221,11 +2221,11 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
2221
2221
|
};
|
|
2222
2222
|
dialect: "pg";
|
|
2223
2223
|
}>;
|
|
2224
|
-
declare const tools:
|
|
2224
|
+
declare const tools: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
2225
2225
|
name: "tools";
|
|
2226
2226
|
schema: undefined;
|
|
2227
2227
|
columns: {
|
|
2228
|
-
createdAt:
|
|
2228
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2229
2229
|
name: "created_at";
|
|
2230
2230
|
tableName: "tools";
|
|
2231
2231
|
dataType: "string";
|
|
@@ -2242,7 +2242,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2242
2242
|
identity: undefined;
|
|
2243
2243
|
generated: undefined;
|
|
2244
2244
|
}, {}, {}>;
|
|
2245
|
-
updatedAt:
|
|
2245
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2246
2246
|
name: "updated_at";
|
|
2247
2247
|
tableName: "tools";
|
|
2248
2248
|
dataType: "string";
|
|
@@ -2259,7 +2259,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2259
2259
|
identity: undefined;
|
|
2260
2260
|
generated: undefined;
|
|
2261
2261
|
}, {}, {}>;
|
|
2262
|
-
name:
|
|
2262
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
2263
2263
|
name: "name";
|
|
2264
2264
|
tableName: "tools";
|
|
2265
2265
|
dataType: "string";
|
|
@@ -2278,7 +2278,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2278
2278
|
}, {}, {
|
|
2279
2279
|
length: 256;
|
|
2280
2280
|
}>;
|
|
2281
|
-
description:
|
|
2281
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
2282
2282
|
name: "description";
|
|
2283
2283
|
tableName: "tools";
|
|
2284
2284
|
dataType: "string";
|
|
@@ -2295,7 +2295,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2295
2295
|
identity: undefined;
|
|
2296
2296
|
generated: undefined;
|
|
2297
2297
|
}, {}, {}>;
|
|
2298
|
-
config:
|
|
2298
|
+
config: drizzle_orm_pg_core1291.PgColumn<{
|
|
2299
2299
|
name: "config";
|
|
2300
2300
|
tableName: "tools";
|
|
2301
2301
|
dataType: "json";
|
|
@@ -2320,7 +2320,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2320
2320
|
mcp: ToolMcpConfig;
|
|
2321
2321
|
};
|
|
2322
2322
|
}>;
|
|
2323
|
-
credentialReferenceId:
|
|
2323
|
+
credentialReferenceId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2324
2324
|
name: "credential_reference_id";
|
|
2325
2325
|
tableName: "tools";
|
|
2326
2326
|
dataType: "string";
|
|
@@ -2339,7 +2339,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2339
2339
|
}, {}, {
|
|
2340
2340
|
length: 256;
|
|
2341
2341
|
}>;
|
|
2342
|
-
credentialScope:
|
|
2342
|
+
credentialScope: drizzle_orm_pg_core1291.PgColumn<{
|
|
2343
2343
|
name: "credential_scope";
|
|
2344
2344
|
tableName: "tools";
|
|
2345
2345
|
dataType: "string";
|
|
@@ -2358,7 +2358,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2358
2358
|
}, {}, {
|
|
2359
2359
|
length: 50;
|
|
2360
2360
|
}>;
|
|
2361
|
-
headers:
|
|
2361
|
+
headers: drizzle_orm_pg_core1291.PgColumn<{
|
|
2362
2362
|
name: "headers";
|
|
2363
2363
|
tableName: "tools";
|
|
2364
2364
|
dataType: "json";
|
|
@@ -2377,7 +2377,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2377
2377
|
}, {}, {
|
|
2378
2378
|
$type: Record<string, string>;
|
|
2379
2379
|
}>;
|
|
2380
|
-
imageUrl:
|
|
2380
|
+
imageUrl: drizzle_orm_pg_core1291.PgColumn<{
|
|
2381
2381
|
name: "image_url";
|
|
2382
2382
|
tableName: "tools";
|
|
2383
2383
|
dataType: "string";
|
|
@@ -2394,7 +2394,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2394
2394
|
identity: undefined;
|
|
2395
2395
|
generated: undefined;
|
|
2396
2396
|
}, {}, {}>;
|
|
2397
|
-
capabilities:
|
|
2397
|
+
capabilities: drizzle_orm_pg_core1291.PgColumn<{
|
|
2398
2398
|
name: "capabilities";
|
|
2399
2399
|
tableName: "tools";
|
|
2400
2400
|
dataType: "json";
|
|
@@ -2413,7 +2413,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2413
2413
|
}, {}, {
|
|
2414
2414
|
$type: ToolServerCapabilities;
|
|
2415
2415
|
}>;
|
|
2416
|
-
lastError:
|
|
2416
|
+
lastError: drizzle_orm_pg_core1291.PgColumn<{
|
|
2417
2417
|
name: "last_error";
|
|
2418
2418
|
tableName: "tools";
|
|
2419
2419
|
dataType: "string";
|
|
@@ -2430,7 +2430,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2430
2430
|
identity: undefined;
|
|
2431
2431
|
generated: undefined;
|
|
2432
2432
|
}, {}, {}>;
|
|
2433
|
-
isWorkApp:
|
|
2433
|
+
isWorkApp: drizzle_orm_pg_core1291.PgColumn<{
|
|
2434
2434
|
name: "is_work_app";
|
|
2435
2435
|
tableName: "tools";
|
|
2436
2436
|
dataType: "boolean";
|
|
@@ -2447,7 +2447,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2447
2447
|
identity: undefined;
|
|
2448
2448
|
generated: undefined;
|
|
2449
2449
|
}, {}, {}>;
|
|
2450
|
-
projectId:
|
|
2450
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2451
2451
|
name: "project_id";
|
|
2452
2452
|
tableName: "tools";
|
|
2453
2453
|
dataType: "string";
|
|
@@ -2466,7 +2466,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2466
2466
|
}, {}, {
|
|
2467
2467
|
length: 256;
|
|
2468
2468
|
}>;
|
|
2469
|
-
tenantId:
|
|
2469
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2470
2470
|
name: "tenant_id";
|
|
2471
2471
|
tableName: "tools";
|
|
2472
2472
|
dataType: "string";
|
|
@@ -2485,7 +2485,7 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2485
2485
|
}, {}, {
|
|
2486
2486
|
length: 256;
|
|
2487
2487
|
}>;
|
|
2488
|
-
id:
|
|
2488
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
2489
2489
|
name: "id";
|
|
2490
2490
|
tableName: "tools";
|
|
2491
2491
|
dataType: "string";
|
|
@@ -2507,11 +2507,11 @@ declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2507
2507
|
};
|
|
2508
2508
|
dialect: "pg";
|
|
2509
2509
|
}>;
|
|
2510
|
-
declare const functionTools:
|
|
2510
|
+
declare const functionTools: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
2511
2511
|
name: "function_tools";
|
|
2512
2512
|
schema: undefined;
|
|
2513
2513
|
columns: {
|
|
2514
|
-
createdAt:
|
|
2514
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2515
2515
|
name: "created_at";
|
|
2516
2516
|
tableName: "function_tools";
|
|
2517
2517
|
dataType: "string";
|
|
@@ -2528,7 +2528,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2528
2528
|
identity: undefined;
|
|
2529
2529
|
generated: undefined;
|
|
2530
2530
|
}, {}, {}>;
|
|
2531
|
-
updatedAt:
|
|
2531
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2532
2532
|
name: "updated_at";
|
|
2533
2533
|
tableName: "function_tools";
|
|
2534
2534
|
dataType: "string";
|
|
@@ -2545,7 +2545,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2545
2545
|
identity: undefined;
|
|
2546
2546
|
generated: undefined;
|
|
2547
2547
|
}, {}, {}>;
|
|
2548
|
-
name:
|
|
2548
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
2549
2549
|
name: "name";
|
|
2550
2550
|
tableName: "function_tools";
|
|
2551
2551
|
dataType: "string";
|
|
@@ -2564,7 +2564,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2564
2564
|
}, {}, {
|
|
2565
2565
|
length: 256;
|
|
2566
2566
|
}>;
|
|
2567
|
-
description:
|
|
2567
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
2568
2568
|
name: "description";
|
|
2569
2569
|
tableName: "function_tools";
|
|
2570
2570
|
dataType: "string";
|
|
@@ -2581,7 +2581,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2581
2581
|
identity: undefined;
|
|
2582
2582
|
generated: undefined;
|
|
2583
2583
|
}, {}, {}>;
|
|
2584
|
-
functionId:
|
|
2584
|
+
functionId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2585
2585
|
name: "function_id";
|
|
2586
2586
|
tableName: "function_tools";
|
|
2587
2587
|
dataType: "string";
|
|
@@ -2600,7 +2600,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2600
2600
|
}, {}, {
|
|
2601
2601
|
length: 256;
|
|
2602
2602
|
}>;
|
|
2603
|
-
agentId:
|
|
2603
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2604
2604
|
name: "agent_id";
|
|
2605
2605
|
tableName: "function_tools";
|
|
2606
2606
|
dataType: "string";
|
|
@@ -2619,7 +2619,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2619
2619
|
}, {}, {
|
|
2620
2620
|
length: 256;
|
|
2621
2621
|
}>;
|
|
2622
|
-
projectId:
|
|
2622
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2623
2623
|
name: "project_id";
|
|
2624
2624
|
tableName: "function_tools";
|
|
2625
2625
|
dataType: "string";
|
|
@@ -2638,7 +2638,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2638
2638
|
}, {}, {
|
|
2639
2639
|
length: 256;
|
|
2640
2640
|
}>;
|
|
2641
|
-
tenantId:
|
|
2641
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2642
2642
|
name: "tenant_id";
|
|
2643
2643
|
tableName: "function_tools";
|
|
2644
2644
|
dataType: "string";
|
|
@@ -2657,7 +2657,7 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2657
2657
|
}, {}, {
|
|
2658
2658
|
length: 256;
|
|
2659
2659
|
}>;
|
|
2660
|
-
id:
|
|
2660
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
2661
2661
|
name: "id";
|
|
2662
2662
|
tableName: "function_tools";
|
|
2663
2663
|
dataType: "string";
|
|
@@ -2679,11 +2679,11 @@ declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2679
2679
|
};
|
|
2680
2680
|
dialect: "pg";
|
|
2681
2681
|
}>;
|
|
2682
|
-
declare const functions:
|
|
2682
|
+
declare const functions: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
2683
2683
|
name: "functions";
|
|
2684
2684
|
schema: undefined;
|
|
2685
2685
|
columns: {
|
|
2686
|
-
createdAt:
|
|
2686
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2687
2687
|
name: "created_at";
|
|
2688
2688
|
tableName: "functions";
|
|
2689
2689
|
dataType: "string";
|
|
@@ -2700,7 +2700,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2700
2700
|
identity: undefined;
|
|
2701
2701
|
generated: undefined;
|
|
2702
2702
|
}, {}, {}>;
|
|
2703
|
-
updatedAt:
|
|
2703
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2704
2704
|
name: "updated_at";
|
|
2705
2705
|
tableName: "functions";
|
|
2706
2706
|
dataType: "string";
|
|
@@ -2717,7 +2717,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2717
2717
|
identity: undefined;
|
|
2718
2718
|
generated: undefined;
|
|
2719
2719
|
}, {}, {}>;
|
|
2720
|
-
inputSchema:
|
|
2720
|
+
inputSchema: drizzle_orm_pg_core1291.PgColumn<{
|
|
2721
2721
|
name: "input_schema";
|
|
2722
2722
|
tableName: "functions";
|
|
2723
2723
|
dataType: "json";
|
|
@@ -2736,7 +2736,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2736
2736
|
}, {}, {
|
|
2737
2737
|
$type: Record<string, unknown>;
|
|
2738
2738
|
}>;
|
|
2739
|
-
executeCode:
|
|
2739
|
+
executeCode: drizzle_orm_pg_core1291.PgColumn<{
|
|
2740
2740
|
name: "execute_code";
|
|
2741
2741
|
tableName: "functions";
|
|
2742
2742
|
dataType: "string";
|
|
@@ -2753,7 +2753,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2753
2753
|
identity: undefined;
|
|
2754
2754
|
generated: undefined;
|
|
2755
2755
|
}, {}, {}>;
|
|
2756
|
-
dependencies:
|
|
2756
|
+
dependencies: drizzle_orm_pg_core1291.PgColumn<{
|
|
2757
2757
|
name: "dependencies";
|
|
2758
2758
|
tableName: "functions";
|
|
2759
2759
|
dataType: "json";
|
|
@@ -2772,7 +2772,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2772
2772
|
}, {}, {
|
|
2773
2773
|
$type: Record<string, string>;
|
|
2774
2774
|
}>;
|
|
2775
|
-
projectId:
|
|
2775
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2776
2776
|
name: "project_id";
|
|
2777
2777
|
tableName: "functions";
|
|
2778
2778
|
dataType: "string";
|
|
@@ -2791,7 +2791,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2791
2791
|
}, {}, {
|
|
2792
2792
|
length: 256;
|
|
2793
2793
|
}>;
|
|
2794
|
-
tenantId:
|
|
2794
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2795
2795
|
name: "tenant_id";
|
|
2796
2796
|
tableName: "functions";
|
|
2797
2797
|
dataType: "string";
|
|
@@ -2810,7 +2810,7 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2810
2810
|
}, {}, {
|
|
2811
2811
|
length: 256;
|
|
2812
2812
|
}>;
|
|
2813
|
-
id:
|
|
2813
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
2814
2814
|
name: "id";
|
|
2815
2815
|
tableName: "functions";
|
|
2816
2816
|
dataType: "string";
|
|
@@ -2832,11 +2832,11 @@ declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
2832
2832
|
};
|
|
2833
2833
|
dialect: "pg";
|
|
2834
2834
|
}>;
|
|
2835
|
-
declare const subAgentToolRelations:
|
|
2835
|
+
declare const subAgentToolRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
2836
2836
|
name: "sub_agent_tool_relations";
|
|
2837
2837
|
schema: undefined;
|
|
2838
2838
|
columns: {
|
|
2839
|
-
createdAt:
|
|
2839
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2840
2840
|
name: "created_at";
|
|
2841
2841
|
tableName: "sub_agent_tool_relations";
|
|
2842
2842
|
dataType: "string";
|
|
@@ -2853,7 +2853,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2853
2853
|
identity: undefined;
|
|
2854
2854
|
generated: undefined;
|
|
2855
2855
|
}, {}, {}>;
|
|
2856
|
-
updatedAt:
|
|
2856
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
2857
2857
|
name: "updated_at";
|
|
2858
2858
|
tableName: "sub_agent_tool_relations";
|
|
2859
2859
|
dataType: "string";
|
|
@@ -2870,7 +2870,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2870
2870
|
identity: undefined;
|
|
2871
2871
|
generated: undefined;
|
|
2872
2872
|
}, {}, {}>;
|
|
2873
|
-
toolId:
|
|
2873
|
+
toolId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2874
2874
|
name: "tool_id";
|
|
2875
2875
|
tableName: "sub_agent_tool_relations";
|
|
2876
2876
|
dataType: "string";
|
|
@@ -2889,7 +2889,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2889
2889
|
}, {}, {
|
|
2890
2890
|
length: 256;
|
|
2891
2891
|
}>;
|
|
2892
|
-
selectedTools:
|
|
2892
|
+
selectedTools: drizzle_orm_pg_core1291.PgColumn<{
|
|
2893
2893
|
name: "selected_tools";
|
|
2894
2894
|
tableName: "sub_agent_tool_relations";
|
|
2895
2895
|
dataType: "json";
|
|
@@ -2908,7 +2908,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2908
2908
|
}, {}, {
|
|
2909
2909
|
$type: string[] | null;
|
|
2910
2910
|
}>;
|
|
2911
|
-
headers:
|
|
2911
|
+
headers: drizzle_orm_pg_core1291.PgColumn<{
|
|
2912
2912
|
name: "headers";
|
|
2913
2913
|
tableName: "sub_agent_tool_relations";
|
|
2914
2914
|
dataType: "json";
|
|
@@ -2927,7 +2927,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2927
2927
|
}, {}, {
|
|
2928
2928
|
$type: Record<string, string> | null;
|
|
2929
2929
|
}>;
|
|
2930
|
-
toolPolicies:
|
|
2930
|
+
toolPolicies: drizzle_orm_pg_core1291.PgColumn<{
|
|
2931
2931
|
name: "tool_policies";
|
|
2932
2932
|
tableName: "sub_agent_tool_relations";
|
|
2933
2933
|
dataType: "json";
|
|
@@ -2950,7 +2950,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2950
2950
|
needsApproval?: boolean;
|
|
2951
2951
|
}> | null;
|
|
2952
2952
|
}>;
|
|
2953
|
-
subAgentId:
|
|
2953
|
+
subAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2954
2954
|
name: "sub_agent_id";
|
|
2955
2955
|
tableName: "sub_agent_tool_relations";
|
|
2956
2956
|
dataType: "string";
|
|
@@ -2969,7 +2969,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2969
2969
|
}, {}, {
|
|
2970
2970
|
length: 256;
|
|
2971
2971
|
}>;
|
|
2972
|
-
agentId:
|
|
2972
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2973
2973
|
name: "agent_id";
|
|
2974
2974
|
tableName: "sub_agent_tool_relations";
|
|
2975
2975
|
dataType: "string";
|
|
@@ -2988,7 +2988,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
2988
2988
|
}, {}, {
|
|
2989
2989
|
length: 256;
|
|
2990
2990
|
}>;
|
|
2991
|
-
projectId:
|
|
2991
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
2992
2992
|
name: "project_id";
|
|
2993
2993
|
tableName: "sub_agent_tool_relations";
|
|
2994
2994
|
dataType: "string";
|
|
@@ -3007,7 +3007,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
3007
3007
|
}, {}, {
|
|
3008
3008
|
length: 256;
|
|
3009
3009
|
}>;
|
|
3010
|
-
tenantId:
|
|
3010
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3011
3011
|
name: "tenant_id";
|
|
3012
3012
|
tableName: "sub_agent_tool_relations";
|
|
3013
3013
|
dataType: "string";
|
|
@@ -3026,7 +3026,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
3026
3026
|
}, {}, {
|
|
3027
3027
|
length: 256;
|
|
3028
3028
|
}>;
|
|
3029
|
-
id:
|
|
3029
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
3030
3030
|
name: "id";
|
|
3031
3031
|
tableName: "sub_agent_tool_relations";
|
|
3032
3032
|
dataType: "string";
|
|
@@ -3048,11 +3048,11 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
3048
3048
|
};
|
|
3049
3049
|
dialect: "pg";
|
|
3050
3050
|
}>;
|
|
3051
|
-
declare const subAgentExternalAgentRelations:
|
|
3051
|
+
declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
3052
3052
|
name: "sub_agent_external_agent_relations";
|
|
3053
3053
|
schema: undefined;
|
|
3054
3054
|
columns: {
|
|
3055
|
-
createdAt:
|
|
3055
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3056
3056
|
name: "created_at";
|
|
3057
3057
|
tableName: "sub_agent_external_agent_relations";
|
|
3058
3058
|
dataType: "string";
|
|
@@ -3069,7 +3069,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3069
3069
|
identity: undefined;
|
|
3070
3070
|
generated: undefined;
|
|
3071
3071
|
}, {}, {}>;
|
|
3072
|
-
updatedAt:
|
|
3072
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3073
3073
|
name: "updated_at";
|
|
3074
3074
|
tableName: "sub_agent_external_agent_relations";
|
|
3075
3075
|
dataType: "string";
|
|
@@ -3086,7 +3086,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3086
3086
|
identity: undefined;
|
|
3087
3087
|
generated: undefined;
|
|
3088
3088
|
}, {}, {}>;
|
|
3089
|
-
externalAgentId:
|
|
3089
|
+
externalAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3090
3090
|
name: "external_agent_id";
|
|
3091
3091
|
tableName: "sub_agent_external_agent_relations";
|
|
3092
3092
|
dataType: "string";
|
|
@@ -3105,7 +3105,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3105
3105
|
}, {}, {
|
|
3106
3106
|
length: 256;
|
|
3107
3107
|
}>;
|
|
3108
|
-
headers:
|
|
3108
|
+
headers: drizzle_orm_pg_core1291.PgColumn<{
|
|
3109
3109
|
name: "headers";
|
|
3110
3110
|
tableName: "sub_agent_external_agent_relations";
|
|
3111
3111
|
dataType: "json";
|
|
@@ -3124,7 +3124,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3124
3124
|
}, {}, {
|
|
3125
3125
|
$type: Record<string, string> | null;
|
|
3126
3126
|
}>;
|
|
3127
|
-
subAgentId:
|
|
3127
|
+
subAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3128
3128
|
name: "sub_agent_id";
|
|
3129
3129
|
tableName: "sub_agent_external_agent_relations";
|
|
3130
3130
|
dataType: "string";
|
|
@@ -3143,7 +3143,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3143
3143
|
}, {}, {
|
|
3144
3144
|
length: 256;
|
|
3145
3145
|
}>;
|
|
3146
|
-
agentId:
|
|
3146
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3147
3147
|
name: "agent_id";
|
|
3148
3148
|
tableName: "sub_agent_external_agent_relations";
|
|
3149
3149
|
dataType: "string";
|
|
@@ -3162,7 +3162,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3162
3162
|
}, {}, {
|
|
3163
3163
|
length: 256;
|
|
3164
3164
|
}>;
|
|
3165
|
-
projectId:
|
|
3165
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3166
3166
|
name: "project_id";
|
|
3167
3167
|
tableName: "sub_agent_external_agent_relations";
|
|
3168
3168
|
dataType: "string";
|
|
@@ -3181,7 +3181,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3181
3181
|
}, {}, {
|
|
3182
3182
|
length: 256;
|
|
3183
3183
|
}>;
|
|
3184
|
-
tenantId:
|
|
3184
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3185
3185
|
name: "tenant_id";
|
|
3186
3186
|
tableName: "sub_agent_external_agent_relations";
|
|
3187
3187
|
dataType: "string";
|
|
@@ -3200,7 +3200,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3200
3200
|
}, {}, {
|
|
3201
3201
|
length: 256;
|
|
3202
3202
|
}>;
|
|
3203
|
-
id:
|
|
3203
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
3204
3204
|
name: "id";
|
|
3205
3205
|
tableName: "sub_agent_external_agent_relations";
|
|
3206
3206
|
dataType: "string";
|
|
@@ -3222,11 +3222,11 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
3222
3222
|
};
|
|
3223
3223
|
dialect: "pg";
|
|
3224
3224
|
}>;
|
|
3225
|
-
declare const subAgentTeamAgentRelations:
|
|
3225
|
+
declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
3226
3226
|
name: "sub_agent_team_agent_relations";
|
|
3227
3227
|
schema: undefined;
|
|
3228
3228
|
columns: {
|
|
3229
|
-
createdAt:
|
|
3229
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3230
3230
|
name: "created_at";
|
|
3231
3231
|
tableName: "sub_agent_team_agent_relations";
|
|
3232
3232
|
dataType: "string";
|
|
@@ -3243,7 +3243,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3243
3243
|
identity: undefined;
|
|
3244
3244
|
generated: undefined;
|
|
3245
3245
|
}, {}, {}>;
|
|
3246
|
-
updatedAt:
|
|
3246
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3247
3247
|
name: "updated_at";
|
|
3248
3248
|
tableName: "sub_agent_team_agent_relations";
|
|
3249
3249
|
dataType: "string";
|
|
@@ -3260,7 +3260,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3260
3260
|
identity: undefined;
|
|
3261
3261
|
generated: undefined;
|
|
3262
3262
|
}, {}, {}>;
|
|
3263
|
-
targetAgentId:
|
|
3263
|
+
targetAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3264
3264
|
name: "target_agent_id";
|
|
3265
3265
|
tableName: "sub_agent_team_agent_relations";
|
|
3266
3266
|
dataType: "string";
|
|
@@ -3279,7 +3279,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3279
3279
|
}, {}, {
|
|
3280
3280
|
length: 256;
|
|
3281
3281
|
}>;
|
|
3282
|
-
headers:
|
|
3282
|
+
headers: drizzle_orm_pg_core1291.PgColumn<{
|
|
3283
3283
|
name: "headers";
|
|
3284
3284
|
tableName: "sub_agent_team_agent_relations";
|
|
3285
3285
|
dataType: "json";
|
|
@@ -3298,7 +3298,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3298
3298
|
}, {}, {
|
|
3299
3299
|
$type: Record<string, string> | null;
|
|
3300
3300
|
}>;
|
|
3301
|
-
subAgentId:
|
|
3301
|
+
subAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3302
3302
|
name: "sub_agent_id";
|
|
3303
3303
|
tableName: "sub_agent_team_agent_relations";
|
|
3304
3304
|
dataType: "string";
|
|
@@ -3317,7 +3317,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3317
3317
|
}, {}, {
|
|
3318
3318
|
length: 256;
|
|
3319
3319
|
}>;
|
|
3320
|
-
agentId:
|
|
3320
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3321
3321
|
name: "agent_id";
|
|
3322
3322
|
tableName: "sub_agent_team_agent_relations";
|
|
3323
3323
|
dataType: "string";
|
|
@@ -3336,7 +3336,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3336
3336
|
}, {}, {
|
|
3337
3337
|
length: 256;
|
|
3338
3338
|
}>;
|
|
3339
|
-
projectId:
|
|
3339
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3340
3340
|
name: "project_id";
|
|
3341
3341
|
tableName: "sub_agent_team_agent_relations";
|
|
3342
3342
|
dataType: "string";
|
|
@@ -3355,7 +3355,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3355
3355
|
}, {}, {
|
|
3356
3356
|
length: 256;
|
|
3357
3357
|
}>;
|
|
3358
|
-
tenantId:
|
|
3358
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3359
3359
|
name: "tenant_id";
|
|
3360
3360
|
tableName: "sub_agent_team_agent_relations";
|
|
3361
3361
|
dataType: "string";
|
|
@@ -3374,7 +3374,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3374
3374
|
}, {}, {
|
|
3375
3375
|
length: 256;
|
|
3376
3376
|
}>;
|
|
3377
|
-
id:
|
|
3377
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
3378
3378
|
name: "id";
|
|
3379
3379
|
tableName: "sub_agent_team_agent_relations";
|
|
3380
3380
|
dataType: "string";
|
|
@@ -3396,11 +3396,11 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithCol
|
|
|
3396
3396
|
};
|
|
3397
3397
|
dialect: "pg";
|
|
3398
3398
|
}>;
|
|
3399
|
-
declare const subAgentFunctionToolRelations:
|
|
3399
|
+
declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
3400
3400
|
name: "sub_agent_function_tool_relations";
|
|
3401
3401
|
schema: undefined;
|
|
3402
3402
|
columns: {
|
|
3403
|
-
createdAt:
|
|
3403
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3404
3404
|
name: "created_at";
|
|
3405
3405
|
tableName: "sub_agent_function_tool_relations";
|
|
3406
3406
|
dataType: "string";
|
|
@@ -3417,7 +3417,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3417
3417
|
identity: undefined;
|
|
3418
3418
|
generated: undefined;
|
|
3419
3419
|
}, {}, {}>;
|
|
3420
|
-
updatedAt:
|
|
3420
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3421
3421
|
name: "updated_at";
|
|
3422
3422
|
tableName: "sub_agent_function_tool_relations";
|
|
3423
3423
|
dataType: "string";
|
|
@@ -3434,7 +3434,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3434
3434
|
identity: undefined;
|
|
3435
3435
|
generated: undefined;
|
|
3436
3436
|
}, {}, {}>;
|
|
3437
|
-
functionToolId:
|
|
3437
|
+
functionToolId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3438
3438
|
name: "function_tool_id";
|
|
3439
3439
|
tableName: "sub_agent_function_tool_relations";
|
|
3440
3440
|
dataType: "string";
|
|
@@ -3453,7 +3453,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3453
3453
|
}, {}, {
|
|
3454
3454
|
length: 256;
|
|
3455
3455
|
}>;
|
|
3456
|
-
toolPolicies:
|
|
3456
|
+
toolPolicies: drizzle_orm_pg_core1291.PgColumn<{
|
|
3457
3457
|
name: "tool_policies";
|
|
3458
3458
|
tableName: "sub_agent_function_tool_relations";
|
|
3459
3459
|
dataType: "json";
|
|
@@ -3476,7 +3476,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3476
3476
|
needsApproval?: boolean;
|
|
3477
3477
|
}> | null;
|
|
3478
3478
|
}>;
|
|
3479
|
-
subAgentId:
|
|
3479
|
+
subAgentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3480
3480
|
name: "sub_agent_id";
|
|
3481
3481
|
tableName: "sub_agent_function_tool_relations";
|
|
3482
3482
|
dataType: "string";
|
|
@@ -3495,7 +3495,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3495
3495
|
}, {}, {
|
|
3496
3496
|
length: 256;
|
|
3497
3497
|
}>;
|
|
3498
|
-
agentId:
|
|
3498
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3499
3499
|
name: "agent_id";
|
|
3500
3500
|
tableName: "sub_agent_function_tool_relations";
|
|
3501
3501
|
dataType: "string";
|
|
@@ -3514,7 +3514,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3514
3514
|
}, {}, {
|
|
3515
3515
|
length: 256;
|
|
3516
3516
|
}>;
|
|
3517
|
-
projectId:
|
|
3517
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3518
3518
|
name: "project_id";
|
|
3519
3519
|
tableName: "sub_agent_function_tool_relations";
|
|
3520
3520
|
dataType: "string";
|
|
@@ -3533,7 +3533,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3533
3533
|
}, {}, {
|
|
3534
3534
|
length: 256;
|
|
3535
3535
|
}>;
|
|
3536
|
-
tenantId:
|
|
3536
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3537
3537
|
name: "tenant_id";
|
|
3538
3538
|
tableName: "sub_agent_function_tool_relations";
|
|
3539
3539
|
dataType: "string";
|
|
@@ -3552,7 +3552,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3552
3552
|
}, {}, {
|
|
3553
3553
|
length: 256;
|
|
3554
3554
|
}>;
|
|
3555
|
-
id:
|
|
3555
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
3556
3556
|
name: "id";
|
|
3557
3557
|
tableName: "sub_agent_function_tool_relations";
|
|
3558
3558
|
dataType: "string";
|
|
@@ -3574,11 +3574,11 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWith
|
|
|
3574
3574
|
};
|
|
3575
3575
|
dialect: "pg";
|
|
3576
3576
|
}>;
|
|
3577
|
-
declare const credentialReferences:
|
|
3577
|
+
declare const credentialReferences: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
3578
3578
|
name: "credential_references";
|
|
3579
3579
|
schema: undefined;
|
|
3580
3580
|
columns: {
|
|
3581
|
-
createdAt:
|
|
3581
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3582
3582
|
name: "created_at";
|
|
3583
3583
|
tableName: "credential_references";
|
|
3584
3584
|
dataType: "string";
|
|
@@ -3595,7 +3595,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3595
3595
|
identity: undefined;
|
|
3596
3596
|
generated: undefined;
|
|
3597
3597
|
}, {}, {}>;
|
|
3598
|
-
updatedAt:
|
|
3598
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3599
3599
|
name: "updated_at";
|
|
3600
3600
|
tableName: "credential_references";
|
|
3601
3601
|
dataType: "string";
|
|
@@ -3612,7 +3612,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3612
3612
|
identity: undefined;
|
|
3613
3613
|
generated: undefined;
|
|
3614
3614
|
}, {}, {}>;
|
|
3615
|
-
name:
|
|
3615
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
3616
3616
|
name: "name";
|
|
3617
3617
|
tableName: "credential_references";
|
|
3618
3618
|
dataType: "string";
|
|
@@ -3631,7 +3631,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3631
3631
|
}, {}, {
|
|
3632
3632
|
length: 256;
|
|
3633
3633
|
}>;
|
|
3634
|
-
type:
|
|
3634
|
+
type: drizzle_orm_pg_core1291.PgColumn<{
|
|
3635
3635
|
name: "type";
|
|
3636
3636
|
tableName: "credential_references";
|
|
3637
3637
|
dataType: "string";
|
|
@@ -3650,7 +3650,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3650
3650
|
}, {}, {
|
|
3651
3651
|
length: 256;
|
|
3652
3652
|
}>;
|
|
3653
|
-
credentialStoreId:
|
|
3653
|
+
credentialStoreId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3654
3654
|
name: "credential_store_id";
|
|
3655
3655
|
tableName: "credential_references";
|
|
3656
3656
|
dataType: "string";
|
|
@@ -3669,7 +3669,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3669
3669
|
}, {}, {
|
|
3670
3670
|
length: 256;
|
|
3671
3671
|
}>;
|
|
3672
|
-
retrievalParams:
|
|
3672
|
+
retrievalParams: drizzle_orm_pg_core1291.PgColumn<{
|
|
3673
3673
|
name: "retrieval_params";
|
|
3674
3674
|
tableName: "credential_references";
|
|
3675
3675
|
dataType: "json";
|
|
@@ -3688,7 +3688,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3688
3688
|
}, {}, {
|
|
3689
3689
|
$type: Record<string, unknown>;
|
|
3690
3690
|
}>;
|
|
3691
|
-
toolId:
|
|
3691
|
+
toolId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3692
3692
|
name: "tool_id";
|
|
3693
3693
|
tableName: "credential_references";
|
|
3694
3694
|
dataType: "string";
|
|
@@ -3707,7 +3707,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3707
3707
|
}, {}, {
|
|
3708
3708
|
length: 256;
|
|
3709
3709
|
}>;
|
|
3710
|
-
userId:
|
|
3710
|
+
userId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3711
3711
|
name: "user_id";
|
|
3712
3712
|
tableName: "credential_references";
|
|
3713
3713
|
dataType: "string";
|
|
@@ -3726,7 +3726,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3726
3726
|
}, {}, {
|
|
3727
3727
|
length: 256;
|
|
3728
3728
|
}>;
|
|
3729
|
-
createdBy:
|
|
3729
|
+
createdBy: drizzle_orm_pg_core1291.PgColumn<{
|
|
3730
3730
|
name: "created_by";
|
|
3731
3731
|
tableName: "credential_references";
|
|
3732
3732
|
dataType: "string";
|
|
@@ -3745,7 +3745,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3745
3745
|
}, {}, {
|
|
3746
3746
|
length: 256;
|
|
3747
3747
|
}>;
|
|
3748
|
-
projectId:
|
|
3748
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3749
3749
|
name: "project_id";
|
|
3750
3750
|
tableName: "credential_references";
|
|
3751
3751
|
dataType: "string";
|
|
@@ -3764,7 +3764,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3764
3764
|
}, {}, {
|
|
3765
3765
|
length: 256;
|
|
3766
3766
|
}>;
|
|
3767
|
-
tenantId:
|
|
3767
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3768
3768
|
name: "tenant_id";
|
|
3769
3769
|
tableName: "credential_references";
|
|
3770
3770
|
dataType: "string";
|
|
@@ -3783,7 +3783,7 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3783
3783
|
}, {}, {
|
|
3784
3784
|
length: 256;
|
|
3785
3785
|
}>;
|
|
3786
|
-
id:
|
|
3786
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
3787
3787
|
name: "id";
|
|
3788
3788
|
tableName: "credential_references";
|
|
3789
3789
|
dataType: "string";
|
|
@@ -3815,11 +3815,11 @@ declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3815
3815
|
*
|
|
3816
3816
|
* Includes: name and timestamps
|
|
3817
3817
|
*/
|
|
3818
|
-
declare const dataset:
|
|
3818
|
+
declare const dataset: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
3819
3819
|
name: "dataset";
|
|
3820
3820
|
schema: undefined;
|
|
3821
3821
|
columns: {
|
|
3822
|
-
createdAt:
|
|
3822
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3823
3823
|
name: "created_at";
|
|
3824
3824
|
tableName: "dataset";
|
|
3825
3825
|
dataType: "string";
|
|
@@ -3836,7 +3836,7 @@ declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3836
3836
|
identity: undefined;
|
|
3837
3837
|
generated: undefined;
|
|
3838
3838
|
}, {}, {}>;
|
|
3839
|
-
updatedAt:
|
|
3839
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3840
3840
|
name: "updated_at";
|
|
3841
3841
|
tableName: "dataset";
|
|
3842
3842
|
dataType: "string";
|
|
@@ -3853,7 +3853,7 @@ declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3853
3853
|
identity: undefined;
|
|
3854
3854
|
generated: undefined;
|
|
3855
3855
|
}, {}, {}>;
|
|
3856
|
-
name:
|
|
3856
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
3857
3857
|
name: "name";
|
|
3858
3858
|
tableName: "dataset";
|
|
3859
3859
|
dataType: "string";
|
|
@@ -3872,7 +3872,7 @@ declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3872
3872
|
}, {}, {
|
|
3873
3873
|
length: 256;
|
|
3874
3874
|
}>;
|
|
3875
|
-
projectId:
|
|
3875
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3876
3876
|
name: "project_id";
|
|
3877
3877
|
tableName: "dataset";
|
|
3878
3878
|
dataType: "string";
|
|
@@ -3891,7 +3891,7 @@ declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3891
3891
|
}, {}, {
|
|
3892
3892
|
length: 256;
|
|
3893
3893
|
}>;
|
|
3894
|
-
tenantId:
|
|
3894
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3895
3895
|
name: "tenant_id";
|
|
3896
3896
|
tableName: "dataset";
|
|
3897
3897
|
dataType: "string";
|
|
@@ -3910,7 +3910,7 @@ declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3910
3910
|
}, {}, {
|
|
3911
3911
|
length: 256;
|
|
3912
3912
|
}>;
|
|
3913
|
-
id:
|
|
3913
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
3914
3914
|
name: "id";
|
|
3915
3915
|
tableName: "dataset";
|
|
3916
3916
|
dataType: "string";
|
|
@@ -3943,11 +3943,11 @@ declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3943
3943
|
* simulation agent (stopWhen conditions, prompt/modelConfig), and timestamps
|
|
3944
3944
|
* simulationAgent is for when a user wants to create a multi-turn simulation aka a simulating agent is creating input messages based on a persona
|
|
3945
3945
|
*/
|
|
3946
|
-
declare const datasetItem:
|
|
3946
|
+
declare const datasetItem: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
3947
3947
|
name: "dataset_item";
|
|
3948
3948
|
schema: undefined;
|
|
3949
3949
|
columns: {
|
|
3950
|
-
createdAt:
|
|
3950
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3951
3951
|
name: "created_at";
|
|
3952
3952
|
tableName: "dataset_item";
|
|
3953
3953
|
dataType: "string";
|
|
@@ -3964,7 +3964,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3964
3964
|
identity: undefined;
|
|
3965
3965
|
generated: undefined;
|
|
3966
3966
|
}, {}, {}>;
|
|
3967
|
-
updatedAt:
|
|
3967
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
3968
3968
|
name: "updated_at";
|
|
3969
3969
|
tableName: "dataset_item";
|
|
3970
3970
|
dataType: "string";
|
|
@@ -3981,7 +3981,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
3981
3981
|
identity: undefined;
|
|
3982
3982
|
generated: undefined;
|
|
3983
3983
|
}, {}, {}>;
|
|
3984
|
-
datasetId:
|
|
3984
|
+
datasetId: drizzle_orm_pg_core1291.PgColumn<{
|
|
3985
3985
|
name: "dataset_id";
|
|
3986
3986
|
tableName: "dataset_item";
|
|
3987
3987
|
dataType: "string";
|
|
@@ -4000,7 +4000,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4000
4000
|
}, {}, {
|
|
4001
4001
|
length: 256;
|
|
4002
4002
|
}>;
|
|
4003
|
-
input:
|
|
4003
|
+
input: drizzle_orm_pg_core1291.PgColumn<{
|
|
4004
4004
|
name: "input";
|
|
4005
4005
|
tableName: "dataset_item";
|
|
4006
4006
|
dataType: "json";
|
|
@@ -4019,7 +4019,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4019
4019
|
}, {}, {
|
|
4020
4020
|
$type: DatasetItemInput;
|
|
4021
4021
|
}>;
|
|
4022
|
-
expectedOutput:
|
|
4022
|
+
expectedOutput: drizzle_orm_pg_core1291.PgColumn<{
|
|
4023
4023
|
name: "expected_output";
|
|
4024
4024
|
tableName: "dataset_item";
|
|
4025
4025
|
dataType: "json";
|
|
@@ -4038,7 +4038,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4038
4038
|
}, {}, {
|
|
4039
4039
|
$type: DatasetItemExpectedOutput;
|
|
4040
4040
|
}>;
|
|
4041
|
-
simulationAgent:
|
|
4041
|
+
simulationAgent: drizzle_orm_pg_core1291.PgColumn<{
|
|
4042
4042
|
name: "simulation_agent";
|
|
4043
4043
|
tableName: "dataset_item";
|
|
4044
4044
|
dataType: "json";
|
|
@@ -4077,7 +4077,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4077
4077
|
} | undefined;
|
|
4078
4078
|
};
|
|
4079
4079
|
}>;
|
|
4080
|
-
projectId:
|
|
4080
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4081
4081
|
name: "project_id";
|
|
4082
4082
|
tableName: "dataset_item";
|
|
4083
4083
|
dataType: "string";
|
|
@@ -4096,7 +4096,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4096
4096
|
}, {}, {
|
|
4097
4097
|
length: 256;
|
|
4098
4098
|
}>;
|
|
4099
|
-
tenantId:
|
|
4099
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4100
4100
|
name: "tenant_id";
|
|
4101
4101
|
tableName: "dataset_item";
|
|
4102
4102
|
dataType: "string";
|
|
@@ -4115,7 +4115,7 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4115
4115
|
}, {}, {
|
|
4116
4116
|
length: 256;
|
|
4117
4117
|
}>;
|
|
4118
|
-
id:
|
|
4118
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
4119
4119
|
name: "id";
|
|
4120
4120
|
tableName: "dataset_item";
|
|
4121
4121
|
dataType: "string";
|
|
@@ -4137,11 +4137,11 @@ declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4137
4137
|
};
|
|
4138
4138
|
dialect: "pg";
|
|
4139
4139
|
}>;
|
|
4140
|
-
declare const evaluator:
|
|
4140
|
+
declare const evaluator: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
4141
4141
|
name: "evaluator";
|
|
4142
4142
|
schema: undefined;
|
|
4143
4143
|
columns: {
|
|
4144
|
-
createdAt:
|
|
4144
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4145
4145
|
name: "created_at";
|
|
4146
4146
|
tableName: "evaluator";
|
|
4147
4147
|
dataType: "string";
|
|
@@ -4158,7 +4158,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4158
4158
|
identity: undefined;
|
|
4159
4159
|
generated: undefined;
|
|
4160
4160
|
}, {}, {}>;
|
|
4161
|
-
updatedAt:
|
|
4161
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4162
4162
|
name: "updated_at";
|
|
4163
4163
|
tableName: "evaluator";
|
|
4164
4164
|
dataType: "string";
|
|
@@ -4175,7 +4175,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4175
4175
|
identity: undefined;
|
|
4176
4176
|
generated: undefined;
|
|
4177
4177
|
}, {}, {}>;
|
|
4178
|
-
prompt:
|
|
4178
|
+
prompt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4179
4179
|
name: "prompt";
|
|
4180
4180
|
tableName: "evaluator";
|
|
4181
4181
|
dataType: "string";
|
|
@@ -4192,7 +4192,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4192
4192
|
identity: undefined;
|
|
4193
4193
|
generated: undefined;
|
|
4194
4194
|
}, {}, {}>;
|
|
4195
|
-
schema:
|
|
4195
|
+
schema: drizzle_orm_pg_core1291.PgColumn<{
|
|
4196
4196
|
name: "schema";
|
|
4197
4197
|
tableName: "evaluator";
|
|
4198
4198
|
dataType: "json";
|
|
@@ -4211,7 +4211,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4211
4211
|
}, {}, {
|
|
4212
4212
|
$type: Record<string, unknown>;
|
|
4213
4213
|
}>;
|
|
4214
|
-
model:
|
|
4214
|
+
model: drizzle_orm_pg_core1291.PgColumn<{
|
|
4215
4215
|
name: "model";
|
|
4216
4216
|
tableName: "evaluator";
|
|
4217
4217
|
dataType: "json";
|
|
@@ -4236,7 +4236,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4236
4236
|
providerOptions?: Record<string, any> | undefined;
|
|
4237
4237
|
};
|
|
4238
4238
|
}>;
|
|
4239
|
-
passCriteria:
|
|
4239
|
+
passCriteria: drizzle_orm_pg_core1291.PgColumn<{
|
|
4240
4240
|
name: "pass_criteria";
|
|
4241
4241
|
tableName: "evaluator";
|
|
4242
4242
|
dataType: "json";
|
|
@@ -4255,7 +4255,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4255
4255
|
}, {}, {
|
|
4256
4256
|
$type: PassCriteria;
|
|
4257
4257
|
}>;
|
|
4258
|
-
name:
|
|
4258
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
4259
4259
|
name: "name";
|
|
4260
4260
|
tableName: "evaluator";
|
|
4261
4261
|
dataType: "string";
|
|
@@ -4274,7 +4274,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4274
4274
|
}, {}, {
|
|
4275
4275
|
length: 256;
|
|
4276
4276
|
}>;
|
|
4277
|
-
description:
|
|
4277
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
4278
4278
|
name: "description";
|
|
4279
4279
|
tableName: "evaluator";
|
|
4280
4280
|
dataType: "string";
|
|
@@ -4291,7 +4291,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4291
4291
|
identity: undefined;
|
|
4292
4292
|
generated: undefined;
|
|
4293
4293
|
}, {}, {}>;
|
|
4294
|
-
projectId:
|
|
4294
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4295
4295
|
name: "project_id";
|
|
4296
4296
|
tableName: "evaluator";
|
|
4297
4297
|
dataType: "string";
|
|
@@ -4310,7 +4310,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4310
4310
|
}, {}, {
|
|
4311
4311
|
length: 256;
|
|
4312
4312
|
}>;
|
|
4313
|
-
tenantId:
|
|
4313
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4314
4314
|
name: "tenant_id";
|
|
4315
4315
|
tableName: "evaluator";
|
|
4316
4316
|
dataType: "string";
|
|
@@ -4329,7 +4329,7 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4329
4329
|
}, {}, {
|
|
4330
4330
|
length: 256;
|
|
4331
4331
|
}>;
|
|
4332
|
-
id:
|
|
4332
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
4333
4333
|
name: "id";
|
|
4334
4334
|
tableName: "evaluator";
|
|
4335
4335
|
dataType: "string";
|
|
@@ -4351,11 +4351,11 @@ declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4351
4351
|
};
|
|
4352
4352
|
dialect: "pg";
|
|
4353
4353
|
}>;
|
|
4354
|
-
declare const datasetRunConfig:
|
|
4354
|
+
declare const datasetRunConfig: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
4355
4355
|
name: "dataset_run_config";
|
|
4356
4356
|
schema: undefined;
|
|
4357
4357
|
columns: {
|
|
4358
|
-
createdAt:
|
|
4358
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4359
4359
|
name: "created_at";
|
|
4360
4360
|
tableName: "dataset_run_config";
|
|
4361
4361
|
dataType: "string";
|
|
@@ -4372,7 +4372,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4372
4372
|
identity: undefined;
|
|
4373
4373
|
generated: undefined;
|
|
4374
4374
|
}, {}, {}>;
|
|
4375
|
-
updatedAt:
|
|
4375
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4376
4376
|
name: "updated_at";
|
|
4377
4377
|
tableName: "dataset_run_config";
|
|
4378
4378
|
dataType: "string";
|
|
@@ -4389,7 +4389,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4389
4389
|
identity: undefined;
|
|
4390
4390
|
generated: undefined;
|
|
4391
4391
|
}, {}, {}>;
|
|
4392
|
-
datasetId:
|
|
4392
|
+
datasetId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4393
4393
|
name: "dataset_id";
|
|
4394
4394
|
tableName: "dataset_run_config";
|
|
4395
4395
|
dataType: "string";
|
|
@@ -4408,7 +4408,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4408
4408
|
}, {}, {
|
|
4409
4409
|
length: 256;
|
|
4410
4410
|
}>;
|
|
4411
|
-
name:
|
|
4411
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
4412
4412
|
name: "name";
|
|
4413
4413
|
tableName: "dataset_run_config";
|
|
4414
4414
|
dataType: "string";
|
|
@@ -4427,7 +4427,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4427
4427
|
}, {}, {
|
|
4428
4428
|
length: 256;
|
|
4429
4429
|
}>;
|
|
4430
|
-
description:
|
|
4430
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
4431
4431
|
name: "description";
|
|
4432
4432
|
tableName: "dataset_run_config";
|
|
4433
4433
|
dataType: "string";
|
|
@@ -4444,7 +4444,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4444
4444
|
identity: undefined;
|
|
4445
4445
|
generated: undefined;
|
|
4446
4446
|
}, {}, {}>;
|
|
4447
|
-
projectId:
|
|
4447
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4448
4448
|
name: "project_id";
|
|
4449
4449
|
tableName: "dataset_run_config";
|
|
4450
4450
|
dataType: "string";
|
|
@@ -4463,7 +4463,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4463
4463
|
}, {}, {
|
|
4464
4464
|
length: 256;
|
|
4465
4465
|
}>;
|
|
4466
|
-
tenantId:
|
|
4466
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4467
4467
|
name: "tenant_id";
|
|
4468
4468
|
tableName: "dataset_run_config";
|
|
4469
4469
|
dataType: "string";
|
|
@@ -4482,7 +4482,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4482
4482
|
}, {}, {
|
|
4483
4483
|
length: 256;
|
|
4484
4484
|
}>;
|
|
4485
|
-
id:
|
|
4485
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
4486
4486
|
name: "id";
|
|
4487
4487
|
tableName: "dataset_run_config";
|
|
4488
4488
|
dataType: "string";
|
|
@@ -4519,11 +4519,11 @@ declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4519
4519
|
* Includes: name, description, filters (JSONB for evaluation criteria),
|
|
4520
4520
|
* sampleRate for sampling, and timestamps
|
|
4521
4521
|
*/
|
|
4522
|
-
declare const evaluationSuiteConfig:
|
|
4522
|
+
declare const evaluationSuiteConfig: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
4523
4523
|
name: "evaluation_suite_config";
|
|
4524
4524
|
schema: undefined;
|
|
4525
4525
|
columns: {
|
|
4526
|
-
createdAt:
|
|
4526
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4527
4527
|
name: "created_at";
|
|
4528
4528
|
tableName: "evaluation_suite_config";
|
|
4529
4529
|
dataType: "string";
|
|
@@ -4540,7 +4540,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4540
4540
|
identity: undefined;
|
|
4541
4541
|
generated: undefined;
|
|
4542
4542
|
}, {}, {}>;
|
|
4543
|
-
updatedAt:
|
|
4543
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4544
4544
|
name: "updated_at";
|
|
4545
4545
|
tableName: "evaluation_suite_config";
|
|
4546
4546
|
dataType: "string";
|
|
@@ -4557,7 +4557,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4557
4557
|
identity: undefined;
|
|
4558
4558
|
generated: undefined;
|
|
4559
4559
|
}, {}, {}>;
|
|
4560
|
-
filters:
|
|
4560
|
+
filters: drizzle_orm_pg_core1291.PgColumn<{
|
|
4561
4561
|
name: "filters";
|
|
4562
4562
|
tableName: "evaluation_suite_config";
|
|
4563
4563
|
dataType: "json";
|
|
@@ -4576,7 +4576,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4576
4576
|
}, {}, {
|
|
4577
4577
|
$type: Filter<EvaluationSuiteFilterCriteria>;
|
|
4578
4578
|
}>;
|
|
4579
|
-
sampleRate:
|
|
4579
|
+
sampleRate: drizzle_orm_pg_core1291.PgColumn<{
|
|
4580
4580
|
name: "sample_rate";
|
|
4581
4581
|
tableName: "evaluation_suite_config";
|
|
4582
4582
|
dataType: "number";
|
|
@@ -4593,7 +4593,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4593
4593
|
identity: undefined;
|
|
4594
4594
|
generated: undefined;
|
|
4595
4595
|
}, {}, {}>;
|
|
4596
|
-
projectId:
|
|
4596
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4597
4597
|
name: "project_id";
|
|
4598
4598
|
tableName: "evaluation_suite_config";
|
|
4599
4599
|
dataType: "string";
|
|
@@ -4612,7 +4612,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4612
4612
|
}, {}, {
|
|
4613
4613
|
length: 256;
|
|
4614
4614
|
}>;
|
|
4615
|
-
tenantId:
|
|
4615
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4616
4616
|
name: "tenant_id";
|
|
4617
4617
|
tableName: "evaluation_suite_config";
|
|
4618
4618
|
dataType: "string";
|
|
@@ -4631,7 +4631,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4631
4631
|
}, {}, {
|
|
4632
4632
|
length: 256;
|
|
4633
4633
|
}>;
|
|
4634
|
-
id:
|
|
4634
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
4635
4635
|
name: "id";
|
|
4636
4636
|
tableName: "evaluation_suite_config";
|
|
4637
4637
|
dataType: "string";
|
|
@@ -4660,11 +4660,11 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<
|
|
|
4660
4660
|
*
|
|
4661
4661
|
* Includes: evaluationSuiteConfigId, evaluatorId, and timestamps
|
|
4662
4662
|
*/
|
|
4663
|
-
declare const evaluationSuiteConfigEvaluatorRelations:
|
|
4663
|
+
declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
4664
4664
|
name: "evaluation_suite_config_evaluator_relations";
|
|
4665
4665
|
schema: undefined;
|
|
4666
4666
|
columns: {
|
|
4667
|
-
createdAt:
|
|
4667
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4668
4668
|
name: "created_at";
|
|
4669
4669
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4670
4670
|
dataType: "string";
|
|
@@ -4681,7 +4681,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4681
4681
|
identity: undefined;
|
|
4682
4682
|
generated: undefined;
|
|
4683
4683
|
}, {}, {}>;
|
|
4684
|
-
updatedAt:
|
|
4684
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4685
4685
|
name: "updated_at";
|
|
4686
4686
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4687
4687
|
dataType: "string";
|
|
@@ -4698,7 +4698,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4698
4698
|
identity: undefined;
|
|
4699
4699
|
generated: undefined;
|
|
4700
4700
|
}, {}, {}>;
|
|
4701
|
-
evaluationSuiteConfigId:
|
|
4701
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4702
4702
|
name: "evaluation_suite_config_id";
|
|
4703
4703
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4704
4704
|
dataType: "string";
|
|
@@ -4717,7 +4717,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4717
4717
|
}, {}, {
|
|
4718
4718
|
length: 256;
|
|
4719
4719
|
}>;
|
|
4720
|
-
evaluatorId:
|
|
4720
|
+
evaluatorId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4721
4721
|
name: "evaluator_id";
|
|
4722
4722
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4723
4723
|
dataType: "string";
|
|
@@ -4736,7 +4736,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4736
4736
|
}, {}, {
|
|
4737
4737
|
length: 256;
|
|
4738
4738
|
}>;
|
|
4739
|
-
projectId:
|
|
4739
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4740
4740
|
name: "project_id";
|
|
4741
4741
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4742
4742
|
dataType: "string";
|
|
@@ -4755,7 +4755,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4755
4755
|
}, {}, {
|
|
4756
4756
|
length: 256;
|
|
4757
4757
|
}>;
|
|
4758
|
-
tenantId:
|
|
4758
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4759
4759
|
name: "tenant_id";
|
|
4760
4760
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4761
4761
|
dataType: "string";
|
|
@@ -4774,7 +4774,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4774
4774
|
}, {}, {
|
|
4775
4775
|
length: 256;
|
|
4776
4776
|
}>;
|
|
4777
|
-
id:
|
|
4777
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
4778
4778
|
name: "id";
|
|
4779
4779
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4780
4780
|
dataType: "string";
|
|
@@ -4803,11 +4803,11 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.P
|
|
|
4803
4803
|
*
|
|
4804
4804
|
* Includes: evaluationRunConfigId, evaluationSuiteConfigId, and timestamps
|
|
4805
4805
|
*/
|
|
4806
|
-
declare const evaluationRunConfigEvaluationSuiteConfigRelations:
|
|
4806
|
+
declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
4807
4807
|
name: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4808
4808
|
schema: undefined;
|
|
4809
4809
|
columns: {
|
|
4810
|
-
createdAt:
|
|
4810
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4811
4811
|
name: "created_at";
|
|
4812
4812
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4813
4813
|
dataType: "string";
|
|
@@ -4824,7 +4824,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4824
4824
|
identity: undefined;
|
|
4825
4825
|
generated: undefined;
|
|
4826
4826
|
}, {}, {}>;
|
|
4827
|
-
updatedAt:
|
|
4827
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4828
4828
|
name: "updated_at";
|
|
4829
4829
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4830
4830
|
dataType: "string";
|
|
@@ -4841,7 +4841,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4841
4841
|
identity: undefined;
|
|
4842
4842
|
generated: undefined;
|
|
4843
4843
|
}, {}, {}>;
|
|
4844
|
-
evaluationRunConfigId:
|
|
4844
|
+
evaluationRunConfigId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4845
4845
|
name: "evaluation_run_config_id";
|
|
4846
4846
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4847
4847
|
dataType: "string";
|
|
@@ -4860,7 +4860,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4860
4860
|
}, {}, {
|
|
4861
4861
|
length: 256;
|
|
4862
4862
|
}>;
|
|
4863
|
-
evaluationSuiteConfigId:
|
|
4863
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4864
4864
|
name: "evaluation_suite_config_id";
|
|
4865
4865
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4866
4866
|
dataType: "string";
|
|
@@ -4879,7 +4879,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4879
4879
|
}, {}, {
|
|
4880
4880
|
length: 256;
|
|
4881
4881
|
}>;
|
|
4882
|
-
projectId:
|
|
4882
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4883
4883
|
name: "project_id";
|
|
4884
4884
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4885
4885
|
dataType: "string";
|
|
@@ -4898,7 +4898,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4898
4898
|
}, {}, {
|
|
4899
4899
|
length: 256;
|
|
4900
4900
|
}>;
|
|
4901
|
-
tenantId:
|
|
4901
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
4902
4902
|
name: "tenant_id";
|
|
4903
4903
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4904
4904
|
dataType: "string";
|
|
@@ -4917,7 +4917,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4917
4917
|
}, {}, {
|
|
4918
4918
|
length: 256;
|
|
4919
4919
|
}>;
|
|
4920
|
-
id:
|
|
4920
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
4921
4921
|
name: "id";
|
|
4922
4922
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4923
4923
|
dataType: "string";
|
|
@@ -4952,11 +4952,11 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4952
4952
|
*
|
|
4953
4953
|
* one to many relationship with evaluationRun
|
|
4954
4954
|
*/
|
|
4955
|
-
declare const evaluationRunConfig:
|
|
4955
|
+
declare const evaluationRunConfig: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
4956
4956
|
name: "evaluation_run_config";
|
|
4957
4957
|
schema: undefined;
|
|
4958
4958
|
columns: {
|
|
4959
|
-
createdAt:
|
|
4959
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4960
4960
|
name: "created_at";
|
|
4961
4961
|
tableName: "evaluation_run_config";
|
|
4962
4962
|
dataType: "string";
|
|
@@ -4973,7 +4973,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4973
4973
|
identity: undefined;
|
|
4974
4974
|
generated: undefined;
|
|
4975
4975
|
}, {}, {}>;
|
|
4976
|
-
updatedAt:
|
|
4976
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
4977
4977
|
name: "updated_at";
|
|
4978
4978
|
tableName: "evaluation_run_config";
|
|
4979
4979
|
dataType: "string";
|
|
@@ -4990,7 +4990,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
4990
4990
|
identity: undefined;
|
|
4991
4991
|
generated: undefined;
|
|
4992
4992
|
}, {}, {}>;
|
|
4993
|
-
isActive:
|
|
4993
|
+
isActive: drizzle_orm_pg_core1291.PgColumn<{
|
|
4994
4994
|
name: "is_active";
|
|
4995
4995
|
tableName: "evaluation_run_config";
|
|
4996
4996
|
dataType: "boolean";
|
|
@@ -5007,7 +5007,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5007
5007
|
identity: undefined;
|
|
5008
5008
|
generated: undefined;
|
|
5009
5009
|
}, {}, {}>;
|
|
5010
|
-
name:
|
|
5010
|
+
name: drizzle_orm_pg_core1291.PgColumn<{
|
|
5011
5011
|
name: "name";
|
|
5012
5012
|
tableName: "evaluation_run_config";
|
|
5013
5013
|
dataType: "string";
|
|
@@ -5026,7 +5026,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5026
5026
|
}, {}, {
|
|
5027
5027
|
length: 256;
|
|
5028
5028
|
}>;
|
|
5029
|
-
description:
|
|
5029
|
+
description: drizzle_orm_pg_core1291.PgColumn<{
|
|
5030
5030
|
name: "description";
|
|
5031
5031
|
tableName: "evaluation_run_config";
|
|
5032
5032
|
dataType: "string";
|
|
@@ -5043,7 +5043,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5043
5043
|
identity: undefined;
|
|
5044
5044
|
generated: undefined;
|
|
5045
5045
|
}, {}, {}>;
|
|
5046
|
-
projectId:
|
|
5046
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5047
5047
|
name: "project_id";
|
|
5048
5048
|
tableName: "evaluation_run_config";
|
|
5049
5049
|
dataType: "string";
|
|
@@ -5062,7 +5062,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5062
5062
|
}, {}, {
|
|
5063
5063
|
length: 256;
|
|
5064
5064
|
}>;
|
|
5065
|
-
tenantId:
|
|
5065
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5066
5066
|
name: "tenant_id";
|
|
5067
5067
|
tableName: "evaluation_run_config";
|
|
5068
5068
|
dataType: "string";
|
|
@@ -5081,7 +5081,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5081
5081
|
}, {}, {
|
|
5082
5082
|
length: 256;
|
|
5083
5083
|
}>;
|
|
5084
|
-
id:
|
|
5084
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
5085
5085
|
name: "id";
|
|
5086
5086
|
tableName: "evaluation_run_config";
|
|
5087
5087
|
dataType: "string";
|
|
@@ -5117,11 +5117,11 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5117
5117
|
* Includes: jobFilters (specific filters for this job execution: datasetRunIds, conversationIds,
|
|
5118
5118
|
* dateRange with absolute dates), and timestamps
|
|
5119
5119
|
*/
|
|
5120
|
-
declare const evaluationJobConfig:
|
|
5120
|
+
declare const evaluationJobConfig: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
5121
5121
|
name: "evaluation_job_config";
|
|
5122
5122
|
schema: undefined;
|
|
5123
5123
|
columns: {
|
|
5124
|
-
createdAt:
|
|
5124
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
5125
5125
|
name: "created_at";
|
|
5126
5126
|
tableName: "evaluation_job_config";
|
|
5127
5127
|
dataType: "string";
|
|
@@ -5138,7 +5138,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5138
5138
|
identity: undefined;
|
|
5139
5139
|
generated: undefined;
|
|
5140
5140
|
}, {}, {}>;
|
|
5141
|
-
updatedAt:
|
|
5141
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
5142
5142
|
name: "updated_at";
|
|
5143
5143
|
tableName: "evaluation_job_config";
|
|
5144
5144
|
dataType: "string";
|
|
@@ -5155,7 +5155,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5155
5155
|
identity: undefined;
|
|
5156
5156
|
generated: undefined;
|
|
5157
5157
|
}, {}, {}>;
|
|
5158
|
-
jobFilters:
|
|
5158
|
+
jobFilters: drizzle_orm_pg_core1291.PgColumn<{
|
|
5159
5159
|
name: "job_filters";
|
|
5160
5160
|
tableName: "evaluation_job_config";
|
|
5161
5161
|
dataType: "json";
|
|
@@ -5188,7 +5188,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5188
5188
|
} | undefined;
|
|
5189
5189
|
}>;
|
|
5190
5190
|
}>;
|
|
5191
|
-
projectId:
|
|
5191
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5192
5192
|
name: "project_id";
|
|
5193
5193
|
tableName: "evaluation_job_config";
|
|
5194
5194
|
dataType: "string";
|
|
@@ -5207,7 +5207,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5207
5207
|
}, {}, {
|
|
5208
5208
|
length: 256;
|
|
5209
5209
|
}>;
|
|
5210
|
-
tenantId:
|
|
5210
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5211
5211
|
name: "tenant_id";
|
|
5212
5212
|
tableName: "evaluation_job_config";
|
|
5213
5213
|
dataType: "string";
|
|
@@ -5226,7 +5226,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5226
5226
|
}, {}, {
|
|
5227
5227
|
length: 256;
|
|
5228
5228
|
}>;
|
|
5229
|
-
id:
|
|
5229
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
5230
5230
|
name: "id";
|
|
5231
5231
|
tableName: "evaluation_job_config";
|
|
5232
5232
|
dataType: "string";
|
|
@@ -5255,11 +5255,11 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
|
5255
5255
|
*
|
|
5256
5256
|
* Includes: evaluationJobConfigId, evaluatorId, and timestamps
|
|
5257
5257
|
*/
|
|
5258
|
-
declare const evaluationJobConfigEvaluatorRelations:
|
|
5258
|
+
declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
5259
5259
|
name: "evaluation_job_config_evaluator_relations";
|
|
5260
5260
|
schema: undefined;
|
|
5261
5261
|
columns: {
|
|
5262
|
-
createdAt:
|
|
5262
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
5263
5263
|
name: "created_at";
|
|
5264
5264
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5265
5265
|
dataType: "string";
|
|
@@ -5276,7 +5276,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5276
5276
|
identity: undefined;
|
|
5277
5277
|
generated: undefined;
|
|
5278
5278
|
}, {}, {}>;
|
|
5279
|
-
updatedAt:
|
|
5279
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
5280
5280
|
name: "updated_at";
|
|
5281
5281
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5282
5282
|
dataType: "string";
|
|
@@ -5293,7 +5293,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5293
5293
|
identity: undefined;
|
|
5294
5294
|
generated: undefined;
|
|
5295
5295
|
}, {}, {}>;
|
|
5296
|
-
evaluationJobConfigId:
|
|
5296
|
+
evaluationJobConfigId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5297
5297
|
name: "evaluation_job_config_id";
|
|
5298
5298
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5299
5299
|
dataType: "string";
|
|
@@ -5312,7 +5312,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5312
5312
|
}, {}, {
|
|
5313
5313
|
length: 256;
|
|
5314
5314
|
}>;
|
|
5315
|
-
evaluatorId:
|
|
5315
|
+
evaluatorId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5316
5316
|
name: "evaluator_id";
|
|
5317
5317
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5318
5318
|
dataType: "string";
|
|
@@ -5331,7 +5331,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5331
5331
|
}, {}, {
|
|
5332
5332
|
length: 256;
|
|
5333
5333
|
}>;
|
|
5334
|
-
projectId:
|
|
5334
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5335
5335
|
name: "project_id";
|
|
5336
5336
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5337
5337
|
dataType: "string";
|
|
@@ -5350,7 +5350,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5350
5350
|
}, {}, {
|
|
5351
5351
|
length: 256;
|
|
5352
5352
|
}>;
|
|
5353
|
-
tenantId:
|
|
5353
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5354
5354
|
name: "tenant_id";
|
|
5355
5355
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5356
5356
|
dataType: "string";
|
|
@@ -5369,7 +5369,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5369
5369
|
}, {}, {
|
|
5370
5370
|
length: 256;
|
|
5371
5371
|
}>;
|
|
5372
|
-
id:
|
|
5372
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
5373
5373
|
name: "id";
|
|
5374
5374
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5375
5375
|
dataType: "string";
|
|
@@ -5391,98 +5391,98 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgT
|
|
|
5391
5391
|
};
|
|
5392
5392
|
dialect: "pg";
|
|
5393
5393
|
}>;
|
|
5394
|
-
declare const projectsRelations:
|
|
5395
|
-
subAgents:
|
|
5396
|
-
agents:
|
|
5397
|
-
tools:
|
|
5398
|
-
functions:
|
|
5399
|
-
contextConfigs:
|
|
5400
|
-
externalAgents:
|
|
5401
|
-
dataComponents:
|
|
5402
|
-
artifactComponents:
|
|
5403
|
-
credentialReferences:
|
|
5394
|
+
declare const projectsRelations: drizzle_orm0.Relations<"projects", {
|
|
5395
|
+
subAgents: drizzle_orm0.Many<"sub_agents">;
|
|
5396
|
+
agents: drizzle_orm0.Many<"agent">;
|
|
5397
|
+
tools: drizzle_orm0.Many<"tools">;
|
|
5398
|
+
functions: drizzle_orm0.Many<"functions">;
|
|
5399
|
+
contextConfigs: drizzle_orm0.Many<"context_configs">;
|
|
5400
|
+
externalAgents: drizzle_orm0.Many<"external_agents">;
|
|
5401
|
+
dataComponents: drizzle_orm0.Many<"data_components">;
|
|
5402
|
+
artifactComponents: drizzle_orm0.Many<"artifact_components">;
|
|
5403
|
+
credentialReferences: drizzle_orm0.Many<"credential_references">;
|
|
5404
5404
|
}>;
|
|
5405
|
-
declare const contextConfigsRelations:
|
|
5406
|
-
project:
|
|
5407
|
-
agents:
|
|
5405
|
+
declare const contextConfigsRelations: drizzle_orm0.Relations<"context_configs", {
|
|
5406
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5407
|
+
agents: drizzle_orm0.Many<"agent">;
|
|
5408
5408
|
}>;
|
|
5409
|
-
declare const subAgentsRelations:
|
|
5410
|
-
project:
|
|
5411
|
-
defaultForAgents:
|
|
5412
|
-
sourceRelations:
|
|
5413
|
-
targetRelations:
|
|
5414
|
-
toolRelations:
|
|
5415
|
-
functionToolRelations:
|
|
5416
|
-
dataComponentRelations:
|
|
5417
|
-
artifactComponentRelations:
|
|
5409
|
+
declare const subAgentsRelations: drizzle_orm0.Relations<"sub_agents", {
|
|
5410
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5411
|
+
defaultForAgents: drizzle_orm0.Many<"agent">;
|
|
5412
|
+
sourceRelations: drizzle_orm0.Many<"sub_agent_relations">;
|
|
5413
|
+
targetRelations: drizzle_orm0.Many<"sub_agent_relations">;
|
|
5414
|
+
toolRelations: drizzle_orm0.Many<"sub_agent_tool_relations">;
|
|
5415
|
+
functionToolRelations: drizzle_orm0.Many<"sub_agent_function_tool_relations">;
|
|
5416
|
+
dataComponentRelations: drizzle_orm0.Many<"sub_agent_data_components">;
|
|
5417
|
+
artifactComponentRelations: drizzle_orm0.Many<"sub_agent_artifact_components">;
|
|
5418
5418
|
}>;
|
|
5419
|
-
declare const agentRelations:
|
|
5420
|
-
project:
|
|
5421
|
-
defaultSubAgent:
|
|
5422
|
-
contextConfig:
|
|
5423
|
-
functionTools:
|
|
5419
|
+
declare const agentRelations: drizzle_orm0.Relations<"agent", {
|
|
5420
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5421
|
+
defaultSubAgent: drizzle_orm0.One<"sub_agents", false>;
|
|
5422
|
+
contextConfig: drizzle_orm0.One<"context_configs", false>;
|
|
5423
|
+
functionTools: drizzle_orm0.Many<"function_tools">;
|
|
5424
5424
|
}>;
|
|
5425
|
-
declare const externalAgentsRelations:
|
|
5426
|
-
project:
|
|
5427
|
-
subAgentExternalAgentRelations:
|
|
5428
|
-
credentialReference:
|
|
5425
|
+
declare const externalAgentsRelations: drizzle_orm0.Relations<"external_agents", {
|
|
5426
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5427
|
+
subAgentExternalAgentRelations: drizzle_orm0.Many<"sub_agent_external_agent_relations">;
|
|
5428
|
+
credentialReference: drizzle_orm0.One<"credential_references", false>;
|
|
5429
5429
|
}>;
|
|
5430
|
-
declare const agentToolRelationsRelations:
|
|
5431
|
-
subAgent:
|
|
5432
|
-
tool:
|
|
5430
|
+
declare const agentToolRelationsRelations: drizzle_orm0.Relations<"sub_agent_tool_relations", {
|
|
5431
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5432
|
+
tool: drizzle_orm0.One<"tools", true>;
|
|
5433
5433
|
}>;
|
|
5434
|
-
declare const credentialReferencesRelations:
|
|
5435
|
-
project:
|
|
5436
|
-
tools:
|
|
5437
|
-
externalAgents:
|
|
5434
|
+
declare const credentialReferencesRelations: drizzle_orm0.Relations<"credential_references", {
|
|
5435
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5436
|
+
tools: drizzle_orm0.Many<"tools">;
|
|
5437
|
+
externalAgents: drizzle_orm0.Many<"external_agents">;
|
|
5438
5438
|
}>;
|
|
5439
|
-
declare const toolsRelations:
|
|
5440
|
-
project:
|
|
5441
|
-
subAgentRelations:
|
|
5442
|
-
credentialReference:
|
|
5439
|
+
declare const toolsRelations: drizzle_orm0.Relations<"tools", {
|
|
5440
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5441
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_tool_relations">;
|
|
5442
|
+
credentialReference: drizzle_orm0.One<"credential_references", false>;
|
|
5443
5443
|
}>;
|
|
5444
|
-
declare const artifactComponentsRelations:
|
|
5445
|
-
project:
|
|
5446
|
-
subAgentRelations:
|
|
5444
|
+
declare const artifactComponentsRelations: drizzle_orm0.Relations<"artifact_components", {
|
|
5445
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5446
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_artifact_components">;
|
|
5447
5447
|
}>;
|
|
5448
|
-
declare const subAgentArtifactComponentsRelations:
|
|
5449
|
-
subAgent:
|
|
5450
|
-
artifactComponent:
|
|
5448
|
+
declare const subAgentArtifactComponentsRelations: drizzle_orm0.Relations<"sub_agent_artifact_components", {
|
|
5449
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5450
|
+
artifactComponent: drizzle_orm0.One<"artifact_components", true>;
|
|
5451
5451
|
}>;
|
|
5452
|
-
declare const dataComponentsRelations:
|
|
5453
|
-
project:
|
|
5454
|
-
subAgentRelations:
|
|
5452
|
+
declare const dataComponentsRelations: drizzle_orm0.Relations<"data_components", {
|
|
5453
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5454
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_data_components">;
|
|
5455
5455
|
}>;
|
|
5456
|
-
declare const subAgentDataComponentsRelations:
|
|
5457
|
-
subAgent:
|
|
5458
|
-
dataComponent:
|
|
5456
|
+
declare const subAgentDataComponentsRelations: drizzle_orm0.Relations<"sub_agent_data_components", {
|
|
5457
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5458
|
+
dataComponent: drizzle_orm0.One<"data_components", true>;
|
|
5459
5459
|
}>;
|
|
5460
|
-
declare const functionsRelations:
|
|
5461
|
-
functionTools:
|
|
5462
|
-
project:
|
|
5460
|
+
declare const functionsRelations: drizzle_orm0.Relations<"functions", {
|
|
5461
|
+
functionTools: drizzle_orm0.Many<"function_tools">;
|
|
5462
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5463
5463
|
}>;
|
|
5464
|
-
declare const subAgentRelationsRelations:
|
|
5465
|
-
agent:
|
|
5466
|
-
sourceSubAgent:
|
|
5467
|
-
targetSubAgent:
|
|
5464
|
+
declare const subAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_relations", {
|
|
5465
|
+
agent: drizzle_orm0.One<"agent", true>;
|
|
5466
|
+
sourceSubAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5467
|
+
targetSubAgent: drizzle_orm0.One<"sub_agents", false>;
|
|
5468
5468
|
}>;
|
|
5469
|
-
declare const functionToolsRelations:
|
|
5470
|
-
project:
|
|
5471
|
-
agent:
|
|
5472
|
-
function:
|
|
5473
|
-
subAgentRelations:
|
|
5469
|
+
declare const functionToolsRelations: drizzle_orm0.Relations<"function_tools", {
|
|
5470
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
5471
|
+
agent: drizzle_orm0.One<"agent", true>;
|
|
5472
|
+
function: drizzle_orm0.One<"functions", true>;
|
|
5473
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_function_tool_relations">;
|
|
5474
5474
|
}>;
|
|
5475
|
-
declare const subAgentFunctionToolRelationsRelations:
|
|
5476
|
-
subAgent:
|
|
5477
|
-
functionTool:
|
|
5475
|
+
declare const subAgentFunctionToolRelationsRelations: drizzle_orm0.Relations<"sub_agent_function_tool_relations", {
|
|
5476
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5477
|
+
functionTool: drizzle_orm0.One<"function_tools", true>;
|
|
5478
5478
|
}>;
|
|
5479
|
-
declare const subAgentExternalAgentRelationsRelations:
|
|
5480
|
-
subAgent:
|
|
5481
|
-
externalAgent:
|
|
5479
|
+
declare const subAgentExternalAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_external_agent_relations", {
|
|
5480
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5481
|
+
externalAgent: drizzle_orm0.One<"external_agents", true>;
|
|
5482
5482
|
}>;
|
|
5483
|
-
declare const subAgentTeamAgentRelationsRelations:
|
|
5484
|
-
subAgent:
|
|
5485
|
-
targetAgent:
|
|
5483
|
+
declare const subAgentTeamAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_team_agent_relations", {
|
|
5484
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
5485
|
+
targetAgent: drizzle_orm0.One<"agent", true>;
|
|
5486
5486
|
}>;
|
|
5487
5487
|
/**
|
|
5488
5488
|
* Links agents to dataset run configs. Many-to-many relationship that
|
|
@@ -5491,11 +5491,11 @@ declare const subAgentTeamAgentRelationsRelations: drizzle_orm20.Relations<"sub_
|
|
|
5491
5491
|
*
|
|
5492
5492
|
* Includes: datasetRunConfigId, agentId, and timestamps
|
|
5493
5493
|
*/
|
|
5494
|
-
declare const datasetRunConfigAgentRelations:
|
|
5494
|
+
declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1291.PgTableWithColumns<{
|
|
5495
5495
|
name: "dataset_run_config_agent_relations";
|
|
5496
5496
|
schema: undefined;
|
|
5497
5497
|
columns: {
|
|
5498
|
-
createdAt:
|
|
5498
|
+
createdAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
5499
5499
|
name: "created_at";
|
|
5500
5500
|
tableName: "dataset_run_config_agent_relations";
|
|
5501
5501
|
dataType: "string";
|
|
@@ -5512,7 +5512,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
5512
5512
|
identity: undefined;
|
|
5513
5513
|
generated: undefined;
|
|
5514
5514
|
}, {}, {}>;
|
|
5515
|
-
updatedAt:
|
|
5515
|
+
updatedAt: drizzle_orm_pg_core1291.PgColumn<{
|
|
5516
5516
|
name: "updated_at";
|
|
5517
5517
|
tableName: "dataset_run_config_agent_relations";
|
|
5518
5518
|
dataType: "string";
|
|
@@ -5529,7 +5529,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
5529
5529
|
identity: undefined;
|
|
5530
5530
|
generated: undefined;
|
|
5531
5531
|
}, {}, {}>;
|
|
5532
|
-
datasetRunConfigId:
|
|
5532
|
+
datasetRunConfigId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5533
5533
|
name: "dataset_run_config_id";
|
|
5534
5534
|
tableName: "dataset_run_config_agent_relations";
|
|
5535
5535
|
dataType: "string";
|
|
@@ -5548,7 +5548,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
5548
5548
|
}, {}, {
|
|
5549
5549
|
length: 256;
|
|
5550
5550
|
}>;
|
|
5551
|
-
agentId:
|
|
5551
|
+
agentId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5552
5552
|
name: "agent_id";
|
|
5553
5553
|
tableName: "dataset_run_config_agent_relations";
|
|
5554
5554
|
dataType: "string";
|
|
@@ -5567,7 +5567,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
5567
5567
|
}, {}, {
|
|
5568
5568
|
length: 256;
|
|
5569
5569
|
}>;
|
|
5570
|
-
projectId:
|
|
5570
|
+
projectId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5571
5571
|
name: "project_id";
|
|
5572
5572
|
tableName: "dataset_run_config_agent_relations";
|
|
5573
5573
|
dataType: "string";
|
|
@@ -5586,7 +5586,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
5586
5586
|
}, {}, {
|
|
5587
5587
|
length: 256;
|
|
5588
5588
|
}>;
|
|
5589
|
-
tenantId:
|
|
5589
|
+
tenantId: drizzle_orm_pg_core1291.PgColumn<{
|
|
5590
5590
|
name: "tenant_id";
|
|
5591
5591
|
tableName: "dataset_run_config_agent_relations";
|
|
5592
5592
|
dataType: "string";
|
|
@@ -5605,7 +5605,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWit
|
|
|
5605
5605
|
}, {}, {
|
|
5606
5606
|
length: 256;
|
|
5607
5607
|
}>;
|
|
5608
|
-
id:
|
|
5608
|
+
id: drizzle_orm_pg_core1291.PgColumn<{
|
|
5609
5609
|
name: "id";
|
|
5610
5610
|
tableName: "dataset_run_config_agent_relations";
|
|
5611
5611
|
dataType: "string";
|