@inkeep/agents-core 0.0.0-dev-20260128152604 → 0.0.0-dev-20260129102805
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/client-exports.d.ts +1 -0
- package/dist/data-access/manage/agents.d.ts +41 -41
- package/dist/data-access/manage/artifactComponents.d.ts +12 -12
- package/dist/data-access/manage/contextConfigs.d.ts +12 -12
- package/dist/data-access/manage/dataComponents.d.ts +6 -6
- package/dist/data-access/manage/functionTools.d.ts +18 -18
- package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgentRelations.d.ts +28 -28
- package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +18 -18
- package/dist/data-access/manage/subAgents.d.ts +15 -15
- package/dist/data-access/manage/tools.d.ts +30 -30
- package/dist/data-access/runtime/apiKeys.d.ts +20 -20
- package/dist/data-access/runtime/conversations.d.ts +31 -31
- package/dist/data-access/runtime/messages.d.ts +18 -18
- package/dist/data-access/runtime/tasks.d.ts +7 -7
- package/dist/db/manage/manage-schema.d.ts +301 -301
- package/dist/db/runtime/runtime-schema.d.ts +163 -163
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/schemas.d.ts +1328 -1328
- 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
2
|
import * as drizzle_orm20 from "drizzle-orm";
|
|
3
|
-
import * as
|
|
3
|
+
import * as drizzle_orm_pg_core1278 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_core1278.PgTableWithColumns<{
|
|
10
10
|
name: "projects";
|
|
11
11
|
schema: undefined;
|
|
12
12
|
columns: {
|
|
13
|
-
createdAt:
|
|
13
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
14
14
|
name: "created_at";
|
|
15
15
|
tableName: "projects";
|
|
16
16
|
dataType: "string";
|
|
@@ -27,7 +27,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
27
27
|
identity: undefined;
|
|
28
28
|
generated: undefined;
|
|
29
29
|
}, {}, {}>;
|
|
30
|
-
updatedAt:
|
|
30
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
31
31
|
name: "updated_at";
|
|
32
32
|
tableName: "projects";
|
|
33
33
|
dataType: "string";
|
|
@@ -44,7 +44,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
44
44
|
identity: undefined;
|
|
45
45
|
generated: undefined;
|
|
46
46
|
}, {}, {}>;
|
|
47
|
-
models:
|
|
47
|
+
models: drizzle_orm_pg_core1278.PgColumn<{
|
|
48
48
|
name: "models";
|
|
49
49
|
tableName: "projects";
|
|
50
50
|
dataType: "json";
|
|
@@ -89,7 +89,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
89
89
|
} | undefined;
|
|
90
90
|
};
|
|
91
91
|
}>;
|
|
92
|
-
stopWhen:
|
|
92
|
+
stopWhen: drizzle_orm_pg_core1278.PgColumn<{
|
|
93
93
|
name: "stop_when";
|
|
94
94
|
tableName: "projects";
|
|
95
95
|
dataType: "json";
|
|
@@ -114,7 +114,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
114
114
|
stepCountIs?: number | undefined;
|
|
115
115
|
};
|
|
116
116
|
}>;
|
|
117
|
-
name:
|
|
117
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
118
118
|
name: "name";
|
|
119
119
|
tableName: "projects";
|
|
120
120
|
dataType: "string";
|
|
@@ -133,7 +133,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
133
133
|
}, {}, {
|
|
134
134
|
length: 256;
|
|
135
135
|
}>;
|
|
136
|
-
description:
|
|
136
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
137
137
|
name: "description";
|
|
138
138
|
tableName: "projects";
|
|
139
139
|
dataType: "string";
|
|
@@ -150,7 +150,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
150
150
|
identity: undefined;
|
|
151
151
|
generated: undefined;
|
|
152
152
|
}, {}, {}>;
|
|
153
|
-
tenantId:
|
|
153
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
154
154
|
name: "tenant_id";
|
|
155
155
|
tableName: "projects";
|
|
156
156
|
dataType: "string";
|
|
@@ -169,7 +169,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
169
169
|
}, {}, {
|
|
170
170
|
length: 256;
|
|
171
171
|
}>;
|
|
172
|
-
id:
|
|
172
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
173
173
|
name: "id";
|
|
174
174
|
tableName: "projects";
|
|
175
175
|
dataType: "string";
|
|
@@ -191,11 +191,11 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
191
191
|
};
|
|
192
192
|
dialect: "pg";
|
|
193
193
|
}>;
|
|
194
|
-
declare const agents:
|
|
194
|
+
declare const agents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
195
195
|
name: "agent";
|
|
196
196
|
schema: undefined;
|
|
197
197
|
columns: {
|
|
198
|
-
createdAt:
|
|
198
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
199
199
|
name: "created_at";
|
|
200
200
|
tableName: "agent";
|
|
201
201
|
dataType: "string";
|
|
@@ -212,7 +212,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
212
212
|
identity: undefined;
|
|
213
213
|
generated: undefined;
|
|
214
214
|
}, {}, {}>;
|
|
215
|
-
updatedAt:
|
|
215
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
216
216
|
name: "updated_at";
|
|
217
217
|
tableName: "agent";
|
|
218
218
|
dataType: "string";
|
|
@@ -229,7 +229,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
229
229
|
identity: undefined;
|
|
230
230
|
generated: undefined;
|
|
231
231
|
}, {}, {}>;
|
|
232
|
-
name:
|
|
232
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
233
233
|
name: "name";
|
|
234
234
|
tableName: "agent";
|
|
235
235
|
dataType: "string";
|
|
@@ -248,7 +248,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
248
248
|
}, {}, {
|
|
249
249
|
length: 256;
|
|
250
250
|
}>;
|
|
251
|
-
description:
|
|
251
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
252
252
|
name: "description";
|
|
253
253
|
tableName: "agent";
|
|
254
254
|
dataType: "string";
|
|
@@ -265,7 +265,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
265
265
|
identity: undefined;
|
|
266
266
|
generated: undefined;
|
|
267
267
|
}, {}, {}>;
|
|
268
|
-
defaultSubAgentId:
|
|
268
|
+
defaultSubAgentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
284
284
|
}, {}, {
|
|
285
285
|
length: 256;
|
|
286
286
|
}>;
|
|
287
|
-
contextConfigId:
|
|
287
|
+
contextConfigId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
303
303
|
}, {}, {
|
|
304
304
|
length: 256;
|
|
305
305
|
}>;
|
|
306
|
-
models:
|
|
306
|
+
models: drizzle_orm_pg_core1278.PgColumn<{
|
|
307
307
|
name: "models";
|
|
308
308
|
tableName: "agent";
|
|
309
309
|
dataType: "json";
|
|
@@ -348,7 +348,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
348
348
|
} | undefined;
|
|
349
349
|
};
|
|
350
350
|
}>;
|
|
351
|
-
statusUpdates:
|
|
351
|
+
statusUpdates: drizzle_orm_pg_core1278.PgColumn<{
|
|
352
352
|
name: "status_updates";
|
|
353
353
|
tableName: "agent";
|
|
354
354
|
dataType: "json";
|
|
@@ -395,7 +395,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
395
395
|
}[] | undefined;
|
|
396
396
|
};
|
|
397
397
|
}>;
|
|
398
|
-
prompt:
|
|
398
|
+
prompt: drizzle_orm_pg_core1278.PgColumn<{
|
|
399
399
|
name: "prompt";
|
|
400
400
|
tableName: "agent";
|
|
401
401
|
dataType: "string";
|
|
@@ -412,7 +412,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
412
412
|
identity: undefined;
|
|
413
413
|
generated: undefined;
|
|
414
414
|
}, {}, {}>;
|
|
415
|
-
stopWhen:
|
|
415
|
+
stopWhen: drizzle_orm_pg_core1278.PgColumn<{
|
|
416
416
|
name: "stop_when";
|
|
417
417
|
tableName: "agent";
|
|
418
418
|
dataType: "json";
|
|
@@ -435,7 +435,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
435
435
|
transferCountIs?: number | undefined;
|
|
436
436
|
};
|
|
437
437
|
}>;
|
|
438
|
-
projectId:
|
|
438
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
439
439
|
name: "project_id";
|
|
440
440
|
tableName: "agent";
|
|
441
441
|
dataType: "string";
|
|
@@ -454,7 +454,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
454
454
|
}, {}, {
|
|
455
455
|
length: 256;
|
|
456
456
|
}>;
|
|
457
|
-
tenantId:
|
|
457
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
458
458
|
name: "tenant_id";
|
|
459
459
|
tableName: "agent";
|
|
460
460
|
dataType: "string";
|
|
@@ -473,7 +473,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
473
473
|
}, {}, {
|
|
474
474
|
length: 256;
|
|
475
475
|
}>;
|
|
476
|
-
id:
|
|
476
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
477
477
|
name: "id";
|
|
478
478
|
tableName: "agent";
|
|
479
479
|
dataType: "string";
|
|
@@ -495,11 +495,11 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
495
495
|
};
|
|
496
496
|
dialect: "pg";
|
|
497
497
|
}>;
|
|
498
|
-
declare const contextConfigs:
|
|
498
|
+
declare const contextConfigs: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
499
499
|
name: "context_configs";
|
|
500
500
|
schema: undefined;
|
|
501
501
|
columns: {
|
|
502
|
-
createdAt:
|
|
502
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
516
516
|
identity: undefined;
|
|
517
517
|
generated: undefined;
|
|
518
518
|
}, {}, {}>;
|
|
519
|
-
updatedAt:
|
|
519
|
+
updatedAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
533
533
|
identity: undefined;
|
|
534
534
|
generated: undefined;
|
|
535
535
|
}, {}, {}>;
|
|
536
|
-
headersSchema:
|
|
536
|
+
headersSchema: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
552
552
|
}, {}, {
|
|
553
553
|
$type: unknown;
|
|
554
554
|
}>;
|
|
555
|
-
contextVariables:
|
|
555
|
+
contextVariables: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
571
571
|
}, {}, {
|
|
572
572
|
$type: Record<string, ContextFetchDefinition>;
|
|
573
573
|
}>;
|
|
574
|
-
agentId:
|
|
574
|
+
agentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
590
590
|
}, {}, {
|
|
591
591
|
length: 256;
|
|
592
592
|
}>;
|
|
593
|
-
projectId:
|
|
593
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
609
609
|
}, {}, {
|
|
610
610
|
length: 256;
|
|
611
611
|
}>;
|
|
612
|
-
tenantId:
|
|
612
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
628
628
|
}, {}, {
|
|
629
629
|
length: 256;
|
|
630
630
|
}>;
|
|
631
|
-
id:
|
|
631
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
632
632
|
name: "id";
|
|
633
633
|
tableName: "context_configs";
|
|
634
634
|
dataType: "string";
|
|
@@ -650,11 +650,11 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
650
650
|
};
|
|
651
651
|
dialect: "pg";
|
|
652
652
|
}>;
|
|
653
|
-
declare const triggers:
|
|
653
|
+
declare const triggers: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
654
654
|
name: "triggers";
|
|
655
655
|
schema: undefined;
|
|
656
656
|
columns: {
|
|
657
|
-
createdAt:
|
|
657
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
658
658
|
name: "created_at";
|
|
659
659
|
tableName: "triggers";
|
|
660
660
|
dataType: "string";
|
|
@@ -671,7 +671,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
671
671
|
identity: undefined;
|
|
672
672
|
generated: undefined;
|
|
673
673
|
}, {}, {}>;
|
|
674
|
-
updatedAt:
|
|
674
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
675
675
|
name: "updated_at";
|
|
676
676
|
tableName: "triggers";
|
|
677
677
|
dataType: "string";
|
|
@@ -688,7 +688,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
688
688
|
identity: undefined;
|
|
689
689
|
generated: undefined;
|
|
690
690
|
}, {}, {}>;
|
|
691
|
-
enabled:
|
|
691
|
+
enabled: drizzle_orm_pg_core1278.PgColumn<{
|
|
692
692
|
name: "enabled";
|
|
693
693
|
tableName: "triggers";
|
|
694
694
|
dataType: "boolean";
|
|
@@ -705,7 +705,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
705
705
|
identity: undefined;
|
|
706
706
|
generated: undefined;
|
|
707
707
|
}, {}, {}>;
|
|
708
|
-
inputSchema:
|
|
708
|
+
inputSchema: drizzle_orm_pg_core1278.PgColumn<{
|
|
709
709
|
name: "input_schema";
|
|
710
710
|
tableName: "triggers";
|
|
711
711
|
dataType: "json";
|
|
@@ -724,7 +724,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
724
724
|
}, {}, {
|
|
725
725
|
$type: Record<string, unknown> | null;
|
|
726
726
|
}>;
|
|
727
|
-
outputTransform:
|
|
727
|
+
outputTransform: drizzle_orm_pg_core1278.PgColumn<{
|
|
728
728
|
name: "output_transform";
|
|
729
729
|
tableName: "triggers";
|
|
730
730
|
dataType: "json";
|
|
@@ -749,7 +749,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
749
749
|
objectTransformation?: Record<string, string>;
|
|
750
750
|
} | null;
|
|
751
751
|
}>;
|
|
752
|
-
messageTemplate:
|
|
752
|
+
messageTemplate: drizzle_orm_pg_core1278.PgColumn<{
|
|
753
753
|
name: "message_template";
|
|
754
754
|
tableName: "triggers";
|
|
755
755
|
dataType: "string";
|
|
@@ -766,7 +766,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
766
766
|
identity: undefined;
|
|
767
767
|
generated: undefined;
|
|
768
768
|
}, {}, {}>;
|
|
769
|
-
authentication:
|
|
769
|
+
authentication: drizzle_orm_pg_core1278.PgColumn<{
|
|
770
770
|
name: "authentication";
|
|
771
771
|
tableName: "triggers";
|
|
772
772
|
dataType: "json";
|
|
@@ -785,7 +785,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
785
785
|
}, {}, {
|
|
786
786
|
$type: unknown;
|
|
787
787
|
}>;
|
|
788
|
-
signingSecretCredentialReferenceId:
|
|
788
|
+
signingSecretCredentialReferenceId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
804
804
|
}, {}, {
|
|
805
805
|
length: 256;
|
|
806
806
|
}>;
|
|
807
|
-
signatureVerification:
|
|
807
|
+
signatureVerification: drizzle_orm_pg_core1278.PgColumn<{
|
|
808
808
|
name: "signature_verification";
|
|
809
809
|
tableName: "triggers";
|
|
810
810
|
dataType: "json";
|
|
@@ -873,7 +873,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
873
873
|
} | undefined;
|
|
874
874
|
} | null;
|
|
875
875
|
}>;
|
|
876
|
-
name:
|
|
876
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
877
877
|
name: "name";
|
|
878
878
|
tableName: "triggers";
|
|
879
879
|
dataType: "string";
|
|
@@ -892,7 +892,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
892
892
|
}, {}, {
|
|
893
893
|
length: 256;
|
|
894
894
|
}>;
|
|
895
|
-
description:
|
|
895
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
896
896
|
name: "description";
|
|
897
897
|
tableName: "triggers";
|
|
898
898
|
dataType: "string";
|
|
@@ -909,7 +909,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
909
909
|
identity: undefined;
|
|
910
910
|
generated: undefined;
|
|
911
911
|
}, {}, {}>;
|
|
912
|
-
agentId:
|
|
912
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
913
913
|
name: "agent_id";
|
|
914
914
|
tableName: "triggers";
|
|
915
915
|
dataType: "string";
|
|
@@ -928,7 +928,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
928
928
|
}, {}, {
|
|
929
929
|
length: 256;
|
|
930
930
|
}>;
|
|
931
|
-
projectId:
|
|
931
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
932
932
|
name: "project_id";
|
|
933
933
|
tableName: "triggers";
|
|
934
934
|
dataType: "string";
|
|
@@ -947,7 +947,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
947
947
|
}, {}, {
|
|
948
948
|
length: 256;
|
|
949
949
|
}>;
|
|
950
|
-
tenantId:
|
|
950
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
951
951
|
name: "tenant_id";
|
|
952
952
|
tableName: "triggers";
|
|
953
953
|
dataType: "string";
|
|
@@ -966,7 +966,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
966
966
|
}, {}, {
|
|
967
967
|
length: 256;
|
|
968
968
|
}>;
|
|
969
|
-
id:
|
|
969
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
970
970
|
name: "id";
|
|
971
971
|
tableName: "triggers";
|
|
972
972
|
dataType: "string";
|
|
@@ -988,11 +988,11 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
988
988
|
};
|
|
989
989
|
dialect: "pg";
|
|
990
990
|
}>;
|
|
991
|
-
declare const subAgents:
|
|
991
|
+
declare const subAgents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
992
992
|
name: "sub_agents";
|
|
993
993
|
schema: undefined;
|
|
994
994
|
columns: {
|
|
995
|
-
createdAt:
|
|
995
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1009
1009
|
identity: undefined;
|
|
1010
1010
|
generated: undefined;
|
|
1011
1011
|
}, {}, {}>;
|
|
1012
|
-
updatedAt:
|
|
1012
|
+
updatedAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1026
1026
|
identity: undefined;
|
|
1027
1027
|
generated: undefined;
|
|
1028
1028
|
}, {}, {}>;
|
|
1029
|
-
prompt:
|
|
1029
|
+
prompt: drizzle_orm_pg_core1278.PgColumn<{
|
|
1030
1030
|
name: "prompt";
|
|
1031
1031
|
tableName: "sub_agents";
|
|
1032
1032
|
dataType: "string";
|
|
@@ -1043,7 +1043,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1043
1043
|
identity: undefined;
|
|
1044
1044
|
generated: undefined;
|
|
1045
1045
|
}, {}, {}>;
|
|
1046
|
-
conversationHistoryConfig:
|
|
1046
|
+
conversationHistoryConfig: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1062
1062
|
}, {}, {
|
|
1063
1063
|
$type: ConversationHistoryConfig;
|
|
1064
1064
|
}>;
|
|
1065
|
-
models:
|
|
1065
|
+
models: drizzle_orm_pg_core1278.PgColumn<{
|
|
1066
1066
|
name: "models";
|
|
1067
1067
|
tableName: "sub_agents";
|
|
1068
1068
|
dataType: "json";
|
|
@@ -1107,7 +1107,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1107
1107
|
} | undefined;
|
|
1108
1108
|
};
|
|
1109
1109
|
}>;
|
|
1110
|
-
stopWhen:
|
|
1110
|
+
stopWhen: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1130
1130
|
stepCountIs?: number | undefined;
|
|
1131
1131
|
};
|
|
1132
1132
|
}>;
|
|
1133
|
-
name:
|
|
1133
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
1134
1134
|
name: "name";
|
|
1135
1135
|
tableName: "sub_agents";
|
|
1136
1136
|
dataType: "string";
|
|
@@ -1149,7 +1149,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1149
1149
|
}, {}, {
|
|
1150
1150
|
length: 256;
|
|
1151
1151
|
}>;
|
|
1152
|
-
description:
|
|
1152
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
1153
1153
|
name: "description";
|
|
1154
1154
|
tableName: "sub_agents";
|
|
1155
1155
|
dataType: "string";
|
|
@@ -1166,7 +1166,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1166
1166
|
identity: undefined;
|
|
1167
1167
|
generated: undefined;
|
|
1168
1168
|
}, {}, {}>;
|
|
1169
|
-
agentId:
|
|
1169
|
+
agentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1185
1185
|
}, {}, {
|
|
1186
1186
|
length: 256;
|
|
1187
1187
|
}>;
|
|
1188
|
-
projectId:
|
|
1188
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1204
1204
|
}, {}, {
|
|
1205
1205
|
length: 256;
|
|
1206
1206
|
}>;
|
|
1207
|
-
tenantId:
|
|
1207
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1223
1223
|
}, {}, {
|
|
1224
1224
|
length: 256;
|
|
1225
1225
|
}>;
|
|
1226
|
-
id:
|
|
1226
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
1227
1227
|
name: "id";
|
|
1228
1228
|
tableName: "sub_agents";
|
|
1229
1229
|
dataType: "string";
|
|
@@ -1245,11 +1245,11 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1245
1245
|
};
|
|
1246
1246
|
dialect: "pg";
|
|
1247
1247
|
}>;
|
|
1248
|
-
declare const subAgentRelations:
|
|
1248
|
+
declare const subAgentRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
1249
1249
|
name: "sub_agent_relations";
|
|
1250
1250
|
schema: undefined;
|
|
1251
1251
|
columns: {
|
|
1252
|
-
createdAt:
|
|
1252
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1266
1266
|
identity: undefined;
|
|
1267
1267
|
generated: undefined;
|
|
1268
1268
|
}, {}, {}>;
|
|
1269
|
-
updatedAt:
|
|
1269
|
+
updatedAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1283
1283
|
identity: undefined;
|
|
1284
1284
|
generated: undefined;
|
|
1285
1285
|
}, {}, {}>;
|
|
1286
|
-
sourceSubAgentId:
|
|
1286
|
+
sourceSubAgentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1302
1302
|
}, {}, {
|
|
1303
1303
|
length: 256;
|
|
1304
1304
|
}>;
|
|
1305
|
-
targetSubAgentId:
|
|
1305
|
+
targetSubAgentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1321
1321
|
}, {}, {
|
|
1322
1322
|
length: 256;
|
|
1323
1323
|
}>;
|
|
1324
|
-
relationType:
|
|
1324
|
+
relationType: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1340
1340
|
}, {}, {
|
|
1341
1341
|
length: 256;
|
|
1342
1342
|
}>;
|
|
1343
|
-
agentId:
|
|
1343
|
+
agentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1359
1359
|
}, {}, {
|
|
1360
1360
|
length: 256;
|
|
1361
1361
|
}>;
|
|
1362
|
-
projectId:
|
|
1362
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1378
1378
|
}, {}, {
|
|
1379
1379
|
length: 256;
|
|
1380
1380
|
}>;
|
|
1381
|
-
tenantId:
|
|
1381
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1397
1397
|
}, {}, {
|
|
1398
1398
|
length: 256;
|
|
1399
1399
|
}>;
|
|
1400
|
-
id:
|
|
1400
|
+
id: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1419
1419
|
};
|
|
1420
1420
|
dialect: "pg";
|
|
1421
1421
|
}>;
|
|
1422
|
-
declare const externalAgents:
|
|
1422
|
+
declare const externalAgents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
1423
1423
|
name: "external_agents";
|
|
1424
1424
|
schema: undefined;
|
|
1425
1425
|
columns: {
|
|
1426
|
-
createdAt:
|
|
1426
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1440
1440
|
identity: undefined;
|
|
1441
1441
|
generated: undefined;
|
|
1442
1442
|
}, {}, {}>;
|
|
1443
|
-
updatedAt:
|
|
1443
|
+
updatedAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1457
1457
|
identity: undefined;
|
|
1458
1458
|
generated: undefined;
|
|
1459
1459
|
}, {}, {}>;
|
|
1460
|
-
baseUrl:
|
|
1460
|
+
baseUrl: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1474
1474
|
identity: undefined;
|
|
1475
1475
|
generated: undefined;
|
|
1476
1476
|
}, {}, {}>;
|
|
1477
|
-
credentialReferenceId:
|
|
1477
|
+
credentialReferenceId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1493
1493
|
}, {}, {
|
|
1494
1494
|
length: 256;
|
|
1495
1495
|
}>;
|
|
1496
|
-
name:
|
|
1496
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
1497
1497
|
name: "name";
|
|
1498
1498
|
tableName: "external_agents";
|
|
1499
1499
|
dataType: "string";
|
|
@@ -1512,7 +1512,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1512
1512
|
}, {}, {
|
|
1513
1513
|
length: 256;
|
|
1514
1514
|
}>;
|
|
1515
|
-
description:
|
|
1515
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
1516
1516
|
name: "description";
|
|
1517
1517
|
tableName: "external_agents";
|
|
1518
1518
|
dataType: "string";
|
|
@@ -1529,7 +1529,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1529
1529
|
identity: undefined;
|
|
1530
1530
|
generated: undefined;
|
|
1531
1531
|
}, {}, {}>;
|
|
1532
|
-
projectId:
|
|
1532
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1548
1548
|
}, {}, {
|
|
1549
1549
|
length: 256;
|
|
1550
1550
|
}>;
|
|
1551
|
-
tenantId:
|
|
1551
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1567
1567
|
}, {}, {
|
|
1568
1568
|
length: 256;
|
|
1569
1569
|
}>;
|
|
1570
|
-
id:
|
|
1570
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
1571
1571
|
name: "id";
|
|
1572
1572
|
tableName: "external_agents";
|
|
1573
1573
|
dataType: "string";
|
|
@@ -1589,11 +1589,11 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1589
1589
|
};
|
|
1590
1590
|
dialect: "pg";
|
|
1591
1591
|
}>;
|
|
1592
|
-
declare const dataComponents:
|
|
1592
|
+
declare const dataComponents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
1593
1593
|
name: "data_components";
|
|
1594
1594
|
schema: undefined;
|
|
1595
1595
|
columns: {
|
|
1596
|
-
createdAt:
|
|
1596
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1610
1610
|
identity: undefined;
|
|
1611
1611
|
generated: undefined;
|
|
1612
1612
|
}, {}, {}>;
|
|
1613
|
-
updatedAt:
|
|
1613
|
+
updatedAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1627
1627
|
identity: undefined;
|
|
1628
1628
|
generated: undefined;
|
|
1629
1629
|
}, {}, {}>;
|
|
1630
|
-
props:
|
|
1630
|
+
props: drizzle_orm_pg_core1278.PgColumn<{
|
|
1631
1631
|
name: "props";
|
|
1632
1632
|
tableName: "data_components";
|
|
1633
1633
|
dataType: "json";
|
|
@@ -1646,7 +1646,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1646
1646
|
}, {}, {
|
|
1647
1647
|
$type: Record<string, unknown>;
|
|
1648
1648
|
}>;
|
|
1649
|
-
render:
|
|
1649
|
+
render: drizzle_orm_pg_core1278.PgColumn<{
|
|
1650
1650
|
name: "render";
|
|
1651
1651
|
tableName: "data_components";
|
|
1652
1652
|
dataType: "json";
|
|
@@ -1671,7 +1671,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1671
1671
|
mockData: Record<string, unknown>;
|
|
1672
1672
|
};
|
|
1673
1673
|
}>;
|
|
1674
|
-
name:
|
|
1674
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
1675
1675
|
name: "name";
|
|
1676
1676
|
tableName: "data_components";
|
|
1677
1677
|
dataType: "string";
|
|
@@ -1690,7 +1690,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1690
1690
|
}, {}, {
|
|
1691
1691
|
length: 256;
|
|
1692
1692
|
}>;
|
|
1693
|
-
description:
|
|
1693
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
1694
1694
|
name: "description";
|
|
1695
1695
|
tableName: "data_components";
|
|
1696
1696
|
dataType: "string";
|
|
@@ -1707,7 +1707,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1707
1707
|
identity: undefined;
|
|
1708
1708
|
generated: undefined;
|
|
1709
1709
|
}, {}, {}>;
|
|
1710
|
-
projectId:
|
|
1710
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1726
1726
|
}, {}, {
|
|
1727
1727
|
length: 256;
|
|
1728
1728
|
}>;
|
|
1729
|
-
tenantId:
|
|
1729
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1745
1745
|
}, {}, {
|
|
1746
1746
|
length: 256;
|
|
1747
1747
|
}>;
|
|
1748
|
-
id:
|
|
1748
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
1749
1749
|
name: "id";
|
|
1750
1750
|
tableName: "data_components";
|
|
1751
1751
|
dataType: "string";
|
|
@@ -1767,11 +1767,11 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1767
1767
|
};
|
|
1768
1768
|
dialect: "pg";
|
|
1769
1769
|
}>;
|
|
1770
|
-
declare const subAgentDataComponents:
|
|
1770
|
+
declare const subAgentDataComponents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
1771
1771
|
name: "sub_agent_data_components";
|
|
1772
1772
|
schema: undefined;
|
|
1773
1773
|
columns: {
|
|
1774
|
-
dataComponentId:
|
|
1774
|
+
dataComponentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1790
1790
|
}, {}, {
|
|
1791
1791
|
length: 256;
|
|
1792
1792
|
}>;
|
|
1793
|
-
createdAt:
|
|
1793
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1807
1807
|
identity: undefined;
|
|
1808
1808
|
generated: undefined;
|
|
1809
1809
|
}, {}, {}>;
|
|
1810
|
-
subAgentId:
|
|
1810
|
+
subAgentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1826
1826
|
}, {}, {
|
|
1827
1827
|
length: 256;
|
|
1828
1828
|
}>;
|
|
1829
|
-
agentId:
|
|
1829
|
+
agentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1845
1845
|
}, {}, {
|
|
1846
1846
|
length: 256;
|
|
1847
1847
|
}>;
|
|
1848
|
-
projectId:
|
|
1848
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1864
1864
|
}, {}, {
|
|
1865
1865
|
length: 256;
|
|
1866
1866
|
}>;
|
|
1867
|
-
tenantId:
|
|
1867
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1883
1883
|
}, {}, {
|
|
1884
1884
|
length: 256;
|
|
1885
1885
|
}>;
|
|
1886
|
-
id:
|
|
1886
|
+
id: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<
|
|
|
1905
1905
|
};
|
|
1906
1906
|
dialect: "pg";
|
|
1907
1907
|
}>;
|
|
1908
|
-
declare const artifactComponents:
|
|
1908
|
+
declare const artifactComponents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
1909
1909
|
name: "artifact_components";
|
|
1910
1910
|
schema: undefined;
|
|
1911
1911
|
columns: {
|
|
1912
|
-
createdAt:
|
|
1912
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1926
1926
|
identity: undefined;
|
|
1927
1927
|
generated: undefined;
|
|
1928
1928
|
}, {}, {}>;
|
|
1929
|
-
updatedAt:
|
|
1929
|
+
updatedAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
1943
1943
|
identity: undefined;
|
|
1944
1944
|
generated: undefined;
|
|
1945
1945
|
}, {}, {}>;
|
|
1946
|
-
props:
|
|
1946
|
+
props: drizzle_orm_pg_core1278.PgColumn<{
|
|
1947
1947
|
name: "props";
|
|
1948
1948
|
tableName: "artifact_components";
|
|
1949
1949
|
dataType: "json";
|
|
@@ -1962,7 +1962,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1962
1962
|
}, {}, {
|
|
1963
1963
|
$type: Record<string, unknown>;
|
|
1964
1964
|
}>;
|
|
1965
|
-
render:
|
|
1965
|
+
render: drizzle_orm_pg_core1278.PgColumn<{
|
|
1966
1966
|
name: "render";
|
|
1967
1967
|
tableName: "artifact_components";
|
|
1968
1968
|
dataType: "json";
|
|
@@ -1987,7 +1987,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
1987
1987
|
mockData: Record<string, unknown>;
|
|
1988
1988
|
};
|
|
1989
1989
|
}>;
|
|
1990
|
-
name:
|
|
1990
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
1991
1991
|
name: "name";
|
|
1992
1992
|
tableName: "artifact_components";
|
|
1993
1993
|
dataType: "string";
|
|
@@ -2006,7 +2006,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2006
2006
|
}, {}, {
|
|
2007
2007
|
length: 256;
|
|
2008
2008
|
}>;
|
|
2009
|
-
description:
|
|
2009
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
2010
2010
|
name: "description";
|
|
2011
2011
|
tableName: "artifact_components";
|
|
2012
2012
|
dataType: "string";
|
|
@@ -2023,7 +2023,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2023
2023
|
identity: undefined;
|
|
2024
2024
|
generated: undefined;
|
|
2025
2025
|
}, {}, {}>;
|
|
2026
|
-
projectId:
|
|
2026
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
2042
2042
|
}, {}, {
|
|
2043
2043
|
length: 256;
|
|
2044
2044
|
}>;
|
|
2045
|
-
tenantId:
|
|
2045
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
2061
2061
|
}, {}, {
|
|
2062
2062
|
length: 256;
|
|
2063
2063
|
}>;
|
|
2064
|
-
id:
|
|
2064
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
2065
2065
|
name: "id";
|
|
2066
2066
|
tableName: "artifact_components";
|
|
2067
2067
|
dataType: "string";
|
|
@@ -2083,11 +2083,11 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2083
2083
|
};
|
|
2084
2084
|
dialect: "pg";
|
|
2085
2085
|
}>;
|
|
2086
|
-
declare const subAgentArtifactComponents:
|
|
2086
|
+
declare const subAgentArtifactComponents: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
2087
2087
|
name: "sub_agent_artifact_components";
|
|
2088
2088
|
schema: undefined;
|
|
2089
2089
|
columns: {
|
|
2090
|
-
artifactComponentId:
|
|
2090
|
+
artifactComponentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2106
2106
|
}, {}, {
|
|
2107
2107
|
length: 256;
|
|
2108
2108
|
}>;
|
|
2109
|
-
createdAt:
|
|
2109
|
+
createdAt: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2123
2123
|
identity: undefined;
|
|
2124
2124
|
generated: undefined;
|
|
2125
2125
|
}, {}, {}>;
|
|
2126
|
-
subAgentId:
|
|
2126
|
+
subAgentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2142
2142
|
}, {}, {
|
|
2143
2143
|
length: 256;
|
|
2144
2144
|
}>;
|
|
2145
|
-
agentId:
|
|
2145
|
+
agentId: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2161
2161
|
}, {}, {
|
|
2162
2162
|
length: 256;
|
|
2163
2163
|
}>;
|
|
2164
|
-
projectId:
|
|
2164
|
+
projectId: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2180
2180
|
}, {}, {
|
|
2181
2181
|
length: 256;
|
|
2182
2182
|
}>;
|
|
2183
|
-
tenantId:
|
|
2183
|
+
tenantId: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2199
2199
|
}, {}, {
|
|
2200
2200
|
length: 256;
|
|
2201
2201
|
}>;
|
|
2202
|
-
id:
|
|
2202
|
+
id: drizzle_orm_pg_core1278.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_core208.PgTableWithColu
|
|
|
2221
2221
|
};
|
|
2222
2222
|
dialect: "pg";
|
|
2223
2223
|
}>;
|
|
2224
|
-
declare const tools:
|
|
2224
|
+
declare const tools: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
2225
2225
|
name: "tools";
|
|
2226
2226
|
schema: undefined;
|
|
2227
2227
|
columns: {
|
|
2228
|
-
createdAt:
|
|
2228
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2229
2229
|
name: "created_at";
|
|
2230
2230
|
tableName: "tools";
|
|
2231
2231
|
dataType: "string";
|
|
@@ -2242,7 +2242,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2242
2242
|
identity: undefined;
|
|
2243
2243
|
generated: undefined;
|
|
2244
2244
|
}, {}, {}>;
|
|
2245
|
-
updatedAt:
|
|
2245
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2246
2246
|
name: "updated_at";
|
|
2247
2247
|
tableName: "tools";
|
|
2248
2248
|
dataType: "string";
|
|
@@ -2259,7 +2259,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2259
2259
|
identity: undefined;
|
|
2260
2260
|
generated: undefined;
|
|
2261
2261
|
}, {}, {}>;
|
|
2262
|
-
name:
|
|
2262
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
2263
2263
|
name: "name";
|
|
2264
2264
|
tableName: "tools";
|
|
2265
2265
|
dataType: "string";
|
|
@@ -2278,7 +2278,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2278
2278
|
}, {}, {
|
|
2279
2279
|
length: 256;
|
|
2280
2280
|
}>;
|
|
2281
|
-
description:
|
|
2281
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
2282
2282
|
name: "description";
|
|
2283
2283
|
tableName: "tools";
|
|
2284
2284
|
dataType: "string";
|
|
@@ -2295,7 +2295,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2295
2295
|
identity: undefined;
|
|
2296
2296
|
generated: undefined;
|
|
2297
2297
|
}, {}, {}>;
|
|
2298
|
-
config:
|
|
2298
|
+
config: drizzle_orm_pg_core1278.PgColumn<{
|
|
2299
2299
|
name: "config";
|
|
2300
2300
|
tableName: "tools";
|
|
2301
2301
|
dataType: "json";
|
|
@@ -2320,7 +2320,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2320
2320
|
mcp: ToolMcpConfig;
|
|
2321
2321
|
};
|
|
2322
2322
|
}>;
|
|
2323
|
-
credentialReferenceId:
|
|
2323
|
+
credentialReferenceId: drizzle_orm_pg_core1278.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_core208.PgTableWithColumns<{
|
|
|
2339
2339
|
}, {}, {
|
|
2340
2340
|
length: 256;
|
|
2341
2341
|
}>;
|
|
2342
|
-
credentialScope:
|
|
2342
|
+
credentialScope: drizzle_orm_pg_core1278.PgColumn<{
|
|
2343
2343
|
name: "credential_scope";
|
|
2344
2344
|
tableName: "tools";
|
|
2345
2345
|
dataType: "string";
|
|
@@ -2358,7 +2358,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2358
2358
|
}, {}, {
|
|
2359
2359
|
length: 50;
|
|
2360
2360
|
}>;
|
|
2361
|
-
headers:
|
|
2361
|
+
headers: drizzle_orm_pg_core1278.PgColumn<{
|
|
2362
2362
|
name: "headers";
|
|
2363
2363
|
tableName: "tools";
|
|
2364
2364
|
dataType: "json";
|
|
@@ -2377,7 +2377,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2377
2377
|
}, {}, {
|
|
2378
2378
|
$type: Record<string, string>;
|
|
2379
2379
|
}>;
|
|
2380
|
-
imageUrl:
|
|
2380
|
+
imageUrl: drizzle_orm_pg_core1278.PgColumn<{
|
|
2381
2381
|
name: "image_url";
|
|
2382
2382
|
tableName: "tools";
|
|
2383
2383
|
dataType: "string";
|
|
@@ -2394,7 +2394,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2394
2394
|
identity: undefined;
|
|
2395
2395
|
generated: undefined;
|
|
2396
2396
|
}, {}, {}>;
|
|
2397
|
-
capabilities:
|
|
2397
|
+
capabilities: drizzle_orm_pg_core1278.PgColumn<{
|
|
2398
2398
|
name: "capabilities";
|
|
2399
2399
|
tableName: "tools";
|
|
2400
2400
|
dataType: "json";
|
|
@@ -2413,7 +2413,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2413
2413
|
}, {}, {
|
|
2414
2414
|
$type: ToolServerCapabilities;
|
|
2415
2415
|
}>;
|
|
2416
|
-
lastError:
|
|
2416
|
+
lastError: drizzle_orm_pg_core1278.PgColumn<{
|
|
2417
2417
|
name: "last_error";
|
|
2418
2418
|
tableName: "tools";
|
|
2419
2419
|
dataType: "string";
|
|
@@ -2430,7 +2430,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2430
2430
|
identity: undefined;
|
|
2431
2431
|
generated: undefined;
|
|
2432
2432
|
}, {}, {}>;
|
|
2433
|
-
projectId:
|
|
2433
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2434
2434
|
name: "project_id";
|
|
2435
2435
|
tableName: "tools";
|
|
2436
2436
|
dataType: "string";
|
|
@@ -2449,7 +2449,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2449
2449
|
}, {}, {
|
|
2450
2450
|
length: 256;
|
|
2451
2451
|
}>;
|
|
2452
|
-
tenantId:
|
|
2452
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2453
2453
|
name: "tenant_id";
|
|
2454
2454
|
tableName: "tools";
|
|
2455
2455
|
dataType: "string";
|
|
@@ -2468,7 +2468,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2468
2468
|
}, {}, {
|
|
2469
2469
|
length: 256;
|
|
2470
2470
|
}>;
|
|
2471
|
-
id:
|
|
2471
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
2472
2472
|
name: "id";
|
|
2473
2473
|
tableName: "tools";
|
|
2474
2474
|
dataType: "string";
|
|
@@ -2490,11 +2490,11 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2490
2490
|
};
|
|
2491
2491
|
dialect: "pg";
|
|
2492
2492
|
}>;
|
|
2493
|
-
declare const functionTools:
|
|
2493
|
+
declare const functionTools: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
2494
2494
|
name: "function_tools";
|
|
2495
2495
|
schema: undefined;
|
|
2496
2496
|
columns: {
|
|
2497
|
-
createdAt:
|
|
2497
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2498
2498
|
name: "created_at";
|
|
2499
2499
|
tableName: "function_tools";
|
|
2500
2500
|
dataType: "string";
|
|
@@ -2511,7 +2511,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2511
2511
|
identity: undefined;
|
|
2512
2512
|
generated: undefined;
|
|
2513
2513
|
}, {}, {}>;
|
|
2514
|
-
updatedAt:
|
|
2514
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2515
2515
|
name: "updated_at";
|
|
2516
2516
|
tableName: "function_tools";
|
|
2517
2517
|
dataType: "string";
|
|
@@ -2528,7 +2528,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2528
2528
|
identity: undefined;
|
|
2529
2529
|
generated: undefined;
|
|
2530
2530
|
}, {}, {}>;
|
|
2531
|
-
name:
|
|
2531
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
2532
2532
|
name: "name";
|
|
2533
2533
|
tableName: "function_tools";
|
|
2534
2534
|
dataType: "string";
|
|
@@ -2547,7 +2547,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2547
2547
|
}, {}, {
|
|
2548
2548
|
length: 256;
|
|
2549
2549
|
}>;
|
|
2550
|
-
description:
|
|
2550
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
2551
2551
|
name: "description";
|
|
2552
2552
|
tableName: "function_tools";
|
|
2553
2553
|
dataType: "string";
|
|
@@ -2564,7 +2564,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2564
2564
|
identity: undefined;
|
|
2565
2565
|
generated: undefined;
|
|
2566
2566
|
}, {}, {}>;
|
|
2567
|
-
functionId:
|
|
2567
|
+
functionId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2568
2568
|
name: "function_id";
|
|
2569
2569
|
tableName: "function_tools";
|
|
2570
2570
|
dataType: "string";
|
|
@@ -2583,7 +2583,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2583
2583
|
}, {}, {
|
|
2584
2584
|
length: 256;
|
|
2585
2585
|
}>;
|
|
2586
|
-
agentId:
|
|
2586
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2587
2587
|
name: "agent_id";
|
|
2588
2588
|
tableName: "function_tools";
|
|
2589
2589
|
dataType: "string";
|
|
@@ -2602,7 +2602,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2602
2602
|
}, {}, {
|
|
2603
2603
|
length: 256;
|
|
2604
2604
|
}>;
|
|
2605
|
-
projectId:
|
|
2605
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2606
2606
|
name: "project_id";
|
|
2607
2607
|
tableName: "function_tools";
|
|
2608
2608
|
dataType: "string";
|
|
@@ -2621,7 +2621,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2621
2621
|
}, {}, {
|
|
2622
2622
|
length: 256;
|
|
2623
2623
|
}>;
|
|
2624
|
-
tenantId:
|
|
2624
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2625
2625
|
name: "tenant_id";
|
|
2626
2626
|
tableName: "function_tools";
|
|
2627
2627
|
dataType: "string";
|
|
@@ -2640,7 +2640,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2640
2640
|
}, {}, {
|
|
2641
2641
|
length: 256;
|
|
2642
2642
|
}>;
|
|
2643
|
-
id:
|
|
2643
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
2644
2644
|
name: "id";
|
|
2645
2645
|
tableName: "function_tools";
|
|
2646
2646
|
dataType: "string";
|
|
@@ -2662,11 +2662,11 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2662
2662
|
};
|
|
2663
2663
|
dialect: "pg";
|
|
2664
2664
|
}>;
|
|
2665
|
-
declare const functions:
|
|
2665
|
+
declare const functions: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
2666
2666
|
name: "functions";
|
|
2667
2667
|
schema: undefined;
|
|
2668
2668
|
columns: {
|
|
2669
|
-
createdAt:
|
|
2669
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2670
2670
|
name: "created_at";
|
|
2671
2671
|
tableName: "functions";
|
|
2672
2672
|
dataType: "string";
|
|
@@ -2683,7 +2683,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2683
2683
|
identity: undefined;
|
|
2684
2684
|
generated: undefined;
|
|
2685
2685
|
}, {}, {}>;
|
|
2686
|
-
updatedAt:
|
|
2686
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2687
2687
|
name: "updated_at";
|
|
2688
2688
|
tableName: "functions";
|
|
2689
2689
|
dataType: "string";
|
|
@@ -2700,7 +2700,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2700
2700
|
identity: undefined;
|
|
2701
2701
|
generated: undefined;
|
|
2702
2702
|
}, {}, {}>;
|
|
2703
|
-
inputSchema:
|
|
2703
|
+
inputSchema: drizzle_orm_pg_core1278.PgColumn<{
|
|
2704
2704
|
name: "input_schema";
|
|
2705
2705
|
tableName: "functions";
|
|
2706
2706
|
dataType: "json";
|
|
@@ -2719,7 +2719,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2719
2719
|
}, {}, {
|
|
2720
2720
|
$type: Record<string, unknown>;
|
|
2721
2721
|
}>;
|
|
2722
|
-
executeCode:
|
|
2722
|
+
executeCode: drizzle_orm_pg_core1278.PgColumn<{
|
|
2723
2723
|
name: "execute_code";
|
|
2724
2724
|
tableName: "functions";
|
|
2725
2725
|
dataType: "string";
|
|
@@ -2736,7 +2736,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2736
2736
|
identity: undefined;
|
|
2737
2737
|
generated: undefined;
|
|
2738
2738
|
}, {}, {}>;
|
|
2739
|
-
dependencies:
|
|
2739
|
+
dependencies: drizzle_orm_pg_core1278.PgColumn<{
|
|
2740
2740
|
name: "dependencies";
|
|
2741
2741
|
tableName: "functions";
|
|
2742
2742
|
dataType: "json";
|
|
@@ -2755,7 +2755,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2755
2755
|
}, {}, {
|
|
2756
2756
|
$type: Record<string, string>;
|
|
2757
2757
|
}>;
|
|
2758
|
-
projectId:
|
|
2758
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2759
2759
|
name: "project_id";
|
|
2760
2760
|
tableName: "functions";
|
|
2761
2761
|
dataType: "string";
|
|
@@ -2774,7 +2774,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2774
2774
|
}, {}, {
|
|
2775
2775
|
length: 256;
|
|
2776
2776
|
}>;
|
|
2777
|
-
tenantId:
|
|
2777
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2778
2778
|
name: "tenant_id";
|
|
2779
2779
|
tableName: "functions";
|
|
2780
2780
|
dataType: "string";
|
|
@@ -2793,7 +2793,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2793
2793
|
}, {}, {
|
|
2794
2794
|
length: 256;
|
|
2795
2795
|
}>;
|
|
2796
|
-
id:
|
|
2796
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
2797
2797
|
name: "id";
|
|
2798
2798
|
tableName: "functions";
|
|
2799
2799
|
dataType: "string";
|
|
@@ -2815,11 +2815,11 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2815
2815
|
};
|
|
2816
2816
|
dialect: "pg";
|
|
2817
2817
|
}>;
|
|
2818
|
-
declare const subAgentToolRelations:
|
|
2818
|
+
declare const subAgentToolRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
2819
2819
|
name: "sub_agent_tool_relations";
|
|
2820
2820
|
schema: undefined;
|
|
2821
2821
|
columns: {
|
|
2822
|
-
createdAt:
|
|
2822
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2823
2823
|
name: "created_at";
|
|
2824
2824
|
tableName: "sub_agent_tool_relations";
|
|
2825
2825
|
dataType: "string";
|
|
@@ -2836,7 +2836,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2836
2836
|
identity: undefined;
|
|
2837
2837
|
generated: undefined;
|
|
2838
2838
|
}, {}, {}>;
|
|
2839
|
-
updatedAt:
|
|
2839
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
2840
2840
|
name: "updated_at";
|
|
2841
2841
|
tableName: "sub_agent_tool_relations";
|
|
2842
2842
|
dataType: "string";
|
|
@@ -2853,7 +2853,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2853
2853
|
identity: undefined;
|
|
2854
2854
|
generated: undefined;
|
|
2855
2855
|
}, {}, {}>;
|
|
2856
|
-
toolId:
|
|
2856
|
+
toolId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2857
2857
|
name: "tool_id";
|
|
2858
2858
|
tableName: "sub_agent_tool_relations";
|
|
2859
2859
|
dataType: "string";
|
|
@@ -2872,7 +2872,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2872
2872
|
}, {}, {
|
|
2873
2873
|
length: 256;
|
|
2874
2874
|
}>;
|
|
2875
|
-
selectedTools:
|
|
2875
|
+
selectedTools: drizzle_orm_pg_core1278.PgColumn<{
|
|
2876
2876
|
name: "selected_tools";
|
|
2877
2877
|
tableName: "sub_agent_tool_relations";
|
|
2878
2878
|
dataType: "json";
|
|
@@ -2891,7 +2891,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2891
2891
|
}, {}, {
|
|
2892
2892
|
$type: string[] | null;
|
|
2893
2893
|
}>;
|
|
2894
|
-
headers:
|
|
2894
|
+
headers: drizzle_orm_pg_core1278.PgColumn<{
|
|
2895
2895
|
name: "headers";
|
|
2896
2896
|
tableName: "sub_agent_tool_relations";
|
|
2897
2897
|
dataType: "json";
|
|
@@ -2910,7 +2910,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2910
2910
|
}, {}, {
|
|
2911
2911
|
$type: Record<string, string> | null;
|
|
2912
2912
|
}>;
|
|
2913
|
-
toolPolicies:
|
|
2913
|
+
toolPolicies: drizzle_orm_pg_core1278.PgColumn<{
|
|
2914
2914
|
name: "tool_policies";
|
|
2915
2915
|
tableName: "sub_agent_tool_relations";
|
|
2916
2916
|
dataType: "json";
|
|
@@ -2933,7 +2933,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2933
2933
|
needsApproval?: boolean;
|
|
2934
2934
|
}> | null;
|
|
2935
2935
|
}>;
|
|
2936
|
-
subAgentId:
|
|
2936
|
+
subAgentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2937
2937
|
name: "sub_agent_id";
|
|
2938
2938
|
tableName: "sub_agent_tool_relations";
|
|
2939
2939
|
dataType: "string";
|
|
@@ -2952,7 +2952,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2952
2952
|
}, {}, {
|
|
2953
2953
|
length: 256;
|
|
2954
2954
|
}>;
|
|
2955
|
-
agentId:
|
|
2955
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2956
2956
|
name: "agent_id";
|
|
2957
2957
|
tableName: "sub_agent_tool_relations";
|
|
2958
2958
|
dataType: "string";
|
|
@@ -2971,7 +2971,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2971
2971
|
}, {}, {
|
|
2972
2972
|
length: 256;
|
|
2973
2973
|
}>;
|
|
2974
|
-
projectId:
|
|
2974
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2975
2975
|
name: "project_id";
|
|
2976
2976
|
tableName: "sub_agent_tool_relations";
|
|
2977
2977
|
dataType: "string";
|
|
@@ -2990,7 +2990,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
2990
2990
|
}, {}, {
|
|
2991
2991
|
length: 256;
|
|
2992
2992
|
}>;
|
|
2993
|
-
tenantId:
|
|
2993
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
2994
2994
|
name: "tenant_id";
|
|
2995
2995
|
tableName: "sub_agent_tool_relations";
|
|
2996
2996
|
dataType: "string";
|
|
@@ -3009,7 +3009,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3009
3009
|
}, {}, {
|
|
3010
3010
|
length: 256;
|
|
3011
3011
|
}>;
|
|
3012
|
-
id:
|
|
3012
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
3013
3013
|
name: "id";
|
|
3014
3014
|
tableName: "sub_agent_tool_relations";
|
|
3015
3015
|
dataType: "string";
|
|
@@ -3031,11 +3031,11 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3031
3031
|
};
|
|
3032
3032
|
dialect: "pg";
|
|
3033
3033
|
}>;
|
|
3034
|
-
declare const subAgentExternalAgentRelations:
|
|
3034
|
+
declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
3035
3035
|
name: "sub_agent_external_agent_relations";
|
|
3036
3036
|
schema: undefined;
|
|
3037
3037
|
columns: {
|
|
3038
|
-
createdAt:
|
|
3038
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3039
3039
|
name: "created_at";
|
|
3040
3040
|
tableName: "sub_agent_external_agent_relations";
|
|
3041
3041
|
dataType: "string";
|
|
@@ -3052,7 +3052,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3052
3052
|
identity: undefined;
|
|
3053
3053
|
generated: undefined;
|
|
3054
3054
|
}, {}, {}>;
|
|
3055
|
-
updatedAt:
|
|
3055
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3056
3056
|
name: "updated_at";
|
|
3057
3057
|
tableName: "sub_agent_external_agent_relations";
|
|
3058
3058
|
dataType: "string";
|
|
@@ -3069,7 +3069,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3069
3069
|
identity: undefined;
|
|
3070
3070
|
generated: undefined;
|
|
3071
3071
|
}, {}, {}>;
|
|
3072
|
-
externalAgentId:
|
|
3072
|
+
externalAgentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3073
3073
|
name: "external_agent_id";
|
|
3074
3074
|
tableName: "sub_agent_external_agent_relations";
|
|
3075
3075
|
dataType: "string";
|
|
@@ -3088,7 +3088,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3088
3088
|
}, {}, {
|
|
3089
3089
|
length: 256;
|
|
3090
3090
|
}>;
|
|
3091
|
-
headers:
|
|
3091
|
+
headers: drizzle_orm_pg_core1278.PgColumn<{
|
|
3092
3092
|
name: "headers";
|
|
3093
3093
|
tableName: "sub_agent_external_agent_relations";
|
|
3094
3094
|
dataType: "json";
|
|
@@ -3107,7 +3107,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3107
3107
|
}, {}, {
|
|
3108
3108
|
$type: Record<string, string> | null;
|
|
3109
3109
|
}>;
|
|
3110
|
-
subAgentId:
|
|
3110
|
+
subAgentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3111
3111
|
name: "sub_agent_id";
|
|
3112
3112
|
tableName: "sub_agent_external_agent_relations";
|
|
3113
3113
|
dataType: "string";
|
|
@@ -3126,7 +3126,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3126
3126
|
}, {}, {
|
|
3127
3127
|
length: 256;
|
|
3128
3128
|
}>;
|
|
3129
|
-
agentId:
|
|
3129
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3130
3130
|
name: "agent_id";
|
|
3131
3131
|
tableName: "sub_agent_external_agent_relations";
|
|
3132
3132
|
dataType: "string";
|
|
@@ -3145,7 +3145,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3145
3145
|
}, {}, {
|
|
3146
3146
|
length: 256;
|
|
3147
3147
|
}>;
|
|
3148
|
-
projectId:
|
|
3148
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3149
3149
|
name: "project_id";
|
|
3150
3150
|
tableName: "sub_agent_external_agent_relations";
|
|
3151
3151
|
dataType: "string";
|
|
@@ -3164,7 +3164,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3164
3164
|
}, {}, {
|
|
3165
3165
|
length: 256;
|
|
3166
3166
|
}>;
|
|
3167
|
-
tenantId:
|
|
3167
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3168
3168
|
name: "tenant_id";
|
|
3169
3169
|
tableName: "sub_agent_external_agent_relations";
|
|
3170
3170
|
dataType: "string";
|
|
@@ -3183,7 +3183,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3183
3183
|
}, {}, {
|
|
3184
3184
|
length: 256;
|
|
3185
3185
|
}>;
|
|
3186
|
-
id:
|
|
3186
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
3187
3187
|
name: "id";
|
|
3188
3188
|
tableName: "sub_agent_external_agent_relations";
|
|
3189
3189
|
dataType: "string";
|
|
@@ -3205,11 +3205,11 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
3205
3205
|
};
|
|
3206
3206
|
dialect: "pg";
|
|
3207
3207
|
}>;
|
|
3208
|
-
declare const subAgentTeamAgentRelations:
|
|
3208
|
+
declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
3209
3209
|
name: "sub_agent_team_agent_relations";
|
|
3210
3210
|
schema: undefined;
|
|
3211
3211
|
columns: {
|
|
3212
|
-
createdAt:
|
|
3212
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3213
3213
|
name: "created_at";
|
|
3214
3214
|
tableName: "sub_agent_team_agent_relations";
|
|
3215
3215
|
dataType: "string";
|
|
@@ -3226,7 +3226,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3226
3226
|
identity: undefined;
|
|
3227
3227
|
generated: undefined;
|
|
3228
3228
|
}, {}, {}>;
|
|
3229
|
-
updatedAt:
|
|
3229
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3230
3230
|
name: "updated_at";
|
|
3231
3231
|
tableName: "sub_agent_team_agent_relations";
|
|
3232
3232
|
dataType: "string";
|
|
@@ -3243,7 +3243,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3243
3243
|
identity: undefined;
|
|
3244
3244
|
generated: undefined;
|
|
3245
3245
|
}, {}, {}>;
|
|
3246
|
-
targetAgentId:
|
|
3246
|
+
targetAgentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3247
3247
|
name: "target_agent_id";
|
|
3248
3248
|
tableName: "sub_agent_team_agent_relations";
|
|
3249
3249
|
dataType: "string";
|
|
@@ -3262,7 +3262,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3262
3262
|
}, {}, {
|
|
3263
3263
|
length: 256;
|
|
3264
3264
|
}>;
|
|
3265
|
-
headers:
|
|
3265
|
+
headers: drizzle_orm_pg_core1278.PgColumn<{
|
|
3266
3266
|
name: "headers";
|
|
3267
3267
|
tableName: "sub_agent_team_agent_relations";
|
|
3268
3268
|
dataType: "json";
|
|
@@ -3281,7 +3281,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3281
3281
|
}, {}, {
|
|
3282
3282
|
$type: Record<string, string> | null;
|
|
3283
3283
|
}>;
|
|
3284
|
-
subAgentId:
|
|
3284
|
+
subAgentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3285
3285
|
name: "sub_agent_id";
|
|
3286
3286
|
tableName: "sub_agent_team_agent_relations";
|
|
3287
3287
|
dataType: "string";
|
|
@@ -3300,7 +3300,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3300
3300
|
}, {}, {
|
|
3301
3301
|
length: 256;
|
|
3302
3302
|
}>;
|
|
3303
|
-
agentId:
|
|
3303
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3304
3304
|
name: "agent_id";
|
|
3305
3305
|
tableName: "sub_agent_team_agent_relations";
|
|
3306
3306
|
dataType: "string";
|
|
@@ -3319,7 +3319,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3319
3319
|
}, {}, {
|
|
3320
3320
|
length: 256;
|
|
3321
3321
|
}>;
|
|
3322
|
-
projectId:
|
|
3322
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3323
3323
|
name: "project_id";
|
|
3324
3324
|
tableName: "sub_agent_team_agent_relations";
|
|
3325
3325
|
dataType: "string";
|
|
@@ -3338,7 +3338,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3338
3338
|
}, {}, {
|
|
3339
3339
|
length: 256;
|
|
3340
3340
|
}>;
|
|
3341
|
-
tenantId:
|
|
3341
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3342
3342
|
name: "tenant_id";
|
|
3343
3343
|
tableName: "sub_agent_team_agent_relations";
|
|
3344
3344
|
dataType: "string";
|
|
@@ -3357,7 +3357,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3357
3357
|
}, {}, {
|
|
3358
3358
|
length: 256;
|
|
3359
3359
|
}>;
|
|
3360
|
-
id:
|
|
3360
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
3361
3361
|
name: "id";
|
|
3362
3362
|
tableName: "sub_agent_team_agent_relations";
|
|
3363
3363
|
dataType: "string";
|
|
@@ -3379,11 +3379,11 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
|
|
|
3379
3379
|
};
|
|
3380
3380
|
dialect: "pg";
|
|
3381
3381
|
}>;
|
|
3382
|
-
declare const subAgentFunctionToolRelations:
|
|
3382
|
+
declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
3383
3383
|
name: "sub_agent_function_tool_relations";
|
|
3384
3384
|
schema: undefined;
|
|
3385
3385
|
columns: {
|
|
3386
|
-
createdAt:
|
|
3386
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3387
3387
|
name: "created_at";
|
|
3388
3388
|
tableName: "sub_agent_function_tool_relations";
|
|
3389
3389
|
dataType: "string";
|
|
@@ -3400,7 +3400,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3400
3400
|
identity: undefined;
|
|
3401
3401
|
generated: undefined;
|
|
3402
3402
|
}, {}, {}>;
|
|
3403
|
-
updatedAt:
|
|
3403
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3404
3404
|
name: "updated_at";
|
|
3405
3405
|
tableName: "sub_agent_function_tool_relations";
|
|
3406
3406
|
dataType: "string";
|
|
@@ -3417,7 +3417,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3417
3417
|
identity: undefined;
|
|
3418
3418
|
generated: undefined;
|
|
3419
3419
|
}, {}, {}>;
|
|
3420
|
-
functionToolId:
|
|
3420
|
+
functionToolId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3421
3421
|
name: "function_tool_id";
|
|
3422
3422
|
tableName: "sub_agent_function_tool_relations";
|
|
3423
3423
|
dataType: "string";
|
|
@@ -3436,7 +3436,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3436
3436
|
}, {}, {
|
|
3437
3437
|
length: 256;
|
|
3438
3438
|
}>;
|
|
3439
|
-
toolPolicies:
|
|
3439
|
+
toolPolicies: drizzle_orm_pg_core1278.PgColumn<{
|
|
3440
3440
|
name: "tool_policies";
|
|
3441
3441
|
tableName: "sub_agent_function_tool_relations";
|
|
3442
3442
|
dataType: "json";
|
|
@@ -3459,7 +3459,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3459
3459
|
needsApproval?: boolean;
|
|
3460
3460
|
}> | null;
|
|
3461
3461
|
}>;
|
|
3462
|
-
subAgentId:
|
|
3462
|
+
subAgentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3463
3463
|
name: "sub_agent_id";
|
|
3464
3464
|
tableName: "sub_agent_function_tool_relations";
|
|
3465
3465
|
dataType: "string";
|
|
@@ -3478,7 +3478,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3478
3478
|
}, {}, {
|
|
3479
3479
|
length: 256;
|
|
3480
3480
|
}>;
|
|
3481
|
-
agentId:
|
|
3481
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3482
3482
|
name: "agent_id";
|
|
3483
3483
|
tableName: "sub_agent_function_tool_relations";
|
|
3484
3484
|
dataType: "string";
|
|
@@ -3497,7 +3497,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3497
3497
|
}, {}, {
|
|
3498
3498
|
length: 256;
|
|
3499
3499
|
}>;
|
|
3500
|
-
projectId:
|
|
3500
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3501
3501
|
name: "project_id";
|
|
3502
3502
|
tableName: "sub_agent_function_tool_relations";
|
|
3503
3503
|
dataType: "string";
|
|
@@ -3516,7 +3516,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3516
3516
|
}, {}, {
|
|
3517
3517
|
length: 256;
|
|
3518
3518
|
}>;
|
|
3519
|
-
tenantId:
|
|
3519
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3520
3520
|
name: "tenant_id";
|
|
3521
3521
|
tableName: "sub_agent_function_tool_relations";
|
|
3522
3522
|
dataType: "string";
|
|
@@ -3535,7 +3535,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3535
3535
|
}, {}, {
|
|
3536
3536
|
length: 256;
|
|
3537
3537
|
}>;
|
|
3538
|
-
id:
|
|
3538
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
3539
3539
|
name: "id";
|
|
3540
3540
|
tableName: "sub_agent_function_tool_relations";
|
|
3541
3541
|
dataType: "string";
|
|
@@ -3557,11 +3557,11 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
|
|
|
3557
3557
|
};
|
|
3558
3558
|
dialect: "pg";
|
|
3559
3559
|
}>;
|
|
3560
|
-
declare const credentialReferences:
|
|
3560
|
+
declare const credentialReferences: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
3561
3561
|
name: "credential_references";
|
|
3562
3562
|
schema: undefined;
|
|
3563
3563
|
columns: {
|
|
3564
|
-
createdAt:
|
|
3564
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3565
3565
|
name: "created_at";
|
|
3566
3566
|
tableName: "credential_references";
|
|
3567
3567
|
dataType: "string";
|
|
@@ -3578,7 +3578,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3578
3578
|
identity: undefined;
|
|
3579
3579
|
generated: undefined;
|
|
3580
3580
|
}, {}, {}>;
|
|
3581
|
-
updatedAt:
|
|
3581
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3582
3582
|
name: "updated_at";
|
|
3583
3583
|
tableName: "credential_references";
|
|
3584
3584
|
dataType: "string";
|
|
@@ -3595,7 +3595,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3595
3595
|
identity: undefined;
|
|
3596
3596
|
generated: undefined;
|
|
3597
3597
|
}, {}, {}>;
|
|
3598
|
-
name:
|
|
3598
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
3599
3599
|
name: "name";
|
|
3600
3600
|
tableName: "credential_references";
|
|
3601
3601
|
dataType: "string";
|
|
@@ -3614,7 +3614,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3614
3614
|
}, {}, {
|
|
3615
3615
|
length: 256;
|
|
3616
3616
|
}>;
|
|
3617
|
-
type:
|
|
3617
|
+
type: drizzle_orm_pg_core1278.PgColumn<{
|
|
3618
3618
|
name: "type";
|
|
3619
3619
|
tableName: "credential_references";
|
|
3620
3620
|
dataType: "string";
|
|
@@ -3633,7 +3633,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3633
3633
|
}, {}, {
|
|
3634
3634
|
length: 256;
|
|
3635
3635
|
}>;
|
|
3636
|
-
credentialStoreId:
|
|
3636
|
+
credentialStoreId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3637
3637
|
name: "credential_store_id";
|
|
3638
3638
|
tableName: "credential_references";
|
|
3639
3639
|
dataType: "string";
|
|
@@ -3652,7 +3652,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3652
3652
|
}, {}, {
|
|
3653
3653
|
length: 256;
|
|
3654
3654
|
}>;
|
|
3655
|
-
retrievalParams:
|
|
3655
|
+
retrievalParams: drizzle_orm_pg_core1278.PgColumn<{
|
|
3656
3656
|
name: "retrieval_params";
|
|
3657
3657
|
tableName: "credential_references";
|
|
3658
3658
|
dataType: "json";
|
|
@@ -3671,7 +3671,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3671
3671
|
}, {}, {
|
|
3672
3672
|
$type: Record<string, unknown>;
|
|
3673
3673
|
}>;
|
|
3674
|
-
toolId:
|
|
3674
|
+
toolId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3675
3675
|
name: "tool_id";
|
|
3676
3676
|
tableName: "credential_references";
|
|
3677
3677
|
dataType: "string";
|
|
@@ -3690,7 +3690,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3690
3690
|
}, {}, {
|
|
3691
3691
|
length: 256;
|
|
3692
3692
|
}>;
|
|
3693
|
-
userId:
|
|
3693
|
+
userId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3694
3694
|
name: "user_id";
|
|
3695
3695
|
tableName: "credential_references";
|
|
3696
3696
|
dataType: "string";
|
|
@@ -3709,7 +3709,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3709
3709
|
}, {}, {
|
|
3710
3710
|
length: 256;
|
|
3711
3711
|
}>;
|
|
3712
|
-
createdBy:
|
|
3712
|
+
createdBy: drizzle_orm_pg_core1278.PgColumn<{
|
|
3713
3713
|
name: "created_by";
|
|
3714
3714
|
tableName: "credential_references";
|
|
3715
3715
|
dataType: "string";
|
|
@@ -3728,7 +3728,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3728
3728
|
}, {}, {
|
|
3729
3729
|
length: 256;
|
|
3730
3730
|
}>;
|
|
3731
|
-
projectId:
|
|
3731
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3732
3732
|
name: "project_id";
|
|
3733
3733
|
tableName: "credential_references";
|
|
3734
3734
|
dataType: "string";
|
|
@@ -3747,7 +3747,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3747
3747
|
}, {}, {
|
|
3748
3748
|
length: 256;
|
|
3749
3749
|
}>;
|
|
3750
|
-
tenantId:
|
|
3750
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3751
3751
|
name: "tenant_id";
|
|
3752
3752
|
tableName: "credential_references";
|
|
3753
3753
|
dataType: "string";
|
|
@@ -3766,7 +3766,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3766
3766
|
}, {}, {
|
|
3767
3767
|
length: 256;
|
|
3768
3768
|
}>;
|
|
3769
|
-
id:
|
|
3769
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
3770
3770
|
name: "id";
|
|
3771
3771
|
tableName: "credential_references";
|
|
3772
3772
|
dataType: "string";
|
|
@@ -3798,11 +3798,11 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3798
3798
|
*
|
|
3799
3799
|
* Includes: name and timestamps
|
|
3800
3800
|
*/
|
|
3801
|
-
declare const dataset:
|
|
3801
|
+
declare const dataset: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
3802
3802
|
name: "dataset";
|
|
3803
3803
|
schema: undefined;
|
|
3804
3804
|
columns: {
|
|
3805
|
-
createdAt:
|
|
3805
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3806
3806
|
name: "created_at";
|
|
3807
3807
|
tableName: "dataset";
|
|
3808
3808
|
dataType: "string";
|
|
@@ -3819,7 +3819,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3819
3819
|
identity: undefined;
|
|
3820
3820
|
generated: undefined;
|
|
3821
3821
|
}, {}, {}>;
|
|
3822
|
-
updatedAt:
|
|
3822
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3823
3823
|
name: "updated_at";
|
|
3824
3824
|
tableName: "dataset";
|
|
3825
3825
|
dataType: "string";
|
|
@@ -3836,7 +3836,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3836
3836
|
identity: undefined;
|
|
3837
3837
|
generated: undefined;
|
|
3838
3838
|
}, {}, {}>;
|
|
3839
|
-
name:
|
|
3839
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
3840
3840
|
name: "name";
|
|
3841
3841
|
tableName: "dataset";
|
|
3842
3842
|
dataType: "string";
|
|
@@ -3855,7 +3855,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3855
3855
|
}, {}, {
|
|
3856
3856
|
length: 256;
|
|
3857
3857
|
}>;
|
|
3858
|
-
projectId:
|
|
3858
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3859
3859
|
name: "project_id";
|
|
3860
3860
|
tableName: "dataset";
|
|
3861
3861
|
dataType: "string";
|
|
@@ -3874,7 +3874,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3874
3874
|
}, {}, {
|
|
3875
3875
|
length: 256;
|
|
3876
3876
|
}>;
|
|
3877
|
-
tenantId:
|
|
3877
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3878
3878
|
name: "tenant_id";
|
|
3879
3879
|
tableName: "dataset";
|
|
3880
3880
|
dataType: "string";
|
|
@@ -3893,7 +3893,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3893
3893
|
}, {}, {
|
|
3894
3894
|
length: 256;
|
|
3895
3895
|
}>;
|
|
3896
|
-
id:
|
|
3896
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
3897
3897
|
name: "id";
|
|
3898
3898
|
tableName: "dataset";
|
|
3899
3899
|
dataType: "string";
|
|
@@ -3926,11 +3926,11 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3926
3926
|
* simulation agent (stopWhen conditions, prompt/modelConfig), and timestamps
|
|
3927
3927
|
* 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
|
|
3928
3928
|
*/
|
|
3929
|
-
declare const datasetItem:
|
|
3929
|
+
declare const datasetItem: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
3930
3930
|
name: "dataset_item";
|
|
3931
3931
|
schema: undefined;
|
|
3932
3932
|
columns: {
|
|
3933
|
-
createdAt:
|
|
3933
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3934
3934
|
name: "created_at";
|
|
3935
3935
|
tableName: "dataset_item";
|
|
3936
3936
|
dataType: "string";
|
|
@@ -3947,7 +3947,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3947
3947
|
identity: undefined;
|
|
3948
3948
|
generated: undefined;
|
|
3949
3949
|
}, {}, {}>;
|
|
3950
|
-
updatedAt:
|
|
3950
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
3951
3951
|
name: "updated_at";
|
|
3952
3952
|
tableName: "dataset_item";
|
|
3953
3953
|
dataType: "string";
|
|
@@ -3964,7 +3964,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3964
3964
|
identity: undefined;
|
|
3965
3965
|
generated: undefined;
|
|
3966
3966
|
}, {}, {}>;
|
|
3967
|
-
datasetId:
|
|
3967
|
+
datasetId: drizzle_orm_pg_core1278.PgColumn<{
|
|
3968
3968
|
name: "dataset_id";
|
|
3969
3969
|
tableName: "dataset_item";
|
|
3970
3970
|
dataType: "string";
|
|
@@ -3983,7 +3983,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
3983
3983
|
}, {}, {
|
|
3984
3984
|
length: 256;
|
|
3985
3985
|
}>;
|
|
3986
|
-
input:
|
|
3986
|
+
input: drizzle_orm_pg_core1278.PgColumn<{
|
|
3987
3987
|
name: "input";
|
|
3988
3988
|
tableName: "dataset_item";
|
|
3989
3989
|
dataType: "json";
|
|
@@ -4002,7 +4002,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4002
4002
|
}, {}, {
|
|
4003
4003
|
$type: DatasetItemInput;
|
|
4004
4004
|
}>;
|
|
4005
|
-
expectedOutput:
|
|
4005
|
+
expectedOutput: drizzle_orm_pg_core1278.PgColumn<{
|
|
4006
4006
|
name: "expected_output";
|
|
4007
4007
|
tableName: "dataset_item";
|
|
4008
4008
|
dataType: "json";
|
|
@@ -4021,7 +4021,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4021
4021
|
}, {}, {
|
|
4022
4022
|
$type: DatasetItemExpectedOutput;
|
|
4023
4023
|
}>;
|
|
4024
|
-
simulationAgent:
|
|
4024
|
+
simulationAgent: drizzle_orm_pg_core1278.PgColumn<{
|
|
4025
4025
|
name: "simulation_agent";
|
|
4026
4026
|
tableName: "dataset_item";
|
|
4027
4027
|
dataType: "json";
|
|
@@ -4060,7 +4060,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4060
4060
|
} | undefined;
|
|
4061
4061
|
};
|
|
4062
4062
|
}>;
|
|
4063
|
-
projectId:
|
|
4063
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4064
4064
|
name: "project_id";
|
|
4065
4065
|
tableName: "dataset_item";
|
|
4066
4066
|
dataType: "string";
|
|
@@ -4079,7 +4079,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4079
4079
|
}, {}, {
|
|
4080
4080
|
length: 256;
|
|
4081
4081
|
}>;
|
|
4082
|
-
tenantId:
|
|
4082
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4083
4083
|
name: "tenant_id";
|
|
4084
4084
|
tableName: "dataset_item";
|
|
4085
4085
|
dataType: "string";
|
|
@@ -4098,7 +4098,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4098
4098
|
}, {}, {
|
|
4099
4099
|
length: 256;
|
|
4100
4100
|
}>;
|
|
4101
|
-
id:
|
|
4101
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
4102
4102
|
name: "id";
|
|
4103
4103
|
tableName: "dataset_item";
|
|
4104
4104
|
dataType: "string";
|
|
@@ -4120,11 +4120,11 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4120
4120
|
};
|
|
4121
4121
|
dialect: "pg";
|
|
4122
4122
|
}>;
|
|
4123
|
-
declare const evaluator:
|
|
4123
|
+
declare const evaluator: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
4124
4124
|
name: "evaluator";
|
|
4125
4125
|
schema: undefined;
|
|
4126
4126
|
columns: {
|
|
4127
|
-
createdAt:
|
|
4127
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4128
4128
|
name: "created_at";
|
|
4129
4129
|
tableName: "evaluator";
|
|
4130
4130
|
dataType: "string";
|
|
@@ -4141,7 +4141,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4141
4141
|
identity: undefined;
|
|
4142
4142
|
generated: undefined;
|
|
4143
4143
|
}, {}, {}>;
|
|
4144
|
-
updatedAt:
|
|
4144
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4145
4145
|
name: "updated_at";
|
|
4146
4146
|
tableName: "evaluator";
|
|
4147
4147
|
dataType: "string";
|
|
@@ -4158,7 +4158,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4158
4158
|
identity: undefined;
|
|
4159
4159
|
generated: undefined;
|
|
4160
4160
|
}, {}, {}>;
|
|
4161
|
-
prompt:
|
|
4161
|
+
prompt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4162
4162
|
name: "prompt";
|
|
4163
4163
|
tableName: "evaluator";
|
|
4164
4164
|
dataType: "string";
|
|
@@ -4175,7 +4175,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4175
4175
|
identity: undefined;
|
|
4176
4176
|
generated: undefined;
|
|
4177
4177
|
}, {}, {}>;
|
|
4178
|
-
schema:
|
|
4178
|
+
schema: drizzle_orm_pg_core1278.PgColumn<{
|
|
4179
4179
|
name: "schema";
|
|
4180
4180
|
tableName: "evaluator";
|
|
4181
4181
|
dataType: "json";
|
|
@@ -4194,7 +4194,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4194
4194
|
}, {}, {
|
|
4195
4195
|
$type: Record<string, unknown>;
|
|
4196
4196
|
}>;
|
|
4197
|
-
model:
|
|
4197
|
+
model: drizzle_orm_pg_core1278.PgColumn<{
|
|
4198
4198
|
name: "model";
|
|
4199
4199
|
tableName: "evaluator";
|
|
4200
4200
|
dataType: "json";
|
|
@@ -4219,7 +4219,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4219
4219
|
providerOptions?: Record<string, any> | undefined;
|
|
4220
4220
|
};
|
|
4221
4221
|
}>;
|
|
4222
|
-
passCriteria:
|
|
4222
|
+
passCriteria: drizzle_orm_pg_core1278.PgColumn<{
|
|
4223
4223
|
name: "pass_criteria";
|
|
4224
4224
|
tableName: "evaluator";
|
|
4225
4225
|
dataType: "json";
|
|
@@ -4238,7 +4238,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4238
4238
|
}, {}, {
|
|
4239
4239
|
$type: PassCriteria;
|
|
4240
4240
|
}>;
|
|
4241
|
-
name:
|
|
4241
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
4242
4242
|
name: "name";
|
|
4243
4243
|
tableName: "evaluator";
|
|
4244
4244
|
dataType: "string";
|
|
@@ -4257,7 +4257,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4257
4257
|
}, {}, {
|
|
4258
4258
|
length: 256;
|
|
4259
4259
|
}>;
|
|
4260
|
-
description:
|
|
4260
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
4261
4261
|
name: "description";
|
|
4262
4262
|
tableName: "evaluator";
|
|
4263
4263
|
dataType: "string";
|
|
@@ -4274,7 +4274,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4274
4274
|
identity: undefined;
|
|
4275
4275
|
generated: undefined;
|
|
4276
4276
|
}, {}, {}>;
|
|
4277
|
-
projectId:
|
|
4277
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4278
4278
|
name: "project_id";
|
|
4279
4279
|
tableName: "evaluator";
|
|
4280
4280
|
dataType: "string";
|
|
@@ -4293,7 +4293,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4293
4293
|
}, {}, {
|
|
4294
4294
|
length: 256;
|
|
4295
4295
|
}>;
|
|
4296
|
-
tenantId:
|
|
4296
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4297
4297
|
name: "tenant_id";
|
|
4298
4298
|
tableName: "evaluator";
|
|
4299
4299
|
dataType: "string";
|
|
@@ -4312,7 +4312,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4312
4312
|
}, {}, {
|
|
4313
4313
|
length: 256;
|
|
4314
4314
|
}>;
|
|
4315
|
-
id:
|
|
4315
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
4316
4316
|
name: "id";
|
|
4317
4317
|
tableName: "evaluator";
|
|
4318
4318
|
dataType: "string";
|
|
@@ -4334,11 +4334,11 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4334
4334
|
};
|
|
4335
4335
|
dialect: "pg";
|
|
4336
4336
|
}>;
|
|
4337
|
-
declare const datasetRunConfig:
|
|
4337
|
+
declare const datasetRunConfig: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
4338
4338
|
name: "dataset_run_config";
|
|
4339
4339
|
schema: undefined;
|
|
4340
4340
|
columns: {
|
|
4341
|
-
createdAt:
|
|
4341
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4342
4342
|
name: "created_at";
|
|
4343
4343
|
tableName: "dataset_run_config";
|
|
4344
4344
|
dataType: "string";
|
|
@@ -4355,7 +4355,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4355
4355
|
identity: undefined;
|
|
4356
4356
|
generated: undefined;
|
|
4357
4357
|
}, {}, {}>;
|
|
4358
|
-
updatedAt:
|
|
4358
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4359
4359
|
name: "updated_at";
|
|
4360
4360
|
tableName: "dataset_run_config";
|
|
4361
4361
|
dataType: "string";
|
|
@@ -4372,7 +4372,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4372
4372
|
identity: undefined;
|
|
4373
4373
|
generated: undefined;
|
|
4374
4374
|
}, {}, {}>;
|
|
4375
|
-
datasetId:
|
|
4375
|
+
datasetId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4376
4376
|
name: "dataset_id";
|
|
4377
4377
|
tableName: "dataset_run_config";
|
|
4378
4378
|
dataType: "string";
|
|
@@ -4391,7 +4391,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4391
4391
|
}, {}, {
|
|
4392
4392
|
length: 256;
|
|
4393
4393
|
}>;
|
|
4394
|
-
name:
|
|
4394
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
4395
4395
|
name: "name";
|
|
4396
4396
|
tableName: "dataset_run_config";
|
|
4397
4397
|
dataType: "string";
|
|
@@ -4410,7 +4410,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4410
4410
|
}, {}, {
|
|
4411
4411
|
length: 256;
|
|
4412
4412
|
}>;
|
|
4413
|
-
description:
|
|
4413
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
4414
4414
|
name: "description";
|
|
4415
4415
|
tableName: "dataset_run_config";
|
|
4416
4416
|
dataType: "string";
|
|
@@ -4427,7 +4427,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4427
4427
|
identity: undefined;
|
|
4428
4428
|
generated: undefined;
|
|
4429
4429
|
}, {}, {}>;
|
|
4430
|
-
projectId:
|
|
4430
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4431
4431
|
name: "project_id";
|
|
4432
4432
|
tableName: "dataset_run_config";
|
|
4433
4433
|
dataType: "string";
|
|
@@ -4446,7 +4446,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4446
4446
|
}, {}, {
|
|
4447
4447
|
length: 256;
|
|
4448
4448
|
}>;
|
|
4449
|
-
tenantId:
|
|
4449
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4450
4450
|
name: "tenant_id";
|
|
4451
4451
|
tableName: "dataset_run_config";
|
|
4452
4452
|
dataType: "string";
|
|
@@ -4465,7 +4465,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4465
4465
|
}, {}, {
|
|
4466
4466
|
length: 256;
|
|
4467
4467
|
}>;
|
|
4468
|
-
id:
|
|
4468
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
4469
4469
|
name: "id";
|
|
4470
4470
|
tableName: "dataset_run_config";
|
|
4471
4471
|
dataType: "string";
|
|
@@ -4502,11 +4502,11 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4502
4502
|
* Includes: name, description, filters (JSONB for evaluation criteria),
|
|
4503
4503
|
* sampleRate for sampling, and timestamps
|
|
4504
4504
|
*/
|
|
4505
|
-
declare const evaluationSuiteConfig:
|
|
4505
|
+
declare const evaluationSuiteConfig: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
4506
4506
|
name: "evaluation_suite_config";
|
|
4507
4507
|
schema: undefined;
|
|
4508
4508
|
columns: {
|
|
4509
|
-
createdAt:
|
|
4509
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4510
4510
|
name: "created_at";
|
|
4511
4511
|
tableName: "evaluation_suite_config";
|
|
4512
4512
|
dataType: "string";
|
|
@@ -4523,7 +4523,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4523
4523
|
identity: undefined;
|
|
4524
4524
|
generated: undefined;
|
|
4525
4525
|
}, {}, {}>;
|
|
4526
|
-
updatedAt:
|
|
4526
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4527
4527
|
name: "updated_at";
|
|
4528
4528
|
tableName: "evaluation_suite_config";
|
|
4529
4529
|
dataType: "string";
|
|
@@ -4540,7 +4540,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4540
4540
|
identity: undefined;
|
|
4541
4541
|
generated: undefined;
|
|
4542
4542
|
}, {}, {}>;
|
|
4543
|
-
filters:
|
|
4543
|
+
filters: drizzle_orm_pg_core1278.PgColumn<{
|
|
4544
4544
|
name: "filters";
|
|
4545
4545
|
tableName: "evaluation_suite_config";
|
|
4546
4546
|
dataType: "json";
|
|
@@ -4559,7 +4559,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4559
4559
|
}, {}, {
|
|
4560
4560
|
$type: Filter<EvaluationSuiteFilterCriteria>;
|
|
4561
4561
|
}>;
|
|
4562
|
-
sampleRate:
|
|
4562
|
+
sampleRate: drizzle_orm_pg_core1278.PgColumn<{
|
|
4563
4563
|
name: "sample_rate";
|
|
4564
4564
|
tableName: "evaluation_suite_config";
|
|
4565
4565
|
dataType: "number";
|
|
@@ -4576,7 +4576,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4576
4576
|
identity: undefined;
|
|
4577
4577
|
generated: undefined;
|
|
4578
4578
|
}, {}, {}>;
|
|
4579
|
-
projectId:
|
|
4579
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4580
4580
|
name: "project_id";
|
|
4581
4581
|
tableName: "evaluation_suite_config";
|
|
4582
4582
|
dataType: "string";
|
|
@@ -4595,7 +4595,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4595
4595
|
}, {}, {
|
|
4596
4596
|
length: 256;
|
|
4597
4597
|
}>;
|
|
4598
|
-
tenantId:
|
|
4598
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4599
4599
|
name: "tenant_id";
|
|
4600
4600
|
tableName: "evaluation_suite_config";
|
|
4601
4601
|
dataType: "string";
|
|
@@ -4614,7 +4614,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4614
4614
|
}, {}, {
|
|
4615
4615
|
length: 256;
|
|
4616
4616
|
}>;
|
|
4617
|
-
id:
|
|
4617
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
4618
4618
|
name: "id";
|
|
4619
4619
|
tableName: "evaluation_suite_config";
|
|
4620
4620
|
dataType: "string";
|
|
@@ -4643,11 +4643,11 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4643
4643
|
*
|
|
4644
4644
|
* Includes: evaluationSuiteConfigId, evaluatorId, and timestamps
|
|
4645
4645
|
*/
|
|
4646
|
-
declare const evaluationSuiteConfigEvaluatorRelations:
|
|
4646
|
+
declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
4647
4647
|
name: "evaluation_suite_config_evaluator_relations";
|
|
4648
4648
|
schema: undefined;
|
|
4649
4649
|
columns: {
|
|
4650
|
-
createdAt:
|
|
4650
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4651
4651
|
name: "created_at";
|
|
4652
4652
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4653
4653
|
dataType: "string";
|
|
@@ -4664,7 +4664,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4664
4664
|
identity: undefined;
|
|
4665
4665
|
generated: undefined;
|
|
4666
4666
|
}, {}, {}>;
|
|
4667
|
-
updatedAt:
|
|
4667
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4668
4668
|
name: "updated_at";
|
|
4669
4669
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4670
4670
|
dataType: "string";
|
|
@@ -4681,7 +4681,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4681
4681
|
identity: undefined;
|
|
4682
4682
|
generated: undefined;
|
|
4683
4683
|
}, {}, {}>;
|
|
4684
|
-
evaluationSuiteConfigId:
|
|
4684
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4685
4685
|
name: "evaluation_suite_config_id";
|
|
4686
4686
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4687
4687
|
dataType: "string";
|
|
@@ -4700,7 +4700,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4700
4700
|
}, {}, {
|
|
4701
4701
|
length: 256;
|
|
4702
4702
|
}>;
|
|
4703
|
-
evaluatorId:
|
|
4703
|
+
evaluatorId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4704
4704
|
name: "evaluator_id";
|
|
4705
4705
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4706
4706
|
dataType: "string";
|
|
@@ -4719,7 +4719,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4719
4719
|
}, {}, {
|
|
4720
4720
|
length: 256;
|
|
4721
4721
|
}>;
|
|
4722
|
-
projectId:
|
|
4722
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4723
4723
|
name: "project_id";
|
|
4724
4724
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4725
4725
|
dataType: "string";
|
|
@@ -4738,7 +4738,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4738
4738
|
}, {}, {
|
|
4739
4739
|
length: 256;
|
|
4740
4740
|
}>;
|
|
4741
|
-
tenantId:
|
|
4741
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4742
4742
|
name: "tenant_id";
|
|
4743
4743
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4744
4744
|
dataType: "string";
|
|
@@ -4757,7 +4757,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4757
4757
|
}, {}, {
|
|
4758
4758
|
length: 256;
|
|
4759
4759
|
}>;
|
|
4760
|
-
id:
|
|
4760
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
4761
4761
|
name: "id";
|
|
4762
4762
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4763
4763
|
dataType: "string";
|
|
@@ -4786,11 +4786,11 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
|
|
|
4786
4786
|
*
|
|
4787
4787
|
* Includes: evaluationRunConfigId, evaluationSuiteConfigId, and timestamps
|
|
4788
4788
|
*/
|
|
4789
|
-
declare const evaluationRunConfigEvaluationSuiteConfigRelations:
|
|
4789
|
+
declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
4790
4790
|
name: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4791
4791
|
schema: undefined;
|
|
4792
4792
|
columns: {
|
|
4793
|
-
createdAt:
|
|
4793
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4794
4794
|
name: "created_at";
|
|
4795
4795
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4796
4796
|
dataType: "string";
|
|
@@ -4807,7 +4807,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4807
4807
|
identity: undefined;
|
|
4808
4808
|
generated: undefined;
|
|
4809
4809
|
}, {}, {}>;
|
|
4810
|
-
updatedAt:
|
|
4810
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4811
4811
|
name: "updated_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
|
-
evaluationRunConfigId:
|
|
4827
|
+
evaluationRunConfigId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4828
4828
|
name: "evaluation_run_config_id";
|
|
4829
4829
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4830
4830
|
dataType: "string";
|
|
@@ -4843,7 +4843,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4843
4843
|
}, {}, {
|
|
4844
4844
|
length: 256;
|
|
4845
4845
|
}>;
|
|
4846
|
-
evaluationSuiteConfigId:
|
|
4846
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4847
4847
|
name: "evaluation_suite_config_id";
|
|
4848
4848
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4849
4849
|
dataType: "string";
|
|
@@ -4862,7 +4862,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4862
4862
|
}, {}, {
|
|
4863
4863
|
length: 256;
|
|
4864
4864
|
}>;
|
|
4865
|
-
projectId:
|
|
4865
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4866
4866
|
name: "project_id";
|
|
4867
4867
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4868
4868
|
dataType: "string";
|
|
@@ -4881,7 +4881,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4881
4881
|
}, {}, {
|
|
4882
4882
|
length: 256;
|
|
4883
4883
|
}>;
|
|
4884
|
-
tenantId:
|
|
4884
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
4885
4885
|
name: "tenant_id";
|
|
4886
4886
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4887
4887
|
dataType: "string";
|
|
@@ -4900,7 +4900,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4900
4900
|
}, {}, {
|
|
4901
4901
|
length: 256;
|
|
4902
4902
|
}>;
|
|
4903
|
-
id:
|
|
4903
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
4904
4904
|
name: "id";
|
|
4905
4905
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4906
4906
|
dataType: "string";
|
|
@@ -4935,11 +4935,11 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4935
4935
|
*
|
|
4936
4936
|
* one to many relationship with evaluationRun
|
|
4937
4937
|
*/
|
|
4938
|
-
declare const evaluationRunConfig:
|
|
4938
|
+
declare const evaluationRunConfig: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
4939
4939
|
name: "evaluation_run_config";
|
|
4940
4940
|
schema: undefined;
|
|
4941
4941
|
columns: {
|
|
4942
|
-
createdAt:
|
|
4942
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4943
4943
|
name: "created_at";
|
|
4944
4944
|
tableName: "evaluation_run_config";
|
|
4945
4945
|
dataType: "string";
|
|
@@ -4956,7 +4956,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4956
4956
|
identity: undefined;
|
|
4957
4957
|
generated: undefined;
|
|
4958
4958
|
}, {}, {}>;
|
|
4959
|
-
updatedAt:
|
|
4959
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
4960
4960
|
name: "updated_at";
|
|
4961
4961
|
tableName: "evaluation_run_config";
|
|
4962
4962
|
dataType: "string";
|
|
@@ -4973,7 +4973,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4973
4973
|
identity: undefined;
|
|
4974
4974
|
generated: undefined;
|
|
4975
4975
|
}, {}, {}>;
|
|
4976
|
-
isActive:
|
|
4976
|
+
isActive: drizzle_orm_pg_core1278.PgColumn<{
|
|
4977
4977
|
name: "is_active";
|
|
4978
4978
|
tableName: "evaluation_run_config";
|
|
4979
4979
|
dataType: "boolean";
|
|
@@ -4990,7 +4990,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
4990
4990
|
identity: undefined;
|
|
4991
4991
|
generated: undefined;
|
|
4992
4992
|
}, {}, {}>;
|
|
4993
|
-
name:
|
|
4993
|
+
name: drizzle_orm_pg_core1278.PgColumn<{
|
|
4994
4994
|
name: "name";
|
|
4995
4995
|
tableName: "evaluation_run_config";
|
|
4996
4996
|
dataType: "string";
|
|
@@ -5009,7 +5009,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5009
5009
|
}, {}, {
|
|
5010
5010
|
length: 256;
|
|
5011
5011
|
}>;
|
|
5012
|
-
description:
|
|
5012
|
+
description: drizzle_orm_pg_core1278.PgColumn<{
|
|
5013
5013
|
name: "description";
|
|
5014
5014
|
tableName: "evaluation_run_config";
|
|
5015
5015
|
dataType: "string";
|
|
@@ -5026,7 +5026,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5026
5026
|
identity: undefined;
|
|
5027
5027
|
generated: undefined;
|
|
5028
5028
|
}, {}, {}>;
|
|
5029
|
-
projectId:
|
|
5029
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5030
5030
|
name: "project_id";
|
|
5031
5031
|
tableName: "evaluation_run_config";
|
|
5032
5032
|
dataType: "string";
|
|
@@ -5045,7 +5045,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5045
5045
|
}, {}, {
|
|
5046
5046
|
length: 256;
|
|
5047
5047
|
}>;
|
|
5048
|
-
tenantId:
|
|
5048
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5049
5049
|
name: "tenant_id";
|
|
5050
5050
|
tableName: "evaluation_run_config";
|
|
5051
5051
|
dataType: "string";
|
|
@@ -5064,7 +5064,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5064
5064
|
}, {}, {
|
|
5065
5065
|
length: 256;
|
|
5066
5066
|
}>;
|
|
5067
|
-
id:
|
|
5067
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
5068
5068
|
name: "id";
|
|
5069
5069
|
tableName: "evaluation_run_config";
|
|
5070
5070
|
dataType: "string";
|
|
@@ -5100,11 +5100,11 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5100
5100
|
* Includes: jobFilters (specific filters for this job execution: datasetRunIds, conversationIds,
|
|
5101
5101
|
* dateRange with absolute dates), and timestamps
|
|
5102
5102
|
*/
|
|
5103
|
-
declare const evaluationJobConfig:
|
|
5103
|
+
declare const evaluationJobConfig: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
5104
5104
|
name: "evaluation_job_config";
|
|
5105
5105
|
schema: undefined;
|
|
5106
5106
|
columns: {
|
|
5107
|
-
createdAt:
|
|
5107
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
5108
5108
|
name: "created_at";
|
|
5109
5109
|
tableName: "evaluation_job_config";
|
|
5110
5110
|
dataType: "string";
|
|
@@ -5121,7 +5121,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5121
5121
|
identity: undefined;
|
|
5122
5122
|
generated: undefined;
|
|
5123
5123
|
}, {}, {}>;
|
|
5124
|
-
updatedAt:
|
|
5124
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
5125
5125
|
name: "updated_at";
|
|
5126
5126
|
tableName: "evaluation_job_config";
|
|
5127
5127
|
dataType: "string";
|
|
@@ -5138,7 +5138,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5138
5138
|
identity: undefined;
|
|
5139
5139
|
generated: undefined;
|
|
5140
5140
|
}, {}, {}>;
|
|
5141
|
-
jobFilters:
|
|
5141
|
+
jobFilters: drizzle_orm_pg_core1278.PgColumn<{
|
|
5142
5142
|
name: "job_filters";
|
|
5143
5143
|
tableName: "evaluation_job_config";
|
|
5144
5144
|
dataType: "json";
|
|
@@ -5171,7 +5171,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5171
5171
|
} | undefined;
|
|
5172
5172
|
}>;
|
|
5173
5173
|
}>;
|
|
5174
|
-
projectId:
|
|
5174
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5175
5175
|
name: "project_id";
|
|
5176
5176
|
tableName: "evaluation_job_config";
|
|
5177
5177
|
dataType: "string";
|
|
@@ -5190,7 +5190,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5190
5190
|
}, {}, {
|
|
5191
5191
|
length: 256;
|
|
5192
5192
|
}>;
|
|
5193
|
-
tenantId:
|
|
5193
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5194
5194
|
name: "tenant_id";
|
|
5195
5195
|
tableName: "evaluation_job_config";
|
|
5196
5196
|
dataType: "string";
|
|
@@ -5209,7 +5209,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5209
5209
|
}, {}, {
|
|
5210
5210
|
length: 256;
|
|
5211
5211
|
}>;
|
|
5212
|
-
id:
|
|
5212
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
5213
5213
|
name: "id";
|
|
5214
5214
|
tableName: "evaluation_job_config";
|
|
5215
5215
|
dataType: "string";
|
|
@@ -5238,11 +5238,11 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
|
|
|
5238
5238
|
*
|
|
5239
5239
|
* Includes: evaluationJobConfigId, evaluatorId, and timestamps
|
|
5240
5240
|
*/
|
|
5241
|
-
declare const evaluationJobConfigEvaluatorRelations:
|
|
5241
|
+
declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
5242
5242
|
name: "evaluation_job_config_evaluator_relations";
|
|
5243
5243
|
schema: undefined;
|
|
5244
5244
|
columns: {
|
|
5245
|
-
createdAt:
|
|
5245
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
5246
5246
|
name: "created_at";
|
|
5247
5247
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5248
5248
|
dataType: "string";
|
|
@@ -5259,7 +5259,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
|
|
|
5259
5259
|
identity: undefined;
|
|
5260
5260
|
generated: undefined;
|
|
5261
5261
|
}, {}, {}>;
|
|
5262
|
-
updatedAt:
|
|
5262
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
5263
5263
|
name: "updated_at";
|
|
5264
5264
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5265
5265
|
dataType: "string";
|
|
@@ -5276,7 +5276,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
|
|
|
5276
5276
|
identity: undefined;
|
|
5277
5277
|
generated: undefined;
|
|
5278
5278
|
}, {}, {}>;
|
|
5279
|
-
evaluationJobConfigId:
|
|
5279
|
+
evaluationJobConfigId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5280
5280
|
name: "evaluation_job_config_id";
|
|
5281
5281
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5282
5282
|
dataType: "string";
|
|
@@ -5295,7 +5295,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
|
|
|
5295
5295
|
}, {}, {
|
|
5296
5296
|
length: 256;
|
|
5297
5297
|
}>;
|
|
5298
|
-
evaluatorId:
|
|
5298
|
+
evaluatorId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5299
5299
|
name: "evaluator_id";
|
|
5300
5300
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5301
5301
|
dataType: "string";
|
|
@@ -5314,7 +5314,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
|
|
|
5314
5314
|
}, {}, {
|
|
5315
5315
|
length: 256;
|
|
5316
5316
|
}>;
|
|
5317
|
-
projectId:
|
|
5317
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5318
5318
|
name: "project_id";
|
|
5319
5319
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5320
5320
|
dataType: "string";
|
|
@@ -5333,7 +5333,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
|
|
|
5333
5333
|
}, {}, {
|
|
5334
5334
|
length: 256;
|
|
5335
5335
|
}>;
|
|
5336
|
-
tenantId:
|
|
5336
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5337
5337
|
name: "tenant_id";
|
|
5338
5338
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5339
5339
|
dataType: "string";
|
|
@@ -5352,7 +5352,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
|
|
|
5352
5352
|
}, {}, {
|
|
5353
5353
|
length: 256;
|
|
5354
5354
|
}>;
|
|
5355
|
-
id:
|
|
5355
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
5356
5356
|
name: "id";
|
|
5357
5357
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5358
5358
|
dataType: "string";
|
|
@@ -5474,11 +5474,11 @@ declare const subAgentTeamAgentRelationsRelations: drizzle_orm20.Relations<"sub_
|
|
|
5474
5474
|
*
|
|
5475
5475
|
* Includes: datasetRunConfigId, agentId, and timestamps
|
|
5476
5476
|
*/
|
|
5477
|
-
declare const datasetRunConfigAgentRelations:
|
|
5477
|
+
declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1278.PgTableWithColumns<{
|
|
5478
5478
|
name: "dataset_run_config_agent_relations";
|
|
5479
5479
|
schema: undefined;
|
|
5480
5480
|
columns: {
|
|
5481
|
-
createdAt:
|
|
5481
|
+
createdAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
5482
5482
|
name: "created_at";
|
|
5483
5483
|
tableName: "dataset_run_config_agent_relations";
|
|
5484
5484
|
dataType: "string";
|
|
@@ -5495,7 +5495,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
5495
5495
|
identity: undefined;
|
|
5496
5496
|
generated: undefined;
|
|
5497
5497
|
}, {}, {}>;
|
|
5498
|
-
updatedAt:
|
|
5498
|
+
updatedAt: drizzle_orm_pg_core1278.PgColumn<{
|
|
5499
5499
|
name: "updated_at";
|
|
5500
5500
|
tableName: "dataset_run_config_agent_relations";
|
|
5501
5501
|
dataType: "string";
|
|
@@ -5512,7 +5512,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
5512
5512
|
identity: undefined;
|
|
5513
5513
|
generated: undefined;
|
|
5514
5514
|
}, {}, {}>;
|
|
5515
|
-
datasetRunConfigId:
|
|
5515
|
+
datasetRunConfigId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5516
5516
|
name: "dataset_run_config_id";
|
|
5517
5517
|
tableName: "dataset_run_config_agent_relations";
|
|
5518
5518
|
dataType: "string";
|
|
@@ -5531,7 +5531,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
5531
5531
|
}, {}, {
|
|
5532
5532
|
length: 256;
|
|
5533
5533
|
}>;
|
|
5534
|
-
agentId:
|
|
5534
|
+
agentId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5535
5535
|
name: "agent_id";
|
|
5536
5536
|
tableName: "dataset_run_config_agent_relations";
|
|
5537
5537
|
dataType: "string";
|
|
@@ -5550,7 +5550,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
5550
5550
|
}, {}, {
|
|
5551
5551
|
length: 256;
|
|
5552
5552
|
}>;
|
|
5553
|
-
projectId:
|
|
5553
|
+
projectId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5554
5554
|
name: "project_id";
|
|
5555
5555
|
tableName: "dataset_run_config_agent_relations";
|
|
5556
5556
|
dataType: "string";
|
|
@@ -5569,7 +5569,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
5569
5569
|
}, {}, {
|
|
5570
5570
|
length: 256;
|
|
5571
5571
|
}>;
|
|
5572
|
-
tenantId:
|
|
5572
|
+
tenantId: drizzle_orm_pg_core1278.PgColumn<{
|
|
5573
5573
|
name: "tenant_id";
|
|
5574
5574
|
tableName: "dataset_run_config_agent_relations";
|
|
5575
5575
|
dataType: "string";
|
|
@@ -5588,7 +5588,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
|
|
|
5588
5588
|
}, {}, {
|
|
5589
5589
|
length: 256;
|
|
5590
5590
|
}>;
|
|
5591
|
-
id:
|
|
5591
|
+
id: drizzle_orm_pg_core1278.PgColumn<{
|
|
5592
5592
|
name: "id";
|
|
5593
5593
|
tableName: "dataset_run_config_agent_relations";
|
|
5594
5594
|
dataType: "string";
|