@inkeep/agents-core 0.0.0-dev-20260211235137 → 0.0.0-dev-20260212002106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/auth.d.ts +1 -1
- package/dist/client-exports.d.ts +2 -2
- package/dist/client-exports.js +2 -2
- package/dist/data-access/index.d.ts +1 -2
- package/dist/data-access/index.js +1 -2
- package/dist/data-access/runtime/conversations.d.ts +7 -7
- package/dist/data-access/runtime/tasks.d.ts +2 -2
- package/dist/db/manage/manage-schema.d.ts +378 -378
- package/dist/db/runtime/runtime-schema.d.ts +240 -974
- package/dist/db/runtime/runtime-schema.js +2 -77
- package/dist/index.d.ts +3 -7
- package/dist/index.js +3 -7
- package/dist/utils/index.d.ts +1 -4
- package/dist/utils/index.js +1 -4
- package/dist/utils/trigger-auth.d.ts +1 -1
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/dist/validation/schemas.d.ts +47 -1557
- package/dist/validation/schemas.js +2 -26
- package/drizzle/runtime/meta/_journal.json +0 -7
- package/package.json +1 -1
- package/dist/data-access/runtime/workAppSlack.d.ts +0 -55
- package/dist/data-access/runtime/workAppSlack.js +0 -146
- package/dist/utils/slack-link-token.d.ts +0 -57
- package/dist/utils/slack-link-token.js +0 -112
- package/dist/utils/slack-user-token.d.ts +0 -65
- package/dist/utils/slack-user-token.js +0 -129
- package/dist/utils/sse-parser.d.ts +0 -35
- package/dist/utils/sse-parser.js +0 -71
- package/drizzle/runtime/0012_add-slack-work-app-tables.sql +0 -114
- package/drizzle/runtime/meta/0012_snapshot.json +0 -3600
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { ContextFetchDefinition, ConversationHistoryConfig, DatasetItemExpectedOutput, DatasetItemInput, EvaluationSuiteFilterCriteria, Filter, PassCriteria, ToolMcpConfig, ToolServerCapabilities } from "../../types/utility.js";
|
|
2
2
|
import { JsonSchemaProperty } from "../../validation/json-schemas.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as drizzle_orm20 from "drizzle-orm";
|
|
4
|
+
import * as drizzle_orm_pg_core1373 from "drizzle-orm/pg-core";
|
|
5
5
|
|
|
6
6
|
//#region src/db/manage/manage-schema.d.ts
|
|
7
7
|
declare namespace manage_schema_d_exports {
|
|
8
8
|
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 };
|
|
9
9
|
}
|
|
10
|
-
declare const projects:
|
|
10
|
+
declare const projects: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
11
11
|
name: "projects";
|
|
12
12
|
schema: undefined;
|
|
13
13
|
columns: {
|
|
14
|
-
createdAt:
|
|
14
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
15
15
|
name: "created_at";
|
|
16
16
|
tableName: "projects";
|
|
17
17
|
dataType: "string";
|
|
@@ -28,7 +28,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
28
28
|
identity: undefined;
|
|
29
29
|
generated: undefined;
|
|
30
30
|
}, {}, {}>;
|
|
31
|
-
updatedAt:
|
|
31
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
32
32
|
name: "updated_at";
|
|
33
33
|
tableName: "projects";
|
|
34
34
|
dataType: "string";
|
|
@@ -45,7 +45,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
45
45
|
identity: undefined;
|
|
46
46
|
generated: undefined;
|
|
47
47
|
}, {}, {}>;
|
|
48
|
-
models:
|
|
48
|
+
models: drizzle_orm_pg_core1373.PgColumn<{
|
|
49
49
|
name: "models";
|
|
50
50
|
tableName: "projects";
|
|
51
51
|
dataType: "json";
|
|
@@ -90,7 +90,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
90
90
|
} | undefined;
|
|
91
91
|
};
|
|
92
92
|
}>;
|
|
93
|
-
stopWhen:
|
|
93
|
+
stopWhen: drizzle_orm_pg_core1373.PgColumn<{
|
|
94
94
|
name: "stop_when";
|
|
95
95
|
tableName: "projects";
|
|
96
96
|
dataType: "json";
|
|
@@ -115,7 +115,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
115
115
|
stepCountIs?: number | undefined;
|
|
116
116
|
};
|
|
117
117
|
}>;
|
|
118
|
-
name:
|
|
118
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
119
119
|
name: "name";
|
|
120
120
|
tableName: "projects";
|
|
121
121
|
dataType: "string";
|
|
@@ -134,7 +134,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
134
134
|
}, {}, {
|
|
135
135
|
length: 256;
|
|
136
136
|
}>;
|
|
137
|
-
description:
|
|
137
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
138
138
|
name: "description";
|
|
139
139
|
tableName: "projects";
|
|
140
140
|
dataType: "string";
|
|
@@ -151,7 +151,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
151
151
|
identity: undefined;
|
|
152
152
|
generated: undefined;
|
|
153
153
|
}, {}, {}>;
|
|
154
|
-
tenantId:
|
|
154
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
155
155
|
name: "tenant_id";
|
|
156
156
|
tableName: "projects";
|
|
157
157
|
dataType: "string";
|
|
@@ -170,7 +170,7 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
170
170
|
}, {}, {
|
|
171
171
|
length: 256;
|
|
172
172
|
}>;
|
|
173
|
-
id:
|
|
173
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
174
174
|
name: "id";
|
|
175
175
|
tableName: "projects";
|
|
176
176
|
dataType: "string";
|
|
@@ -192,11 +192,11 @@ declare const projects: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
192
192
|
};
|
|
193
193
|
dialect: "pg";
|
|
194
194
|
}>;
|
|
195
|
-
declare const agents:
|
|
195
|
+
declare const agents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
196
196
|
name: "agent";
|
|
197
197
|
schema: undefined;
|
|
198
198
|
columns: {
|
|
199
|
-
createdAt:
|
|
199
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
200
200
|
name: "created_at";
|
|
201
201
|
tableName: "agent";
|
|
202
202
|
dataType: "string";
|
|
@@ -213,7 +213,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
213
213
|
identity: undefined;
|
|
214
214
|
generated: undefined;
|
|
215
215
|
}, {}, {}>;
|
|
216
|
-
updatedAt:
|
|
216
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
217
217
|
name: "updated_at";
|
|
218
218
|
tableName: "agent";
|
|
219
219
|
dataType: "string";
|
|
@@ -230,7 +230,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
230
230
|
identity: undefined;
|
|
231
231
|
generated: undefined;
|
|
232
232
|
}, {}, {}>;
|
|
233
|
-
defaultSubAgentId:
|
|
233
|
+
defaultSubAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
234
234
|
name: "default_sub_agent_id";
|
|
235
235
|
tableName: "agent";
|
|
236
236
|
dataType: "string";
|
|
@@ -249,7 +249,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
249
249
|
}, {}, {
|
|
250
250
|
length: 256;
|
|
251
251
|
}>;
|
|
252
|
-
contextConfigId:
|
|
252
|
+
contextConfigId: drizzle_orm_pg_core1373.PgColumn<{
|
|
253
253
|
name: "context_config_id";
|
|
254
254
|
tableName: "agent";
|
|
255
255
|
dataType: "string";
|
|
@@ -268,7 +268,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
268
268
|
}, {}, {
|
|
269
269
|
length: 256;
|
|
270
270
|
}>;
|
|
271
|
-
models:
|
|
271
|
+
models: drizzle_orm_pg_core1373.PgColumn<{
|
|
272
272
|
name: "models";
|
|
273
273
|
tableName: "agent";
|
|
274
274
|
dataType: "json";
|
|
@@ -313,7 +313,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
313
313
|
} | undefined;
|
|
314
314
|
};
|
|
315
315
|
}>;
|
|
316
|
-
statusUpdates:
|
|
316
|
+
statusUpdates: drizzle_orm_pg_core1373.PgColumn<{
|
|
317
317
|
name: "status_updates";
|
|
318
318
|
tableName: "agent";
|
|
319
319
|
dataType: "json";
|
|
@@ -360,7 +360,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
360
360
|
}[] | undefined;
|
|
361
361
|
};
|
|
362
362
|
}>;
|
|
363
|
-
prompt:
|
|
363
|
+
prompt: drizzle_orm_pg_core1373.PgColumn<{
|
|
364
364
|
name: "prompt";
|
|
365
365
|
tableName: "agent";
|
|
366
366
|
dataType: "string";
|
|
@@ -377,7 +377,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
377
377
|
identity: undefined;
|
|
378
378
|
generated: undefined;
|
|
379
379
|
}, {}, {}>;
|
|
380
|
-
stopWhen:
|
|
380
|
+
stopWhen: drizzle_orm_pg_core1373.PgColumn<{
|
|
381
381
|
name: "stop_when";
|
|
382
382
|
tableName: "agent";
|
|
383
383
|
dataType: "json";
|
|
@@ -400,7 +400,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
400
400
|
transferCountIs?: number | undefined;
|
|
401
401
|
};
|
|
402
402
|
}>;
|
|
403
|
-
name:
|
|
403
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
404
404
|
name: "name";
|
|
405
405
|
tableName: "agent";
|
|
406
406
|
dataType: "string";
|
|
@@ -419,7 +419,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
419
419
|
}, {}, {
|
|
420
420
|
length: 256;
|
|
421
421
|
}>;
|
|
422
|
-
description:
|
|
422
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
423
423
|
name: "description";
|
|
424
424
|
tableName: "agent";
|
|
425
425
|
dataType: "string";
|
|
@@ -436,7 +436,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
436
436
|
identity: undefined;
|
|
437
437
|
generated: undefined;
|
|
438
438
|
}, {}, {}>;
|
|
439
|
-
projectId:
|
|
439
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
440
440
|
name: "project_id";
|
|
441
441
|
tableName: "agent";
|
|
442
442
|
dataType: "string";
|
|
@@ -455,7 +455,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
455
455
|
}, {}, {
|
|
456
456
|
length: 256;
|
|
457
457
|
}>;
|
|
458
|
-
tenantId:
|
|
458
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
459
459
|
name: "tenant_id";
|
|
460
460
|
tableName: "agent";
|
|
461
461
|
dataType: "string";
|
|
@@ -474,7 +474,7 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
474
474
|
}, {}, {
|
|
475
475
|
length: 256;
|
|
476
476
|
}>;
|
|
477
|
-
id:
|
|
477
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
478
478
|
name: "id";
|
|
479
479
|
tableName: "agent";
|
|
480
480
|
dataType: "string";
|
|
@@ -496,11 +496,11 @@ declare const agents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
496
496
|
};
|
|
497
497
|
dialect: "pg";
|
|
498
498
|
}>;
|
|
499
|
-
declare const contextConfigs:
|
|
499
|
+
declare const contextConfigs: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
500
500
|
name: "context_configs";
|
|
501
501
|
schema: undefined;
|
|
502
502
|
columns: {
|
|
503
|
-
createdAt:
|
|
503
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
504
504
|
name: "created_at";
|
|
505
505
|
tableName: "context_configs";
|
|
506
506
|
dataType: "string";
|
|
@@ -517,7 +517,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
517
517
|
identity: undefined;
|
|
518
518
|
generated: undefined;
|
|
519
519
|
}, {}, {}>;
|
|
520
|
-
updatedAt:
|
|
520
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
521
521
|
name: "updated_at";
|
|
522
522
|
tableName: "context_configs";
|
|
523
523
|
dataType: "string";
|
|
@@ -534,7 +534,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
534
534
|
identity: undefined;
|
|
535
535
|
generated: undefined;
|
|
536
536
|
}, {}, {}>;
|
|
537
|
-
headersSchema:
|
|
537
|
+
headersSchema: drizzle_orm_pg_core1373.PgColumn<{
|
|
538
538
|
name: "headers_schema";
|
|
539
539
|
tableName: "context_configs";
|
|
540
540
|
dataType: "json";
|
|
@@ -553,7 +553,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
553
553
|
}, {}, {
|
|
554
554
|
$type: unknown;
|
|
555
555
|
}>;
|
|
556
|
-
contextVariables:
|
|
556
|
+
contextVariables: drizzle_orm_pg_core1373.PgColumn<{
|
|
557
557
|
name: "context_variables";
|
|
558
558
|
tableName: "context_configs";
|
|
559
559
|
dataType: "json";
|
|
@@ -572,7 +572,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
572
572
|
}, {}, {
|
|
573
573
|
$type: Record<string, ContextFetchDefinition>;
|
|
574
574
|
}>;
|
|
575
|
-
agentId:
|
|
575
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
576
576
|
name: "agent_id";
|
|
577
577
|
tableName: "context_configs";
|
|
578
578
|
dataType: "string";
|
|
@@ -591,7 +591,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
591
591
|
}, {}, {
|
|
592
592
|
length: 256;
|
|
593
593
|
}>;
|
|
594
|
-
projectId:
|
|
594
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
595
595
|
name: "project_id";
|
|
596
596
|
tableName: "context_configs";
|
|
597
597
|
dataType: "string";
|
|
@@ -610,7 +610,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
610
610
|
}, {}, {
|
|
611
611
|
length: 256;
|
|
612
612
|
}>;
|
|
613
|
-
tenantId:
|
|
613
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
614
614
|
name: "tenant_id";
|
|
615
615
|
tableName: "context_configs";
|
|
616
616
|
dataType: "string";
|
|
@@ -629,7 +629,7 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
629
629
|
}, {}, {
|
|
630
630
|
length: 256;
|
|
631
631
|
}>;
|
|
632
|
-
id:
|
|
632
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
633
633
|
name: "id";
|
|
634
634
|
tableName: "context_configs";
|
|
635
635
|
dataType: "string";
|
|
@@ -651,11 +651,11 @@ declare const contextConfigs: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
651
651
|
};
|
|
652
652
|
dialect: "pg";
|
|
653
653
|
}>;
|
|
654
|
-
declare const triggers:
|
|
654
|
+
declare const triggers: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
655
655
|
name: "triggers";
|
|
656
656
|
schema: undefined;
|
|
657
657
|
columns: {
|
|
658
|
-
createdAt:
|
|
658
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
659
659
|
name: "created_at";
|
|
660
660
|
tableName: "triggers";
|
|
661
661
|
dataType: "string";
|
|
@@ -672,7 +672,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
672
672
|
identity: undefined;
|
|
673
673
|
generated: undefined;
|
|
674
674
|
}, {}, {}>;
|
|
675
|
-
updatedAt:
|
|
675
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
676
676
|
name: "updated_at";
|
|
677
677
|
tableName: "triggers";
|
|
678
678
|
dataType: "string";
|
|
@@ -689,7 +689,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
689
689
|
identity: undefined;
|
|
690
690
|
generated: undefined;
|
|
691
691
|
}, {}, {}>;
|
|
692
|
-
enabled:
|
|
692
|
+
enabled: drizzle_orm_pg_core1373.PgColumn<{
|
|
693
693
|
name: "enabled";
|
|
694
694
|
tableName: "triggers";
|
|
695
695
|
dataType: "boolean";
|
|
@@ -706,7 +706,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
706
706
|
identity: undefined;
|
|
707
707
|
generated: undefined;
|
|
708
708
|
}, {}, {}>;
|
|
709
|
-
inputSchema:
|
|
709
|
+
inputSchema: drizzle_orm_pg_core1373.PgColumn<{
|
|
710
710
|
name: "input_schema";
|
|
711
711
|
tableName: "triggers";
|
|
712
712
|
dataType: "json";
|
|
@@ -725,7 +725,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
725
725
|
}, {}, {
|
|
726
726
|
$type: Record<string, unknown> | null;
|
|
727
727
|
}>;
|
|
728
|
-
outputTransform:
|
|
728
|
+
outputTransform: drizzle_orm_pg_core1373.PgColumn<{
|
|
729
729
|
name: "output_transform";
|
|
730
730
|
tableName: "triggers";
|
|
731
731
|
dataType: "json";
|
|
@@ -750,7 +750,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
750
750
|
objectTransformation?: Record<string, string>;
|
|
751
751
|
} | null;
|
|
752
752
|
}>;
|
|
753
|
-
messageTemplate:
|
|
753
|
+
messageTemplate: drizzle_orm_pg_core1373.PgColumn<{
|
|
754
754
|
name: "message_template";
|
|
755
755
|
tableName: "triggers";
|
|
756
756
|
dataType: "string";
|
|
@@ -767,7 +767,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
767
767
|
identity: undefined;
|
|
768
768
|
generated: undefined;
|
|
769
769
|
}, {}, {}>;
|
|
770
|
-
authentication:
|
|
770
|
+
authentication: drizzle_orm_pg_core1373.PgColumn<{
|
|
771
771
|
name: "authentication";
|
|
772
772
|
tableName: "triggers";
|
|
773
773
|
dataType: "json";
|
|
@@ -786,7 +786,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
786
786
|
}, {}, {
|
|
787
787
|
$type: unknown;
|
|
788
788
|
}>;
|
|
789
|
-
signingSecretCredentialReferenceId:
|
|
789
|
+
signingSecretCredentialReferenceId: drizzle_orm_pg_core1373.PgColumn<{
|
|
790
790
|
name: "signing_secret_credential_reference_id";
|
|
791
791
|
tableName: "triggers";
|
|
792
792
|
dataType: "string";
|
|
@@ -805,7 +805,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
805
805
|
}, {}, {
|
|
806
806
|
length: 256;
|
|
807
807
|
}>;
|
|
808
|
-
signatureVerification:
|
|
808
|
+
signatureVerification: drizzle_orm_pg_core1373.PgColumn<{
|
|
809
809
|
name: "signature_verification";
|
|
810
810
|
tableName: "triggers";
|
|
811
811
|
dataType: "json";
|
|
@@ -874,7 +874,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
874
874
|
} | undefined;
|
|
875
875
|
} | null;
|
|
876
876
|
}>;
|
|
877
|
-
name:
|
|
877
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
878
878
|
name: "name";
|
|
879
879
|
tableName: "triggers";
|
|
880
880
|
dataType: "string";
|
|
@@ -893,7 +893,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
893
893
|
}, {}, {
|
|
894
894
|
length: 256;
|
|
895
895
|
}>;
|
|
896
|
-
description:
|
|
896
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
897
897
|
name: "description";
|
|
898
898
|
tableName: "triggers";
|
|
899
899
|
dataType: "string";
|
|
@@ -910,7 +910,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
910
910
|
identity: undefined;
|
|
911
911
|
generated: undefined;
|
|
912
912
|
}, {}, {}>;
|
|
913
|
-
agentId:
|
|
913
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
914
914
|
name: "agent_id";
|
|
915
915
|
tableName: "triggers";
|
|
916
916
|
dataType: "string";
|
|
@@ -929,7 +929,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
929
929
|
}, {}, {
|
|
930
930
|
length: 256;
|
|
931
931
|
}>;
|
|
932
|
-
projectId:
|
|
932
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
933
933
|
name: "project_id";
|
|
934
934
|
tableName: "triggers";
|
|
935
935
|
dataType: "string";
|
|
@@ -948,7 +948,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
948
948
|
}, {}, {
|
|
949
949
|
length: 256;
|
|
950
950
|
}>;
|
|
951
|
-
tenantId:
|
|
951
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
952
952
|
name: "tenant_id";
|
|
953
953
|
tableName: "triggers";
|
|
954
954
|
dataType: "string";
|
|
@@ -967,7 +967,7 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
967
967
|
}, {}, {
|
|
968
968
|
length: 256;
|
|
969
969
|
}>;
|
|
970
|
-
id:
|
|
970
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
971
971
|
name: "id";
|
|
972
972
|
tableName: "triggers";
|
|
973
973
|
dataType: "string";
|
|
@@ -989,11 +989,11 @@ declare const triggers: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
989
989
|
};
|
|
990
990
|
dialect: "pg";
|
|
991
991
|
}>;
|
|
992
|
-
declare const subAgents:
|
|
992
|
+
declare const subAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
993
993
|
name: "sub_agents";
|
|
994
994
|
schema: undefined;
|
|
995
995
|
columns: {
|
|
996
|
-
createdAt:
|
|
996
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
997
997
|
name: "created_at";
|
|
998
998
|
tableName: "sub_agents";
|
|
999
999
|
dataType: "string";
|
|
@@ -1010,7 +1010,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1010
1010
|
identity: undefined;
|
|
1011
1011
|
generated: undefined;
|
|
1012
1012
|
}, {}, {}>;
|
|
1013
|
-
updatedAt:
|
|
1013
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1014
1014
|
name: "updated_at";
|
|
1015
1015
|
tableName: "sub_agents";
|
|
1016
1016
|
dataType: "string";
|
|
@@ -1027,7 +1027,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1027
1027
|
identity: undefined;
|
|
1028
1028
|
generated: undefined;
|
|
1029
1029
|
}, {}, {}>;
|
|
1030
|
-
prompt:
|
|
1030
|
+
prompt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1031
1031
|
name: "prompt";
|
|
1032
1032
|
tableName: "sub_agents";
|
|
1033
1033
|
dataType: "string";
|
|
@@ -1044,7 +1044,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1044
1044
|
identity: undefined;
|
|
1045
1045
|
generated: undefined;
|
|
1046
1046
|
}, {}, {}>;
|
|
1047
|
-
conversationHistoryConfig:
|
|
1047
|
+
conversationHistoryConfig: drizzle_orm_pg_core1373.PgColumn<{
|
|
1048
1048
|
name: "conversation_history_config";
|
|
1049
1049
|
tableName: "sub_agents";
|
|
1050
1050
|
dataType: "json";
|
|
@@ -1063,7 +1063,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1063
1063
|
}, {}, {
|
|
1064
1064
|
$type: ConversationHistoryConfig;
|
|
1065
1065
|
}>;
|
|
1066
|
-
models:
|
|
1066
|
+
models: drizzle_orm_pg_core1373.PgColumn<{
|
|
1067
1067
|
name: "models";
|
|
1068
1068
|
tableName: "sub_agents";
|
|
1069
1069
|
dataType: "json";
|
|
@@ -1108,7 +1108,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1108
1108
|
} | undefined;
|
|
1109
1109
|
};
|
|
1110
1110
|
}>;
|
|
1111
|
-
stopWhen:
|
|
1111
|
+
stopWhen: drizzle_orm_pg_core1373.PgColumn<{
|
|
1112
1112
|
name: "stop_when";
|
|
1113
1113
|
tableName: "sub_agents";
|
|
1114
1114
|
dataType: "json";
|
|
@@ -1131,7 +1131,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1131
1131
|
stepCountIs?: number | undefined;
|
|
1132
1132
|
};
|
|
1133
1133
|
}>;
|
|
1134
|
-
name:
|
|
1134
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
1135
1135
|
name: "name";
|
|
1136
1136
|
tableName: "sub_agents";
|
|
1137
1137
|
dataType: "string";
|
|
@@ -1150,7 +1150,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1150
1150
|
}, {}, {
|
|
1151
1151
|
length: 256;
|
|
1152
1152
|
}>;
|
|
1153
|
-
description:
|
|
1153
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
1154
1154
|
name: "description";
|
|
1155
1155
|
tableName: "sub_agents";
|
|
1156
1156
|
dataType: "string";
|
|
@@ -1167,7 +1167,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1167
1167
|
identity: undefined;
|
|
1168
1168
|
generated: undefined;
|
|
1169
1169
|
}, {}, {}>;
|
|
1170
|
-
agentId:
|
|
1170
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1171
1171
|
name: "agent_id";
|
|
1172
1172
|
tableName: "sub_agents";
|
|
1173
1173
|
dataType: "string";
|
|
@@ -1186,7 +1186,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1186
1186
|
}, {}, {
|
|
1187
1187
|
length: 256;
|
|
1188
1188
|
}>;
|
|
1189
|
-
projectId:
|
|
1189
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1190
1190
|
name: "project_id";
|
|
1191
1191
|
tableName: "sub_agents";
|
|
1192
1192
|
dataType: "string";
|
|
@@ -1205,7 +1205,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1205
1205
|
}, {}, {
|
|
1206
1206
|
length: 256;
|
|
1207
1207
|
}>;
|
|
1208
|
-
tenantId:
|
|
1208
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1209
1209
|
name: "tenant_id";
|
|
1210
1210
|
tableName: "sub_agents";
|
|
1211
1211
|
dataType: "string";
|
|
@@ -1224,7 +1224,7 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1224
1224
|
}, {}, {
|
|
1225
1225
|
length: 256;
|
|
1226
1226
|
}>;
|
|
1227
|
-
id:
|
|
1227
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
1228
1228
|
name: "id";
|
|
1229
1229
|
tableName: "sub_agents";
|
|
1230
1230
|
dataType: "string";
|
|
@@ -1246,11 +1246,11 @@ declare const subAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1246
1246
|
};
|
|
1247
1247
|
dialect: "pg";
|
|
1248
1248
|
}>;
|
|
1249
|
-
declare const subAgentRelations:
|
|
1249
|
+
declare const subAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
1250
1250
|
name: "sub_agent_relations";
|
|
1251
1251
|
schema: undefined;
|
|
1252
1252
|
columns: {
|
|
1253
|
-
createdAt:
|
|
1253
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1254
1254
|
name: "created_at";
|
|
1255
1255
|
tableName: "sub_agent_relations";
|
|
1256
1256
|
dataType: "string";
|
|
@@ -1267,7 +1267,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1267
1267
|
identity: undefined;
|
|
1268
1268
|
generated: undefined;
|
|
1269
1269
|
}, {}, {}>;
|
|
1270
|
-
updatedAt:
|
|
1270
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1271
1271
|
name: "updated_at";
|
|
1272
1272
|
tableName: "sub_agent_relations";
|
|
1273
1273
|
dataType: "string";
|
|
@@ -1284,7 +1284,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1284
1284
|
identity: undefined;
|
|
1285
1285
|
generated: undefined;
|
|
1286
1286
|
}, {}, {}>;
|
|
1287
|
-
sourceSubAgentId:
|
|
1287
|
+
sourceSubAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1288
1288
|
name: "source_sub_agent_id";
|
|
1289
1289
|
tableName: "sub_agent_relations";
|
|
1290
1290
|
dataType: "string";
|
|
@@ -1303,7 +1303,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1303
1303
|
}, {}, {
|
|
1304
1304
|
length: 256;
|
|
1305
1305
|
}>;
|
|
1306
|
-
targetSubAgentId:
|
|
1306
|
+
targetSubAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1307
1307
|
name: "target_sub_agent_id";
|
|
1308
1308
|
tableName: "sub_agent_relations";
|
|
1309
1309
|
dataType: "string";
|
|
@@ -1322,7 +1322,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1322
1322
|
}, {}, {
|
|
1323
1323
|
length: 256;
|
|
1324
1324
|
}>;
|
|
1325
|
-
relationType:
|
|
1325
|
+
relationType: drizzle_orm_pg_core1373.PgColumn<{
|
|
1326
1326
|
name: "relation_type";
|
|
1327
1327
|
tableName: "sub_agent_relations";
|
|
1328
1328
|
dataType: "string";
|
|
@@ -1341,7 +1341,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1341
1341
|
}, {}, {
|
|
1342
1342
|
length: 256;
|
|
1343
1343
|
}>;
|
|
1344
|
-
agentId:
|
|
1344
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1345
1345
|
name: "agent_id";
|
|
1346
1346
|
tableName: "sub_agent_relations";
|
|
1347
1347
|
dataType: "string";
|
|
@@ -1360,7 +1360,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1360
1360
|
}, {}, {
|
|
1361
1361
|
length: 256;
|
|
1362
1362
|
}>;
|
|
1363
|
-
projectId:
|
|
1363
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1364
1364
|
name: "project_id";
|
|
1365
1365
|
tableName: "sub_agent_relations";
|
|
1366
1366
|
dataType: "string";
|
|
@@ -1379,7 +1379,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1379
1379
|
}, {}, {
|
|
1380
1380
|
length: 256;
|
|
1381
1381
|
}>;
|
|
1382
|
-
tenantId:
|
|
1382
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1383
1383
|
name: "tenant_id";
|
|
1384
1384
|
tableName: "sub_agent_relations";
|
|
1385
1385
|
dataType: "string";
|
|
@@ -1398,7 +1398,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1398
1398
|
}, {}, {
|
|
1399
1399
|
length: 256;
|
|
1400
1400
|
}>;
|
|
1401
|
-
id:
|
|
1401
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
1402
1402
|
name: "id";
|
|
1403
1403
|
tableName: "sub_agent_relations";
|
|
1404
1404
|
dataType: "string";
|
|
@@ -1420,11 +1420,11 @@ declare const subAgentRelations: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1420
1420
|
};
|
|
1421
1421
|
dialect: "pg";
|
|
1422
1422
|
}>;
|
|
1423
|
-
declare const externalAgents:
|
|
1423
|
+
declare const externalAgents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
1424
1424
|
name: "external_agents";
|
|
1425
1425
|
schema: undefined;
|
|
1426
1426
|
columns: {
|
|
1427
|
-
createdAt:
|
|
1427
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1428
1428
|
name: "created_at";
|
|
1429
1429
|
tableName: "external_agents";
|
|
1430
1430
|
dataType: "string";
|
|
@@ -1441,7 +1441,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1441
1441
|
identity: undefined;
|
|
1442
1442
|
generated: undefined;
|
|
1443
1443
|
}, {}, {}>;
|
|
1444
|
-
updatedAt:
|
|
1444
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1445
1445
|
name: "updated_at";
|
|
1446
1446
|
tableName: "external_agents";
|
|
1447
1447
|
dataType: "string";
|
|
@@ -1458,7 +1458,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1458
1458
|
identity: undefined;
|
|
1459
1459
|
generated: undefined;
|
|
1460
1460
|
}, {}, {}>;
|
|
1461
|
-
baseUrl:
|
|
1461
|
+
baseUrl: drizzle_orm_pg_core1373.PgColumn<{
|
|
1462
1462
|
name: "base_url";
|
|
1463
1463
|
tableName: "external_agents";
|
|
1464
1464
|
dataType: "string";
|
|
@@ -1475,7 +1475,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1475
1475
|
identity: undefined;
|
|
1476
1476
|
generated: undefined;
|
|
1477
1477
|
}, {}, {}>;
|
|
1478
|
-
credentialReferenceId:
|
|
1478
|
+
credentialReferenceId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1479
1479
|
name: "credential_reference_id";
|
|
1480
1480
|
tableName: "external_agents";
|
|
1481
1481
|
dataType: "string";
|
|
@@ -1494,7 +1494,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1494
1494
|
}, {}, {
|
|
1495
1495
|
length: 256;
|
|
1496
1496
|
}>;
|
|
1497
|
-
name:
|
|
1497
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
1498
1498
|
name: "name";
|
|
1499
1499
|
tableName: "external_agents";
|
|
1500
1500
|
dataType: "string";
|
|
@@ -1513,7 +1513,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1513
1513
|
}, {}, {
|
|
1514
1514
|
length: 256;
|
|
1515
1515
|
}>;
|
|
1516
|
-
description:
|
|
1516
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
1517
1517
|
name: "description";
|
|
1518
1518
|
tableName: "external_agents";
|
|
1519
1519
|
dataType: "string";
|
|
@@ -1530,7 +1530,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1530
1530
|
identity: undefined;
|
|
1531
1531
|
generated: undefined;
|
|
1532
1532
|
}, {}, {}>;
|
|
1533
|
-
projectId:
|
|
1533
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1534
1534
|
name: "project_id";
|
|
1535
1535
|
tableName: "external_agents";
|
|
1536
1536
|
dataType: "string";
|
|
@@ -1549,7 +1549,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1549
1549
|
}, {}, {
|
|
1550
1550
|
length: 256;
|
|
1551
1551
|
}>;
|
|
1552
|
-
tenantId:
|
|
1552
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1553
1553
|
name: "tenant_id";
|
|
1554
1554
|
tableName: "external_agents";
|
|
1555
1555
|
dataType: "string";
|
|
@@ -1568,7 +1568,7 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1568
1568
|
}, {}, {
|
|
1569
1569
|
length: 256;
|
|
1570
1570
|
}>;
|
|
1571
|
-
id:
|
|
1571
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
1572
1572
|
name: "id";
|
|
1573
1573
|
tableName: "external_agents";
|
|
1574
1574
|
dataType: "string";
|
|
@@ -1590,11 +1590,11 @@ declare const externalAgents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1590
1590
|
};
|
|
1591
1591
|
dialect: "pg";
|
|
1592
1592
|
}>;
|
|
1593
|
-
declare const dataComponents:
|
|
1593
|
+
declare const dataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
1594
1594
|
name: "data_components";
|
|
1595
1595
|
schema: undefined;
|
|
1596
1596
|
columns: {
|
|
1597
|
-
createdAt:
|
|
1597
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1598
1598
|
name: "created_at";
|
|
1599
1599
|
tableName: "data_components";
|
|
1600
1600
|
dataType: "string";
|
|
@@ -1611,7 +1611,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1611
1611
|
identity: undefined;
|
|
1612
1612
|
generated: undefined;
|
|
1613
1613
|
}, {}, {}>;
|
|
1614
|
-
updatedAt:
|
|
1614
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1615
1615
|
name: "updated_at";
|
|
1616
1616
|
tableName: "data_components";
|
|
1617
1617
|
dataType: "string";
|
|
@@ -1628,7 +1628,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1628
1628
|
identity: undefined;
|
|
1629
1629
|
generated: undefined;
|
|
1630
1630
|
}, {}, {}>;
|
|
1631
|
-
props:
|
|
1631
|
+
props: drizzle_orm_pg_core1373.PgColumn<{
|
|
1632
1632
|
name: "props";
|
|
1633
1633
|
tableName: "data_components";
|
|
1634
1634
|
dataType: "json";
|
|
@@ -1661,7 +1661,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1661
1661
|
description?: string | undefined;
|
|
1662
1662
|
};
|
|
1663
1663
|
}>;
|
|
1664
|
-
render:
|
|
1664
|
+
render: drizzle_orm_pg_core1373.PgColumn<{
|
|
1665
1665
|
name: "render";
|
|
1666
1666
|
tableName: "data_components";
|
|
1667
1667
|
dataType: "json";
|
|
@@ -1686,7 +1686,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1686
1686
|
mockData: Record<string, unknown>;
|
|
1687
1687
|
};
|
|
1688
1688
|
}>;
|
|
1689
|
-
name:
|
|
1689
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
1690
1690
|
name: "name";
|
|
1691
1691
|
tableName: "data_components";
|
|
1692
1692
|
dataType: "string";
|
|
@@ -1705,7 +1705,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1705
1705
|
}, {}, {
|
|
1706
1706
|
length: 256;
|
|
1707
1707
|
}>;
|
|
1708
|
-
description:
|
|
1708
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
1709
1709
|
name: "description";
|
|
1710
1710
|
tableName: "data_components";
|
|
1711
1711
|
dataType: "string";
|
|
@@ -1722,7 +1722,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1722
1722
|
identity: undefined;
|
|
1723
1723
|
generated: undefined;
|
|
1724
1724
|
}, {}, {}>;
|
|
1725
|
-
projectId:
|
|
1725
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1726
1726
|
name: "project_id";
|
|
1727
1727
|
tableName: "data_components";
|
|
1728
1728
|
dataType: "string";
|
|
@@ -1741,7 +1741,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1741
1741
|
}, {}, {
|
|
1742
1742
|
length: 256;
|
|
1743
1743
|
}>;
|
|
1744
|
-
tenantId:
|
|
1744
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1745
1745
|
name: "tenant_id";
|
|
1746
1746
|
tableName: "data_components";
|
|
1747
1747
|
dataType: "string";
|
|
@@ -1760,7 +1760,7 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1760
1760
|
}, {}, {
|
|
1761
1761
|
length: 256;
|
|
1762
1762
|
}>;
|
|
1763
|
-
id:
|
|
1763
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
1764
1764
|
name: "id";
|
|
1765
1765
|
tableName: "data_components";
|
|
1766
1766
|
dataType: "string";
|
|
@@ -1782,11 +1782,11 @@ declare const dataComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1782
1782
|
};
|
|
1783
1783
|
dialect: "pg";
|
|
1784
1784
|
}>;
|
|
1785
|
-
declare const subAgentDataComponents:
|
|
1785
|
+
declare const subAgentDataComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
1786
1786
|
name: "sub_agent_data_components";
|
|
1787
1787
|
schema: undefined;
|
|
1788
1788
|
columns: {
|
|
1789
|
-
dataComponentId:
|
|
1789
|
+
dataComponentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1790
1790
|
name: "data_component_id";
|
|
1791
1791
|
tableName: "sub_agent_data_components";
|
|
1792
1792
|
dataType: "string";
|
|
@@ -1805,7 +1805,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1805
1805
|
}, {}, {
|
|
1806
1806
|
length: 256;
|
|
1807
1807
|
}>;
|
|
1808
|
-
createdAt:
|
|
1808
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1809
1809
|
name: "created_at";
|
|
1810
1810
|
tableName: "sub_agent_data_components";
|
|
1811
1811
|
dataType: "string";
|
|
@@ -1822,7 +1822,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1822
1822
|
identity: undefined;
|
|
1823
1823
|
generated: undefined;
|
|
1824
1824
|
}, {}, {}>;
|
|
1825
|
-
subAgentId:
|
|
1825
|
+
subAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1826
1826
|
name: "sub_agent_id";
|
|
1827
1827
|
tableName: "sub_agent_data_components";
|
|
1828
1828
|
dataType: "string";
|
|
@@ -1841,7 +1841,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1841
1841
|
}, {}, {
|
|
1842
1842
|
length: 256;
|
|
1843
1843
|
}>;
|
|
1844
|
-
agentId:
|
|
1844
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1845
1845
|
name: "agent_id";
|
|
1846
1846
|
tableName: "sub_agent_data_components";
|
|
1847
1847
|
dataType: "string";
|
|
@@ -1860,7 +1860,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1860
1860
|
}, {}, {
|
|
1861
1861
|
length: 256;
|
|
1862
1862
|
}>;
|
|
1863
|
-
projectId:
|
|
1863
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1864
1864
|
name: "project_id";
|
|
1865
1865
|
tableName: "sub_agent_data_components";
|
|
1866
1866
|
dataType: "string";
|
|
@@ -1879,7 +1879,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1879
1879
|
}, {}, {
|
|
1880
1880
|
length: 256;
|
|
1881
1881
|
}>;
|
|
1882
|
-
tenantId:
|
|
1882
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
1883
1883
|
name: "tenant_id";
|
|
1884
1884
|
tableName: "sub_agent_data_components";
|
|
1885
1885
|
dataType: "string";
|
|
@@ -1898,7 +1898,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1898
1898
|
}, {}, {
|
|
1899
1899
|
length: 256;
|
|
1900
1900
|
}>;
|
|
1901
|
-
id:
|
|
1901
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
1902
1902
|
name: "id";
|
|
1903
1903
|
tableName: "sub_agent_data_components";
|
|
1904
1904
|
dataType: "string";
|
|
@@ -1920,11 +1920,11 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1693.PgTableWithColumns
|
|
|
1920
1920
|
};
|
|
1921
1921
|
dialect: "pg";
|
|
1922
1922
|
}>;
|
|
1923
|
-
declare const artifactComponents:
|
|
1923
|
+
declare const artifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
1924
1924
|
name: "artifact_components";
|
|
1925
1925
|
schema: undefined;
|
|
1926
1926
|
columns: {
|
|
1927
|
-
createdAt:
|
|
1927
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1928
1928
|
name: "created_at";
|
|
1929
1929
|
tableName: "artifact_components";
|
|
1930
1930
|
dataType: "string";
|
|
@@ -1941,7 +1941,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1941
1941
|
identity: undefined;
|
|
1942
1942
|
generated: undefined;
|
|
1943
1943
|
}, {}, {}>;
|
|
1944
|
-
updatedAt:
|
|
1944
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
1945
1945
|
name: "updated_at";
|
|
1946
1946
|
tableName: "artifact_components";
|
|
1947
1947
|
dataType: "string";
|
|
@@ -1958,7 +1958,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1958
1958
|
identity: undefined;
|
|
1959
1959
|
generated: undefined;
|
|
1960
1960
|
}, {}, {}>;
|
|
1961
|
-
props:
|
|
1961
|
+
props: drizzle_orm_pg_core1373.PgColumn<{
|
|
1962
1962
|
name: "props";
|
|
1963
1963
|
tableName: "artifact_components";
|
|
1964
1964
|
dataType: "json";
|
|
@@ -1991,7 +1991,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
1991
1991
|
description?: string | undefined;
|
|
1992
1992
|
};
|
|
1993
1993
|
}>;
|
|
1994
|
-
render:
|
|
1994
|
+
render: drizzle_orm_pg_core1373.PgColumn<{
|
|
1995
1995
|
name: "render";
|
|
1996
1996
|
tableName: "artifact_components";
|
|
1997
1997
|
dataType: "json";
|
|
@@ -2016,7 +2016,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2016
2016
|
mockData: Record<string, unknown>;
|
|
2017
2017
|
};
|
|
2018
2018
|
}>;
|
|
2019
|
-
name:
|
|
2019
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
2020
2020
|
name: "name";
|
|
2021
2021
|
tableName: "artifact_components";
|
|
2022
2022
|
dataType: "string";
|
|
@@ -2035,7 +2035,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2035
2035
|
}, {}, {
|
|
2036
2036
|
length: 256;
|
|
2037
2037
|
}>;
|
|
2038
|
-
description:
|
|
2038
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
2039
2039
|
name: "description";
|
|
2040
2040
|
tableName: "artifact_components";
|
|
2041
2041
|
dataType: "string";
|
|
@@ -2052,7 +2052,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2052
2052
|
identity: undefined;
|
|
2053
2053
|
generated: undefined;
|
|
2054
2054
|
}, {}, {}>;
|
|
2055
|
-
projectId:
|
|
2055
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2056
2056
|
name: "project_id";
|
|
2057
2057
|
tableName: "artifact_components";
|
|
2058
2058
|
dataType: "string";
|
|
@@ -2071,7 +2071,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2071
2071
|
}, {}, {
|
|
2072
2072
|
length: 256;
|
|
2073
2073
|
}>;
|
|
2074
|
-
tenantId:
|
|
2074
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2075
2075
|
name: "tenant_id";
|
|
2076
2076
|
tableName: "artifact_components";
|
|
2077
2077
|
dataType: "string";
|
|
@@ -2090,7 +2090,7 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2090
2090
|
}, {}, {
|
|
2091
2091
|
length: 256;
|
|
2092
2092
|
}>;
|
|
2093
|
-
id:
|
|
2093
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
2094
2094
|
name: "id";
|
|
2095
2095
|
tableName: "artifact_components";
|
|
2096
2096
|
dataType: "string";
|
|
@@ -2112,11 +2112,11 @@ declare const artifactComponents: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2112
2112
|
};
|
|
2113
2113
|
dialect: "pg";
|
|
2114
2114
|
}>;
|
|
2115
|
-
declare const subAgentArtifactComponents:
|
|
2115
|
+
declare const subAgentArtifactComponents: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
2116
2116
|
name: "sub_agent_artifact_components";
|
|
2117
2117
|
schema: undefined;
|
|
2118
2118
|
columns: {
|
|
2119
|
-
artifactComponentId:
|
|
2119
|
+
artifactComponentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2120
2120
|
name: "artifact_component_id";
|
|
2121
2121
|
tableName: "sub_agent_artifact_components";
|
|
2122
2122
|
dataType: "string";
|
|
@@ -2135,7 +2135,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2135
2135
|
}, {}, {
|
|
2136
2136
|
length: 256;
|
|
2137
2137
|
}>;
|
|
2138
|
-
createdAt:
|
|
2138
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2139
2139
|
name: "created_at";
|
|
2140
2140
|
tableName: "sub_agent_artifact_components";
|
|
2141
2141
|
dataType: "string";
|
|
@@ -2152,7 +2152,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2152
2152
|
identity: undefined;
|
|
2153
2153
|
generated: undefined;
|
|
2154
2154
|
}, {}, {}>;
|
|
2155
|
-
subAgentId:
|
|
2155
|
+
subAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2156
2156
|
name: "sub_agent_id";
|
|
2157
2157
|
tableName: "sub_agent_artifact_components";
|
|
2158
2158
|
dataType: "string";
|
|
@@ -2171,7 +2171,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2171
2171
|
}, {}, {
|
|
2172
2172
|
length: 256;
|
|
2173
2173
|
}>;
|
|
2174
|
-
agentId:
|
|
2174
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2175
2175
|
name: "agent_id";
|
|
2176
2176
|
tableName: "sub_agent_artifact_components";
|
|
2177
2177
|
dataType: "string";
|
|
@@ -2190,7 +2190,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2190
2190
|
}, {}, {
|
|
2191
2191
|
length: 256;
|
|
2192
2192
|
}>;
|
|
2193
|
-
projectId:
|
|
2193
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2194
2194
|
name: "project_id";
|
|
2195
2195
|
tableName: "sub_agent_artifact_components";
|
|
2196
2196
|
dataType: "string";
|
|
@@ -2209,7 +2209,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2209
2209
|
}, {}, {
|
|
2210
2210
|
length: 256;
|
|
2211
2211
|
}>;
|
|
2212
|
-
tenantId:
|
|
2212
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2213
2213
|
name: "tenant_id";
|
|
2214
2214
|
tableName: "sub_agent_artifact_components";
|
|
2215
2215
|
dataType: "string";
|
|
@@ -2228,7 +2228,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2228
2228
|
}, {}, {
|
|
2229
2229
|
length: 256;
|
|
2230
2230
|
}>;
|
|
2231
|
-
id:
|
|
2231
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
2232
2232
|
name: "id";
|
|
2233
2233
|
tableName: "sub_agent_artifact_components";
|
|
2234
2234
|
dataType: "string";
|
|
@@ -2250,11 +2250,11 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
2250
2250
|
};
|
|
2251
2251
|
dialect: "pg";
|
|
2252
2252
|
}>;
|
|
2253
|
-
declare const tools:
|
|
2253
|
+
declare const tools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
2254
2254
|
name: "tools";
|
|
2255
2255
|
schema: undefined;
|
|
2256
2256
|
columns: {
|
|
2257
|
-
createdAt:
|
|
2257
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2258
2258
|
name: "created_at";
|
|
2259
2259
|
tableName: "tools";
|
|
2260
2260
|
dataType: "string";
|
|
@@ -2271,7 +2271,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2271
2271
|
identity: undefined;
|
|
2272
2272
|
generated: undefined;
|
|
2273
2273
|
}, {}, {}>;
|
|
2274
|
-
updatedAt:
|
|
2274
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2275
2275
|
name: "updated_at";
|
|
2276
2276
|
tableName: "tools";
|
|
2277
2277
|
dataType: "string";
|
|
@@ -2288,7 +2288,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2288
2288
|
identity: undefined;
|
|
2289
2289
|
generated: undefined;
|
|
2290
2290
|
}, {}, {}>;
|
|
2291
|
-
config:
|
|
2291
|
+
config: drizzle_orm_pg_core1373.PgColumn<{
|
|
2292
2292
|
name: "config";
|
|
2293
2293
|
tableName: "tools";
|
|
2294
2294
|
dataType: "json";
|
|
@@ -2313,7 +2313,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2313
2313
|
mcp: ToolMcpConfig;
|
|
2314
2314
|
};
|
|
2315
2315
|
}>;
|
|
2316
|
-
credentialReferenceId:
|
|
2316
|
+
credentialReferenceId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2317
2317
|
name: "credential_reference_id";
|
|
2318
2318
|
tableName: "tools";
|
|
2319
2319
|
dataType: "string";
|
|
@@ -2332,7 +2332,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2332
2332
|
}, {}, {
|
|
2333
2333
|
length: 256;
|
|
2334
2334
|
}>;
|
|
2335
|
-
credentialScope:
|
|
2335
|
+
credentialScope: drizzle_orm_pg_core1373.PgColumn<{
|
|
2336
2336
|
name: "credential_scope";
|
|
2337
2337
|
tableName: "tools";
|
|
2338
2338
|
dataType: "string";
|
|
@@ -2351,7 +2351,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2351
2351
|
}, {}, {
|
|
2352
2352
|
length: 50;
|
|
2353
2353
|
}>;
|
|
2354
|
-
headers:
|
|
2354
|
+
headers: drizzle_orm_pg_core1373.PgColumn<{
|
|
2355
2355
|
name: "headers";
|
|
2356
2356
|
tableName: "tools";
|
|
2357
2357
|
dataType: "json";
|
|
@@ -2370,7 +2370,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2370
2370
|
}, {}, {
|
|
2371
2371
|
$type: Record<string, string>;
|
|
2372
2372
|
}>;
|
|
2373
|
-
imageUrl:
|
|
2373
|
+
imageUrl: drizzle_orm_pg_core1373.PgColumn<{
|
|
2374
2374
|
name: "image_url";
|
|
2375
2375
|
tableName: "tools";
|
|
2376
2376
|
dataType: "string";
|
|
@@ -2387,7 +2387,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2387
2387
|
identity: undefined;
|
|
2388
2388
|
generated: undefined;
|
|
2389
2389
|
}, {}, {}>;
|
|
2390
|
-
capabilities:
|
|
2390
|
+
capabilities: drizzle_orm_pg_core1373.PgColumn<{
|
|
2391
2391
|
name: "capabilities";
|
|
2392
2392
|
tableName: "tools";
|
|
2393
2393
|
dataType: "json";
|
|
@@ -2406,7 +2406,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2406
2406
|
}, {}, {
|
|
2407
2407
|
$type: ToolServerCapabilities;
|
|
2408
2408
|
}>;
|
|
2409
|
-
lastError:
|
|
2409
|
+
lastError: drizzle_orm_pg_core1373.PgColumn<{
|
|
2410
2410
|
name: "last_error";
|
|
2411
2411
|
tableName: "tools";
|
|
2412
2412
|
dataType: "string";
|
|
@@ -2423,7 +2423,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2423
2423
|
identity: undefined;
|
|
2424
2424
|
generated: undefined;
|
|
2425
2425
|
}, {}, {}>;
|
|
2426
|
-
isWorkApp:
|
|
2426
|
+
isWorkApp: drizzle_orm_pg_core1373.PgColumn<{
|
|
2427
2427
|
name: "is_work_app";
|
|
2428
2428
|
tableName: "tools";
|
|
2429
2429
|
dataType: "boolean";
|
|
@@ -2440,7 +2440,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2440
2440
|
identity: undefined;
|
|
2441
2441
|
generated: undefined;
|
|
2442
2442
|
}, {}, {}>;
|
|
2443
|
-
name:
|
|
2443
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
2444
2444
|
name: "name";
|
|
2445
2445
|
tableName: "tools";
|
|
2446
2446
|
dataType: "string";
|
|
@@ -2459,7 +2459,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2459
2459
|
}, {}, {
|
|
2460
2460
|
length: 256;
|
|
2461
2461
|
}>;
|
|
2462
|
-
description:
|
|
2462
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
2463
2463
|
name: "description";
|
|
2464
2464
|
tableName: "tools";
|
|
2465
2465
|
dataType: "string";
|
|
@@ -2476,7 +2476,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2476
2476
|
identity: undefined;
|
|
2477
2477
|
generated: undefined;
|
|
2478
2478
|
}, {}, {}>;
|
|
2479
|
-
projectId:
|
|
2479
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2480
2480
|
name: "project_id";
|
|
2481
2481
|
tableName: "tools";
|
|
2482
2482
|
dataType: "string";
|
|
@@ -2495,7 +2495,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2495
2495
|
}, {}, {
|
|
2496
2496
|
length: 256;
|
|
2497
2497
|
}>;
|
|
2498
|
-
tenantId:
|
|
2498
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2499
2499
|
name: "tenant_id";
|
|
2500
2500
|
tableName: "tools";
|
|
2501
2501
|
dataType: "string";
|
|
@@ -2514,7 +2514,7 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2514
2514
|
}, {}, {
|
|
2515
2515
|
length: 256;
|
|
2516
2516
|
}>;
|
|
2517
|
-
id:
|
|
2517
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
2518
2518
|
name: "id";
|
|
2519
2519
|
tableName: "tools";
|
|
2520
2520
|
dataType: "string";
|
|
@@ -2536,11 +2536,11 @@ declare const tools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2536
2536
|
};
|
|
2537
2537
|
dialect: "pg";
|
|
2538
2538
|
}>;
|
|
2539
|
-
declare const functionTools:
|
|
2539
|
+
declare const functionTools: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
2540
2540
|
name: "function_tools";
|
|
2541
2541
|
schema: undefined;
|
|
2542
2542
|
columns: {
|
|
2543
|
-
createdAt:
|
|
2543
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2544
2544
|
name: "created_at";
|
|
2545
2545
|
tableName: "function_tools";
|
|
2546
2546
|
dataType: "string";
|
|
@@ -2557,7 +2557,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2557
2557
|
identity: undefined;
|
|
2558
2558
|
generated: undefined;
|
|
2559
2559
|
}, {}, {}>;
|
|
2560
|
-
updatedAt:
|
|
2560
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2561
2561
|
name: "updated_at";
|
|
2562
2562
|
tableName: "function_tools";
|
|
2563
2563
|
dataType: "string";
|
|
@@ -2574,7 +2574,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2574
2574
|
identity: undefined;
|
|
2575
2575
|
generated: undefined;
|
|
2576
2576
|
}, {}, {}>;
|
|
2577
|
-
functionId:
|
|
2577
|
+
functionId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2578
2578
|
name: "function_id";
|
|
2579
2579
|
tableName: "function_tools";
|
|
2580
2580
|
dataType: "string";
|
|
@@ -2593,7 +2593,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2593
2593
|
}, {}, {
|
|
2594
2594
|
length: 256;
|
|
2595
2595
|
}>;
|
|
2596
|
-
name:
|
|
2596
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
2597
2597
|
name: "name";
|
|
2598
2598
|
tableName: "function_tools";
|
|
2599
2599
|
dataType: "string";
|
|
@@ -2612,7 +2612,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2612
2612
|
}, {}, {
|
|
2613
2613
|
length: 256;
|
|
2614
2614
|
}>;
|
|
2615
|
-
description:
|
|
2615
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
2616
2616
|
name: "description";
|
|
2617
2617
|
tableName: "function_tools";
|
|
2618
2618
|
dataType: "string";
|
|
@@ -2629,7 +2629,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2629
2629
|
identity: undefined;
|
|
2630
2630
|
generated: undefined;
|
|
2631
2631
|
}, {}, {}>;
|
|
2632
|
-
agentId:
|
|
2632
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2633
2633
|
name: "agent_id";
|
|
2634
2634
|
tableName: "function_tools";
|
|
2635
2635
|
dataType: "string";
|
|
@@ -2648,7 +2648,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2648
2648
|
}, {}, {
|
|
2649
2649
|
length: 256;
|
|
2650
2650
|
}>;
|
|
2651
|
-
projectId:
|
|
2651
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2652
2652
|
name: "project_id";
|
|
2653
2653
|
tableName: "function_tools";
|
|
2654
2654
|
dataType: "string";
|
|
@@ -2667,7 +2667,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2667
2667
|
}, {}, {
|
|
2668
2668
|
length: 256;
|
|
2669
2669
|
}>;
|
|
2670
|
-
tenantId:
|
|
2670
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2671
2671
|
name: "tenant_id";
|
|
2672
2672
|
tableName: "function_tools";
|
|
2673
2673
|
dataType: "string";
|
|
@@ -2686,7 +2686,7 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2686
2686
|
}, {}, {
|
|
2687
2687
|
length: 256;
|
|
2688
2688
|
}>;
|
|
2689
|
-
id:
|
|
2689
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
2690
2690
|
name: "id";
|
|
2691
2691
|
tableName: "function_tools";
|
|
2692
2692
|
dataType: "string";
|
|
@@ -2708,11 +2708,11 @@ declare const functionTools: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2708
2708
|
};
|
|
2709
2709
|
dialect: "pg";
|
|
2710
2710
|
}>;
|
|
2711
|
-
declare const functions:
|
|
2711
|
+
declare const functions: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
2712
2712
|
name: "functions";
|
|
2713
2713
|
schema: undefined;
|
|
2714
2714
|
columns: {
|
|
2715
|
-
createdAt:
|
|
2715
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2716
2716
|
name: "created_at";
|
|
2717
2717
|
tableName: "functions";
|
|
2718
2718
|
dataType: "string";
|
|
@@ -2729,7 +2729,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2729
2729
|
identity: undefined;
|
|
2730
2730
|
generated: undefined;
|
|
2731
2731
|
}, {}, {}>;
|
|
2732
|
-
updatedAt:
|
|
2732
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2733
2733
|
name: "updated_at";
|
|
2734
2734
|
tableName: "functions";
|
|
2735
2735
|
dataType: "string";
|
|
@@ -2746,7 +2746,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2746
2746
|
identity: undefined;
|
|
2747
2747
|
generated: undefined;
|
|
2748
2748
|
}, {}, {}>;
|
|
2749
|
-
inputSchema:
|
|
2749
|
+
inputSchema: drizzle_orm_pg_core1373.PgColumn<{
|
|
2750
2750
|
name: "input_schema";
|
|
2751
2751
|
tableName: "functions";
|
|
2752
2752
|
dataType: "json";
|
|
@@ -2765,7 +2765,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2765
2765
|
}, {}, {
|
|
2766
2766
|
$type: Record<string, unknown>;
|
|
2767
2767
|
}>;
|
|
2768
|
-
executeCode:
|
|
2768
|
+
executeCode: drizzle_orm_pg_core1373.PgColumn<{
|
|
2769
2769
|
name: "execute_code";
|
|
2770
2770
|
tableName: "functions";
|
|
2771
2771
|
dataType: "string";
|
|
@@ -2782,7 +2782,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2782
2782
|
identity: undefined;
|
|
2783
2783
|
generated: undefined;
|
|
2784
2784
|
}, {}, {}>;
|
|
2785
|
-
dependencies:
|
|
2785
|
+
dependencies: drizzle_orm_pg_core1373.PgColumn<{
|
|
2786
2786
|
name: "dependencies";
|
|
2787
2787
|
tableName: "functions";
|
|
2788
2788
|
dataType: "json";
|
|
@@ -2801,7 +2801,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2801
2801
|
}, {}, {
|
|
2802
2802
|
$type: Record<string, string>;
|
|
2803
2803
|
}>;
|
|
2804
|
-
projectId:
|
|
2804
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2805
2805
|
name: "project_id";
|
|
2806
2806
|
tableName: "functions";
|
|
2807
2807
|
dataType: "string";
|
|
@@ -2820,7 +2820,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2820
2820
|
}, {}, {
|
|
2821
2821
|
length: 256;
|
|
2822
2822
|
}>;
|
|
2823
|
-
tenantId:
|
|
2823
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2824
2824
|
name: "tenant_id";
|
|
2825
2825
|
tableName: "functions";
|
|
2826
2826
|
dataType: "string";
|
|
@@ -2839,7 +2839,7 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2839
2839
|
}, {}, {
|
|
2840
2840
|
length: 256;
|
|
2841
2841
|
}>;
|
|
2842
|
-
id:
|
|
2842
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
2843
2843
|
name: "id";
|
|
2844
2844
|
tableName: "functions";
|
|
2845
2845
|
dataType: "string";
|
|
@@ -2861,11 +2861,11 @@ declare const functions: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
2861
2861
|
};
|
|
2862
2862
|
dialect: "pg";
|
|
2863
2863
|
}>;
|
|
2864
|
-
declare const subAgentToolRelations:
|
|
2864
|
+
declare const subAgentToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
2865
2865
|
name: "sub_agent_tool_relations";
|
|
2866
2866
|
schema: undefined;
|
|
2867
2867
|
columns: {
|
|
2868
|
-
createdAt:
|
|
2868
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2869
2869
|
name: "created_at";
|
|
2870
2870
|
tableName: "sub_agent_tool_relations";
|
|
2871
2871
|
dataType: "string";
|
|
@@ -2882,7 +2882,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2882
2882
|
identity: undefined;
|
|
2883
2883
|
generated: undefined;
|
|
2884
2884
|
}, {}, {}>;
|
|
2885
|
-
updatedAt:
|
|
2885
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
2886
2886
|
name: "updated_at";
|
|
2887
2887
|
tableName: "sub_agent_tool_relations";
|
|
2888
2888
|
dataType: "string";
|
|
@@ -2899,7 +2899,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2899
2899
|
identity: undefined;
|
|
2900
2900
|
generated: undefined;
|
|
2901
2901
|
}, {}, {}>;
|
|
2902
|
-
toolId:
|
|
2902
|
+
toolId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2903
2903
|
name: "tool_id";
|
|
2904
2904
|
tableName: "sub_agent_tool_relations";
|
|
2905
2905
|
dataType: "string";
|
|
@@ -2918,7 +2918,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2918
2918
|
}, {}, {
|
|
2919
2919
|
length: 256;
|
|
2920
2920
|
}>;
|
|
2921
|
-
selectedTools:
|
|
2921
|
+
selectedTools: drizzle_orm_pg_core1373.PgColumn<{
|
|
2922
2922
|
name: "selected_tools";
|
|
2923
2923
|
tableName: "sub_agent_tool_relations";
|
|
2924
2924
|
dataType: "json";
|
|
@@ -2937,7 +2937,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2937
2937
|
}, {}, {
|
|
2938
2938
|
$type: string[] | null;
|
|
2939
2939
|
}>;
|
|
2940
|
-
headers:
|
|
2940
|
+
headers: drizzle_orm_pg_core1373.PgColumn<{
|
|
2941
2941
|
name: "headers";
|
|
2942
2942
|
tableName: "sub_agent_tool_relations";
|
|
2943
2943
|
dataType: "json";
|
|
@@ -2956,7 +2956,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2956
2956
|
}, {}, {
|
|
2957
2957
|
$type: Record<string, string> | null;
|
|
2958
2958
|
}>;
|
|
2959
|
-
toolPolicies:
|
|
2959
|
+
toolPolicies: drizzle_orm_pg_core1373.PgColumn<{
|
|
2960
2960
|
name: "tool_policies";
|
|
2961
2961
|
tableName: "sub_agent_tool_relations";
|
|
2962
2962
|
dataType: "json";
|
|
@@ -2979,7 +2979,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2979
2979
|
needsApproval?: boolean;
|
|
2980
2980
|
}> | null;
|
|
2981
2981
|
}>;
|
|
2982
|
-
subAgentId:
|
|
2982
|
+
subAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
2983
2983
|
name: "sub_agent_id";
|
|
2984
2984
|
tableName: "sub_agent_tool_relations";
|
|
2985
2985
|
dataType: "string";
|
|
@@ -2998,7 +2998,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
2998
2998
|
}, {}, {
|
|
2999
2999
|
length: 256;
|
|
3000
3000
|
}>;
|
|
3001
|
-
agentId:
|
|
3001
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3002
3002
|
name: "agent_id";
|
|
3003
3003
|
tableName: "sub_agent_tool_relations";
|
|
3004
3004
|
dataType: "string";
|
|
@@ -3017,7 +3017,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
3017
3017
|
}, {}, {
|
|
3018
3018
|
length: 256;
|
|
3019
3019
|
}>;
|
|
3020
|
-
projectId:
|
|
3020
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3021
3021
|
name: "project_id";
|
|
3022
3022
|
tableName: "sub_agent_tool_relations";
|
|
3023
3023
|
dataType: "string";
|
|
@@ -3036,7 +3036,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
3036
3036
|
}, {}, {
|
|
3037
3037
|
length: 256;
|
|
3038
3038
|
}>;
|
|
3039
|
-
tenantId:
|
|
3039
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3040
3040
|
name: "tenant_id";
|
|
3041
3041
|
tableName: "sub_agent_tool_relations";
|
|
3042
3042
|
dataType: "string";
|
|
@@ -3055,7 +3055,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
3055
3055
|
}, {}, {
|
|
3056
3056
|
length: 256;
|
|
3057
3057
|
}>;
|
|
3058
|
-
id:
|
|
3058
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
3059
3059
|
name: "id";
|
|
3060
3060
|
tableName: "sub_agent_tool_relations";
|
|
3061
3061
|
dataType: "string";
|
|
@@ -3077,11 +3077,11 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
3077
3077
|
};
|
|
3078
3078
|
dialect: "pg";
|
|
3079
3079
|
}>;
|
|
3080
|
-
declare const subAgentExternalAgentRelations:
|
|
3080
|
+
declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
3081
3081
|
name: "sub_agent_external_agent_relations";
|
|
3082
3082
|
schema: undefined;
|
|
3083
3083
|
columns: {
|
|
3084
|
-
createdAt:
|
|
3084
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3085
3085
|
name: "created_at";
|
|
3086
3086
|
tableName: "sub_agent_external_agent_relations";
|
|
3087
3087
|
dataType: "string";
|
|
@@ -3098,7 +3098,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3098
3098
|
identity: undefined;
|
|
3099
3099
|
generated: undefined;
|
|
3100
3100
|
}, {}, {}>;
|
|
3101
|
-
updatedAt:
|
|
3101
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3102
3102
|
name: "updated_at";
|
|
3103
3103
|
tableName: "sub_agent_external_agent_relations";
|
|
3104
3104
|
dataType: "string";
|
|
@@ -3115,7 +3115,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3115
3115
|
identity: undefined;
|
|
3116
3116
|
generated: undefined;
|
|
3117
3117
|
}, {}, {}>;
|
|
3118
|
-
externalAgentId:
|
|
3118
|
+
externalAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3119
3119
|
name: "external_agent_id";
|
|
3120
3120
|
tableName: "sub_agent_external_agent_relations";
|
|
3121
3121
|
dataType: "string";
|
|
@@ -3134,7 +3134,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3134
3134
|
}, {}, {
|
|
3135
3135
|
length: 256;
|
|
3136
3136
|
}>;
|
|
3137
|
-
headers:
|
|
3137
|
+
headers: drizzle_orm_pg_core1373.PgColumn<{
|
|
3138
3138
|
name: "headers";
|
|
3139
3139
|
tableName: "sub_agent_external_agent_relations";
|
|
3140
3140
|
dataType: "json";
|
|
@@ -3153,7 +3153,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3153
3153
|
}, {}, {
|
|
3154
3154
|
$type: Record<string, string> | null;
|
|
3155
3155
|
}>;
|
|
3156
|
-
subAgentId:
|
|
3156
|
+
subAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3157
3157
|
name: "sub_agent_id";
|
|
3158
3158
|
tableName: "sub_agent_external_agent_relations";
|
|
3159
3159
|
dataType: "string";
|
|
@@ -3172,7 +3172,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3172
3172
|
}, {}, {
|
|
3173
3173
|
length: 256;
|
|
3174
3174
|
}>;
|
|
3175
|
-
agentId:
|
|
3175
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3176
3176
|
name: "agent_id";
|
|
3177
3177
|
tableName: "sub_agent_external_agent_relations";
|
|
3178
3178
|
dataType: "string";
|
|
@@ -3191,7 +3191,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3191
3191
|
}, {}, {
|
|
3192
3192
|
length: 256;
|
|
3193
3193
|
}>;
|
|
3194
|
-
projectId:
|
|
3194
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3195
3195
|
name: "project_id";
|
|
3196
3196
|
tableName: "sub_agent_external_agent_relations";
|
|
3197
3197
|
dataType: "string";
|
|
@@ -3210,7 +3210,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3210
3210
|
}, {}, {
|
|
3211
3211
|
length: 256;
|
|
3212
3212
|
}>;
|
|
3213
|
-
tenantId:
|
|
3213
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3214
3214
|
name: "tenant_id";
|
|
3215
3215
|
tableName: "sub_agent_external_agent_relations";
|
|
3216
3216
|
dataType: "string";
|
|
@@ -3229,7 +3229,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3229
3229
|
}, {}, {
|
|
3230
3230
|
length: 256;
|
|
3231
3231
|
}>;
|
|
3232
|
-
id:
|
|
3232
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
3233
3233
|
name: "id";
|
|
3234
3234
|
tableName: "sub_agent_external_agent_relations";
|
|
3235
3235
|
dataType: "string";
|
|
@@ -3251,11 +3251,11 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
3251
3251
|
};
|
|
3252
3252
|
dialect: "pg";
|
|
3253
3253
|
}>;
|
|
3254
|
-
declare const subAgentTeamAgentRelations:
|
|
3254
|
+
declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
3255
3255
|
name: "sub_agent_team_agent_relations";
|
|
3256
3256
|
schema: undefined;
|
|
3257
3257
|
columns: {
|
|
3258
|
-
createdAt:
|
|
3258
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3259
3259
|
name: "created_at";
|
|
3260
3260
|
tableName: "sub_agent_team_agent_relations";
|
|
3261
3261
|
dataType: "string";
|
|
@@ -3272,7 +3272,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3272
3272
|
identity: undefined;
|
|
3273
3273
|
generated: undefined;
|
|
3274
3274
|
}, {}, {}>;
|
|
3275
|
-
updatedAt:
|
|
3275
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3276
3276
|
name: "updated_at";
|
|
3277
3277
|
tableName: "sub_agent_team_agent_relations";
|
|
3278
3278
|
dataType: "string";
|
|
@@ -3289,7 +3289,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3289
3289
|
identity: undefined;
|
|
3290
3290
|
generated: undefined;
|
|
3291
3291
|
}, {}, {}>;
|
|
3292
|
-
targetAgentId:
|
|
3292
|
+
targetAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3293
3293
|
name: "target_agent_id";
|
|
3294
3294
|
tableName: "sub_agent_team_agent_relations";
|
|
3295
3295
|
dataType: "string";
|
|
@@ -3308,7 +3308,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3308
3308
|
}, {}, {
|
|
3309
3309
|
length: 256;
|
|
3310
3310
|
}>;
|
|
3311
|
-
headers:
|
|
3311
|
+
headers: drizzle_orm_pg_core1373.PgColumn<{
|
|
3312
3312
|
name: "headers";
|
|
3313
3313
|
tableName: "sub_agent_team_agent_relations";
|
|
3314
3314
|
dataType: "json";
|
|
@@ -3327,7 +3327,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3327
3327
|
}, {}, {
|
|
3328
3328
|
$type: Record<string, string> | null;
|
|
3329
3329
|
}>;
|
|
3330
|
-
subAgentId:
|
|
3330
|
+
subAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3331
3331
|
name: "sub_agent_id";
|
|
3332
3332
|
tableName: "sub_agent_team_agent_relations";
|
|
3333
3333
|
dataType: "string";
|
|
@@ -3346,7 +3346,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3346
3346
|
}, {}, {
|
|
3347
3347
|
length: 256;
|
|
3348
3348
|
}>;
|
|
3349
|
-
agentId:
|
|
3349
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3350
3350
|
name: "agent_id";
|
|
3351
3351
|
tableName: "sub_agent_team_agent_relations";
|
|
3352
3352
|
dataType: "string";
|
|
@@ -3365,7 +3365,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3365
3365
|
}, {}, {
|
|
3366
3366
|
length: 256;
|
|
3367
3367
|
}>;
|
|
3368
|
-
projectId:
|
|
3368
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3369
3369
|
name: "project_id";
|
|
3370
3370
|
tableName: "sub_agent_team_agent_relations";
|
|
3371
3371
|
dataType: "string";
|
|
@@ -3384,7 +3384,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3384
3384
|
}, {}, {
|
|
3385
3385
|
length: 256;
|
|
3386
3386
|
}>;
|
|
3387
|
-
tenantId:
|
|
3387
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3388
3388
|
name: "tenant_id";
|
|
3389
3389
|
tableName: "sub_agent_team_agent_relations";
|
|
3390
3390
|
dataType: "string";
|
|
@@ -3403,7 +3403,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3403
3403
|
}, {}, {
|
|
3404
3404
|
length: 256;
|
|
3405
3405
|
}>;
|
|
3406
|
-
id:
|
|
3406
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
3407
3407
|
name: "id";
|
|
3408
3408
|
tableName: "sub_agent_team_agent_relations";
|
|
3409
3409
|
dataType: "string";
|
|
@@ -3425,11 +3425,11 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1693.PgTableWithCol
|
|
|
3425
3425
|
};
|
|
3426
3426
|
dialect: "pg";
|
|
3427
3427
|
}>;
|
|
3428
|
-
declare const subAgentFunctionToolRelations:
|
|
3428
|
+
declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
3429
3429
|
name: "sub_agent_function_tool_relations";
|
|
3430
3430
|
schema: undefined;
|
|
3431
3431
|
columns: {
|
|
3432
|
-
createdAt:
|
|
3432
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3433
3433
|
name: "created_at";
|
|
3434
3434
|
tableName: "sub_agent_function_tool_relations";
|
|
3435
3435
|
dataType: "string";
|
|
@@ -3446,7 +3446,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3446
3446
|
identity: undefined;
|
|
3447
3447
|
generated: undefined;
|
|
3448
3448
|
}, {}, {}>;
|
|
3449
|
-
updatedAt:
|
|
3449
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3450
3450
|
name: "updated_at";
|
|
3451
3451
|
tableName: "sub_agent_function_tool_relations";
|
|
3452
3452
|
dataType: "string";
|
|
@@ -3463,7 +3463,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3463
3463
|
identity: undefined;
|
|
3464
3464
|
generated: undefined;
|
|
3465
3465
|
}, {}, {}>;
|
|
3466
|
-
functionToolId:
|
|
3466
|
+
functionToolId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3467
3467
|
name: "function_tool_id";
|
|
3468
3468
|
tableName: "sub_agent_function_tool_relations";
|
|
3469
3469
|
dataType: "string";
|
|
@@ -3482,7 +3482,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3482
3482
|
}, {}, {
|
|
3483
3483
|
length: 256;
|
|
3484
3484
|
}>;
|
|
3485
|
-
toolPolicies:
|
|
3485
|
+
toolPolicies: drizzle_orm_pg_core1373.PgColumn<{
|
|
3486
3486
|
name: "tool_policies";
|
|
3487
3487
|
tableName: "sub_agent_function_tool_relations";
|
|
3488
3488
|
dataType: "json";
|
|
@@ -3505,7 +3505,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3505
3505
|
needsApproval?: boolean;
|
|
3506
3506
|
}> | null;
|
|
3507
3507
|
}>;
|
|
3508
|
-
subAgentId:
|
|
3508
|
+
subAgentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3509
3509
|
name: "sub_agent_id";
|
|
3510
3510
|
tableName: "sub_agent_function_tool_relations";
|
|
3511
3511
|
dataType: "string";
|
|
@@ -3524,7 +3524,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3524
3524
|
}, {}, {
|
|
3525
3525
|
length: 256;
|
|
3526
3526
|
}>;
|
|
3527
|
-
agentId:
|
|
3527
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3528
3528
|
name: "agent_id";
|
|
3529
3529
|
tableName: "sub_agent_function_tool_relations";
|
|
3530
3530
|
dataType: "string";
|
|
@@ -3543,7 +3543,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3543
3543
|
}, {}, {
|
|
3544
3544
|
length: 256;
|
|
3545
3545
|
}>;
|
|
3546
|
-
projectId:
|
|
3546
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3547
3547
|
name: "project_id";
|
|
3548
3548
|
tableName: "sub_agent_function_tool_relations";
|
|
3549
3549
|
dataType: "string";
|
|
@@ -3562,7 +3562,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3562
3562
|
}, {}, {
|
|
3563
3563
|
length: 256;
|
|
3564
3564
|
}>;
|
|
3565
|
-
tenantId:
|
|
3565
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3566
3566
|
name: "tenant_id";
|
|
3567
3567
|
tableName: "sub_agent_function_tool_relations";
|
|
3568
3568
|
dataType: "string";
|
|
@@ -3581,7 +3581,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3581
3581
|
}, {}, {
|
|
3582
3582
|
length: 256;
|
|
3583
3583
|
}>;
|
|
3584
|
-
id:
|
|
3584
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
3585
3585
|
name: "id";
|
|
3586
3586
|
tableName: "sub_agent_function_tool_relations";
|
|
3587
3587
|
dataType: "string";
|
|
@@ -3603,11 +3603,11 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1693.PgTableWith
|
|
|
3603
3603
|
};
|
|
3604
3604
|
dialect: "pg";
|
|
3605
3605
|
}>;
|
|
3606
|
-
declare const credentialReferences:
|
|
3606
|
+
declare const credentialReferences: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
3607
3607
|
name: "credential_references";
|
|
3608
3608
|
schema: undefined;
|
|
3609
3609
|
columns: {
|
|
3610
|
-
createdAt:
|
|
3610
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3611
3611
|
name: "created_at";
|
|
3612
3612
|
tableName: "credential_references";
|
|
3613
3613
|
dataType: "string";
|
|
@@ -3624,7 +3624,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3624
3624
|
identity: undefined;
|
|
3625
3625
|
generated: undefined;
|
|
3626
3626
|
}, {}, {}>;
|
|
3627
|
-
updatedAt:
|
|
3627
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3628
3628
|
name: "updated_at";
|
|
3629
3629
|
tableName: "credential_references";
|
|
3630
3630
|
dataType: "string";
|
|
@@ -3641,7 +3641,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3641
3641
|
identity: undefined;
|
|
3642
3642
|
generated: undefined;
|
|
3643
3643
|
}, {}, {}>;
|
|
3644
|
-
name:
|
|
3644
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
3645
3645
|
name: "name";
|
|
3646
3646
|
tableName: "credential_references";
|
|
3647
3647
|
dataType: "string";
|
|
@@ -3660,7 +3660,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3660
3660
|
}, {}, {
|
|
3661
3661
|
length: 256;
|
|
3662
3662
|
}>;
|
|
3663
|
-
type:
|
|
3663
|
+
type: drizzle_orm_pg_core1373.PgColumn<{
|
|
3664
3664
|
name: "type";
|
|
3665
3665
|
tableName: "credential_references";
|
|
3666
3666
|
dataType: "string";
|
|
@@ -3679,7 +3679,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3679
3679
|
}, {}, {
|
|
3680
3680
|
length: 256;
|
|
3681
3681
|
}>;
|
|
3682
|
-
credentialStoreId:
|
|
3682
|
+
credentialStoreId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3683
3683
|
name: "credential_store_id";
|
|
3684
3684
|
tableName: "credential_references";
|
|
3685
3685
|
dataType: "string";
|
|
@@ -3698,7 +3698,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3698
3698
|
}, {}, {
|
|
3699
3699
|
length: 256;
|
|
3700
3700
|
}>;
|
|
3701
|
-
retrievalParams:
|
|
3701
|
+
retrievalParams: drizzle_orm_pg_core1373.PgColumn<{
|
|
3702
3702
|
name: "retrieval_params";
|
|
3703
3703
|
tableName: "credential_references";
|
|
3704
3704
|
dataType: "json";
|
|
@@ -3717,7 +3717,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3717
3717
|
}, {}, {
|
|
3718
3718
|
$type: Record<string, unknown>;
|
|
3719
3719
|
}>;
|
|
3720
|
-
toolId:
|
|
3720
|
+
toolId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3721
3721
|
name: "tool_id";
|
|
3722
3722
|
tableName: "credential_references";
|
|
3723
3723
|
dataType: "string";
|
|
@@ -3736,7 +3736,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3736
3736
|
}, {}, {
|
|
3737
3737
|
length: 256;
|
|
3738
3738
|
}>;
|
|
3739
|
-
userId:
|
|
3739
|
+
userId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3740
3740
|
name: "user_id";
|
|
3741
3741
|
tableName: "credential_references";
|
|
3742
3742
|
dataType: "string";
|
|
@@ -3755,7 +3755,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3755
3755
|
}, {}, {
|
|
3756
3756
|
length: 256;
|
|
3757
3757
|
}>;
|
|
3758
|
-
createdBy:
|
|
3758
|
+
createdBy: drizzle_orm_pg_core1373.PgColumn<{
|
|
3759
3759
|
name: "created_by";
|
|
3760
3760
|
tableName: "credential_references";
|
|
3761
3761
|
dataType: "string";
|
|
@@ -3774,7 +3774,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3774
3774
|
}, {}, {
|
|
3775
3775
|
length: 256;
|
|
3776
3776
|
}>;
|
|
3777
|
-
projectId:
|
|
3777
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3778
3778
|
name: "project_id";
|
|
3779
3779
|
tableName: "credential_references";
|
|
3780
3780
|
dataType: "string";
|
|
@@ -3793,7 +3793,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3793
3793
|
}, {}, {
|
|
3794
3794
|
length: 256;
|
|
3795
3795
|
}>;
|
|
3796
|
-
tenantId:
|
|
3796
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3797
3797
|
name: "tenant_id";
|
|
3798
3798
|
tableName: "credential_references";
|
|
3799
3799
|
dataType: "string";
|
|
@@ -3812,7 +3812,7 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3812
3812
|
}, {}, {
|
|
3813
3813
|
length: 256;
|
|
3814
3814
|
}>;
|
|
3815
|
-
id:
|
|
3815
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
3816
3816
|
name: "id";
|
|
3817
3817
|
tableName: "credential_references";
|
|
3818
3818
|
dataType: "string";
|
|
@@ -3844,11 +3844,11 @@ declare const credentialReferences: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3844
3844
|
*
|
|
3845
3845
|
* Includes: name and timestamps
|
|
3846
3846
|
*/
|
|
3847
|
-
declare const dataset:
|
|
3847
|
+
declare const dataset: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
3848
3848
|
name: "dataset";
|
|
3849
3849
|
schema: undefined;
|
|
3850
3850
|
columns: {
|
|
3851
|
-
createdAt:
|
|
3851
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3852
3852
|
name: "created_at";
|
|
3853
3853
|
tableName: "dataset";
|
|
3854
3854
|
dataType: "string";
|
|
@@ -3865,7 +3865,7 @@ declare const dataset: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3865
3865
|
identity: undefined;
|
|
3866
3866
|
generated: undefined;
|
|
3867
3867
|
}, {}, {}>;
|
|
3868
|
-
updatedAt:
|
|
3868
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3869
3869
|
name: "updated_at";
|
|
3870
3870
|
tableName: "dataset";
|
|
3871
3871
|
dataType: "string";
|
|
@@ -3882,7 +3882,7 @@ declare const dataset: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3882
3882
|
identity: undefined;
|
|
3883
3883
|
generated: undefined;
|
|
3884
3884
|
}, {}, {}>;
|
|
3885
|
-
name:
|
|
3885
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
3886
3886
|
name: "name";
|
|
3887
3887
|
tableName: "dataset";
|
|
3888
3888
|
dataType: "string";
|
|
@@ -3901,7 +3901,7 @@ declare const dataset: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3901
3901
|
}, {}, {
|
|
3902
3902
|
length: 256;
|
|
3903
3903
|
}>;
|
|
3904
|
-
projectId:
|
|
3904
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3905
3905
|
name: "project_id";
|
|
3906
3906
|
tableName: "dataset";
|
|
3907
3907
|
dataType: "string";
|
|
@@ -3920,7 +3920,7 @@ declare const dataset: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3920
3920
|
}, {}, {
|
|
3921
3921
|
length: 256;
|
|
3922
3922
|
}>;
|
|
3923
|
-
tenantId:
|
|
3923
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
3924
3924
|
name: "tenant_id";
|
|
3925
3925
|
tableName: "dataset";
|
|
3926
3926
|
dataType: "string";
|
|
@@ -3939,7 +3939,7 @@ declare const dataset: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3939
3939
|
}, {}, {
|
|
3940
3940
|
length: 256;
|
|
3941
3941
|
}>;
|
|
3942
|
-
id:
|
|
3942
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
3943
3943
|
name: "id";
|
|
3944
3944
|
tableName: "dataset";
|
|
3945
3945
|
dataType: "string";
|
|
@@ -3972,11 +3972,11 @@ declare const dataset: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3972
3972
|
* simulation agent (stopWhen conditions, prompt/modelConfig), and timestamps
|
|
3973
3973
|
* 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
|
|
3974
3974
|
*/
|
|
3975
|
-
declare const datasetItem:
|
|
3975
|
+
declare const datasetItem: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
3976
3976
|
name: "dataset_item";
|
|
3977
3977
|
schema: undefined;
|
|
3978
3978
|
columns: {
|
|
3979
|
-
createdAt:
|
|
3979
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3980
3980
|
name: "created_at";
|
|
3981
3981
|
tableName: "dataset_item";
|
|
3982
3982
|
dataType: "string";
|
|
@@ -3993,7 +3993,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
3993
3993
|
identity: undefined;
|
|
3994
3994
|
generated: undefined;
|
|
3995
3995
|
}, {}, {}>;
|
|
3996
|
-
updatedAt:
|
|
3996
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
3997
3997
|
name: "updated_at";
|
|
3998
3998
|
tableName: "dataset_item";
|
|
3999
3999
|
dataType: "string";
|
|
@@ -4010,7 +4010,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4010
4010
|
identity: undefined;
|
|
4011
4011
|
generated: undefined;
|
|
4012
4012
|
}, {}, {}>;
|
|
4013
|
-
datasetId:
|
|
4013
|
+
datasetId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4014
4014
|
name: "dataset_id";
|
|
4015
4015
|
tableName: "dataset_item";
|
|
4016
4016
|
dataType: "string";
|
|
@@ -4029,7 +4029,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4029
4029
|
}, {}, {
|
|
4030
4030
|
length: 256;
|
|
4031
4031
|
}>;
|
|
4032
|
-
input:
|
|
4032
|
+
input: drizzle_orm_pg_core1373.PgColumn<{
|
|
4033
4033
|
name: "input";
|
|
4034
4034
|
tableName: "dataset_item";
|
|
4035
4035
|
dataType: "json";
|
|
@@ -4048,7 +4048,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4048
4048
|
}, {}, {
|
|
4049
4049
|
$type: DatasetItemInput;
|
|
4050
4050
|
}>;
|
|
4051
|
-
expectedOutput:
|
|
4051
|
+
expectedOutput: drizzle_orm_pg_core1373.PgColumn<{
|
|
4052
4052
|
name: "expected_output";
|
|
4053
4053
|
tableName: "dataset_item";
|
|
4054
4054
|
dataType: "json";
|
|
@@ -4067,7 +4067,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4067
4067
|
}, {}, {
|
|
4068
4068
|
$type: DatasetItemExpectedOutput;
|
|
4069
4069
|
}>;
|
|
4070
|
-
simulationAgent:
|
|
4070
|
+
simulationAgent: drizzle_orm_pg_core1373.PgColumn<{
|
|
4071
4071
|
name: "simulation_agent";
|
|
4072
4072
|
tableName: "dataset_item";
|
|
4073
4073
|
dataType: "json";
|
|
@@ -4106,7 +4106,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4106
4106
|
} | undefined;
|
|
4107
4107
|
};
|
|
4108
4108
|
}>;
|
|
4109
|
-
projectId:
|
|
4109
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4110
4110
|
name: "project_id";
|
|
4111
4111
|
tableName: "dataset_item";
|
|
4112
4112
|
dataType: "string";
|
|
@@ -4125,7 +4125,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4125
4125
|
}, {}, {
|
|
4126
4126
|
length: 256;
|
|
4127
4127
|
}>;
|
|
4128
|
-
tenantId:
|
|
4128
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4129
4129
|
name: "tenant_id";
|
|
4130
4130
|
tableName: "dataset_item";
|
|
4131
4131
|
dataType: "string";
|
|
@@ -4144,7 +4144,7 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4144
4144
|
}, {}, {
|
|
4145
4145
|
length: 256;
|
|
4146
4146
|
}>;
|
|
4147
|
-
id:
|
|
4147
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
4148
4148
|
name: "id";
|
|
4149
4149
|
tableName: "dataset_item";
|
|
4150
4150
|
dataType: "string";
|
|
@@ -4166,11 +4166,11 @@ declare const datasetItem: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4166
4166
|
};
|
|
4167
4167
|
dialect: "pg";
|
|
4168
4168
|
}>;
|
|
4169
|
-
declare const evaluator:
|
|
4169
|
+
declare const evaluator: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
4170
4170
|
name: "evaluator";
|
|
4171
4171
|
schema: undefined;
|
|
4172
4172
|
columns: {
|
|
4173
|
-
createdAt:
|
|
4173
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4174
4174
|
name: "created_at";
|
|
4175
4175
|
tableName: "evaluator";
|
|
4176
4176
|
dataType: "string";
|
|
@@ -4187,7 +4187,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4187
4187
|
identity: undefined;
|
|
4188
4188
|
generated: undefined;
|
|
4189
4189
|
}, {}, {}>;
|
|
4190
|
-
updatedAt:
|
|
4190
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4191
4191
|
name: "updated_at";
|
|
4192
4192
|
tableName: "evaluator";
|
|
4193
4193
|
dataType: "string";
|
|
@@ -4204,7 +4204,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4204
4204
|
identity: undefined;
|
|
4205
4205
|
generated: undefined;
|
|
4206
4206
|
}, {}, {}>;
|
|
4207
|
-
prompt:
|
|
4207
|
+
prompt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4208
4208
|
name: "prompt";
|
|
4209
4209
|
tableName: "evaluator";
|
|
4210
4210
|
dataType: "string";
|
|
@@ -4221,7 +4221,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4221
4221
|
identity: undefined;
|
|
4222
4222
|
generated: undefined;
|
|
4223
4223
|
}, {}, {}>;
|
|
4224
|
-
schema:
|
|
4224
|
+
schema: drizzle_orm_pg_core1373.PgColumn<{
|
|
4225
4225
|
name: "schema";
|
|
4226
4226
|
tableName: "evaluator";
|
|
4227
4227
|
dataType: "json";
|
|
@@ -4240,7 +4240,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4240
4240
|
}, {}, {
|
|
4241
4241
|
$type: Record<string, unknown>;
|
|
4242
4242
|
}>;
|
|
4243
|
-
model:
|
|
4243
|
+
model: drizzle_orm_pg_core1373.PgColumn<{
|
|
4244
4244
|
name: "model";
|
|
4245
4245
|
tableName: "evaluator";
|
|
4246
4246
|
dataType: "json";
|
|
@@ -4265,7 +4265,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4265
4265
|
providerOptions?: Record<string, any> | undefined;
|
|
4266
4266
|
};
|
|
4267
4267
|
}>;
|
|
4268
|
-
passCriteria:
|
|
4268
|
+
passCriteria: drizzle_orm_pg_core1373.PgColumn<{
|
|
4269
4269
|
name: "pass_criteria";
|
|
4270
4270
|
tableName: "evaluator";
|
|
4271
4271
|
dataType: "json";
|
|
@@ -4284,7 +4284,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4284
4284
|
}, {}, {
|
|
4285
4285
|
$type: PassCriteria;
|
|
4286
4286
|
}>;
|
|
4287
|
-
name:
|
|
4287
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
4288
4288
|
name: "name";
|
|
4289
4289
|
tableName: "evaluator";
|
|
4290
4290
|
dataType: "string";
|
|
@@ -4303,7 +4303,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4303
4303
|
}, {}, {
|
|
4304
4304
|
length: 256;
|
|
4305
4305
|
}>;
|
|
4306
|
-
description:
|
|
4306
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
4307
4307
|
name: "description";
|
|
4308
4308
|
tableName: "evaluator";
|
|
4309
4309
|
dataType: "string";
|
|
@@ -4320,7 +4320,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4320
4320
|
identity: undefined;
|
|
4321
4321
|
generated: undefined;
|
|
4322
4322
|
}, {}, {}>;
|
|
4323
|
-
projectId:
|
|
4323
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4324
4324
|
name: "project_id";
|
|
4325
4325
|
tableName: "evaluator";
|
|
4326
4326
|
dataType: "string";
|
|
@@ -4339,7 +4339,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4339
4339
|
}, {}, {
|
|
4340
4340
|
length: 256;
|
|
4341
4341
|
}>;
|
|
4342
|
-
tenantId:
|
|
4342
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4343
4343
|
name: "tenant_id";
|
|
4344
4344
|
tableName: "evaluator";
|
|
4345
4345
|
dataType: "string";
|
|
@@ -4358,7 +4358,7 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4358
4358
|
}, {}, {
|
|
4359
4359
|
length: 256;
|
|
4360
4360
|
}>;
|
|
4361
|
-
id:
|
|
4361
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
4362
4362
|
name: "id";
|
|
4363
4363
|
tableName: "evaluator";
|
|
4364
4364
|
dataType: "string";
|
|
@@ -4380,11 +4380,11 @@ declare const evaluator: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4380
4380
|
};
|
|
4381
4381
|
dialect: "pg";
|
|
4382
4382
|
}>;
|
|
4383
|
-
declare const datasetRunConfig:
|
|
4383
|
+
declare const datasetRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
4384
4384
|
name: "dataset_run_config";
|
|
4385
4385
|
schema: undefined;
|
|
4386
4386
|
columns: {
|
|
4387
|
-
createdAt:
|
|
4387
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4388
4388
|
name: "created_at";
|
|
4389
4389
|
tableName: "dataset_run_config";
|
|
4390
4390
|
dataType: "string";
|
|
@@ -4401,7 +4401,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4401
4401
|
identity: undefined;
|
|
4402
4402
|
generated: undefined;
|
|
4403
4403
|
}, {}, {}>;
|
|
4404
|
-
updatedAt:
|
|
4404
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4405
4405
|
name: "updated_at";
|
|
4406
4406
|
tableName: "dataset_run_config";
|
|
4407
4407
|
dataType: "string";
|
|
@@ -4418,7 +4418,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4418
4418
|
identity: undefined;
|
|
4419
4419
|
generated: undefined;
|
|
4420
4420
|
}, {}, {}>;
|
|
4421
|
-
datasetId:
|
|
4421
|
+
datasetId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4422
4422
|
name: "dataset_id";
|
|
4423
4423
|
tableName: "dataset_run_config";
|
|
4424
4424
|
dataType: "string";
|
|
@@ -4437,7 +4437,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4437
4437
|
}, {}, {
|
|
4438
4438
|
length: 256;
|
|
4439
4439
|
}>;
|
|
4440
|
-
name:
|
|
4440
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
4441
4441
|
name: "name";
|
|
4442
4442
|
tableName: "dataset_run_config";
|
|
4443
4443
|
dataType: "string";
|
|
@@ -4456,7 +4456,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4456
4456
|
}, {}, {
|
|
4457
4457
|
length: 256;
|
|
4458
4458
|
}>;
|
|
4459
|
-
description:
|
|
4459
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
4460
4460
|
name: "description";
|
|
4461
4461
|
tableName: "dataset_run_config";
|
|
4462
4462
|
dataType: "string";
|
|
@@ -4473,7 +4473,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4473
4473
|
identity: undefined;
|
|
4474
4474
|
generated: undefined;
|
|
4475
4475
|
}, {}, {}>;
|
|
4476
|
-
projectId:
|
|
4476
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4477
4477
|
name: "project_id";
|
|
4478
4478
|
tableName: "dataset_run_config";
|
|
4479
4479
|
dataType: "string";
|
|
@@ -4492,7 +4492,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4492
4492
|
}, {}, {
|
|
4493
4493
|
length: 256;
|
|
4494
4494
|
}>;
|
|
4495
|
-
tenantId:
|
|
4495
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4496
4496
|
name: "tenant_id";
|
|
4497
4497
|
tableName: "dataset_run_config";
|
|
4498
4498
|
dataType: "string";
|
|
@@ -4511,7 +4511,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4511
4511
|
}, {}, {
|
|
4512
4512
|
length: 256;
|
|
4513
4513
|
}>;
|
|
4514
|
-
id:
|
|
4514
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
4515
4515
|
name: "id";
|
|
4516
4516
|
tableName: "dataset_run_config";
|
|
4517
4517
|
dataType: "string";
|
|
@@ -4548,11 +4548,11 @@ declare const datasetRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
4548
4548
|
* Includes: name, description, filters (JSONB for evaluation criteria),
|
|
4549
4549
|
* sampleRate for sampling, and timestamps
|
|
4550
4550
|
*/
|
|
4551
|
-
declare const evaluationSuiteConfig:
|
|
4551
|
+
declare const evaluationSuiteConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
4552
4552
|
name: "evaluation_suite_config";
|
|
4553
4553
|
schema: undefined;
|
|
4554
4554
|
columns: {
|
|
4555
|
-
createdAt:
|
|
4555
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4556
4556
|
name: "created_at";
|
|
4557
4557
|
tableName: "evaluation_suite_config";
|
|
4558
4558
|
dataType: "string";
|
|
@@ -4569,7 +4569,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4569
4569
|
identity: undefined;
|
|
4570
4570
|
generated: undefined;
|
|
4571
4571
|
}, {}, {}>;
|
|
4572
|
-
updatedAt:
|
|
4572
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4573
4573
|
name: "updated_at";
|
|
4574
4574
|
tableName: "evaluation_suite_config";
|
|
4575
4575
|
dataType: "string";
|
|
@@ -4586,7 +4586,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4586
4586
|
identity: undefined;
|
|
4587
4587
|
generated: undefined;
|
|
4588
4588
|
}, {}, {}>;
|
|
4589
|
-
filters:
|
|
4589
|
+
filters: drizzle_orm_pg_core1373.PgColumn<{
|
|
4590
4590
|
name: "filters";
|
|
4591
4591
|
tableName: "evaluation_suite_config";
|
|
4592
4592
|
dataType: "json";
|
|
@@ -4605,7 +4605,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4605
4605
|
}, {}, {
|
|
4606
4606
|
$type: Filter<EvaluationSuiteFilterCriteria>;
|
|
4607
4607
|
}>;
|
|
4608
|
-
sampleRate:
|
|
4608
|
+
sampleRate: drizzle_orm_pg_core1373.PgColumn<{
|
|
4609
4609
|
name: "sample_rate";
|
|
4610
4610
|
tableName: "evaluation_suite_config";
|
|
4611
4611
|
dataType: "number";
|
|
@@ -4622,7 +4622,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4622
4622
|
identity: undefined;
|
|
4623
4623
|
generated: undefined;
|
|
4624
4624
|
}, {}, {}>;
|
|
4625
|
-
projectId:
|
|
4625
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4626
4626
|
name: "project_id";
|
|
4627
4627
|
tableName: "evaluation_suite_config";
|
|
4628
4628
|
dataType: "string";
|
|
@@ -4641,7 +4641,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4641
4641
|
}, {}, {
|
|
4642
4642
|
length: 256;
|
|
4643
4643
|
}>;
|
|
4644
|
-
tenantId:
|
|
4644
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4645
4645
|
name: "tenant_id";
|
|
4646
4646
|
tableName: "evaluation_suite_config";
|
|
4647
4647
|
dataType: "string";
|
|
@@ -4660,7 +4660,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4660
4660
|
}, {}, {
|
|
4661
4661
|
length: 256;
|
|
4662
4662
|
}>;
|
|
4663
|
-
id:
|
|
4663
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
4664
4664
|
name: "id";
|
|
4665
4665
|
tableName: "evaluation_suite_config";
|
|
4666
4666
|
dataType: "string";
|
|
@@ -4689,11 +4689,11 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1693.PgTableWithColumns<
|
|
|
4689
4689
|
*
|
|
4690
4690
|
* Includes: evaluationSuiteConfigId, evaluatorId, and timestamps
|
|
4691
4691
|
*/
|
|
4692
|
-
declare const evaluationSuiteConfigEvaluatorRelations:
|
|
4692
|
+
declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
4693
4693
|
name: "evaluation_suite_config_evaluator_relations";
|
|
4694
4694
|
schema: undefined;
|
|
4695
4695
|
columns: {
|
|
4696
|
-
createdAt:
|
|
4696
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4697
4697
|
name: "created_at";
|
|
4698
4698
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4699
4699
|
dataType: "string";
|
|
@@ -4710,7 +4710,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4710
4710
|
identity: undefined;
|
|
4711
4711
|
generated: undefined;
|
|
4712
4712
|
}, {}, {}>;
|
|
4713
|
-
updatedAt:
|
|
4713
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4714
4714
|
name: "updated_at";
|
|
4715
4715
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4716
4716
|
dataType: "string";
|
|
@@ -4727,7 +4727,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4727
4727
|
identity: undefined;
|
|
4728
4728
|
generated: undefined;
|
|
4729
4729
|
}, {}, {}>;
|
|
4730
|
-
evaluationSuiteConfigId:
|
|
4730
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4731
4731
|
name: "evaluation_suite_config_id";
|
|
4732
4732
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4733
4733
|
dataType: "string";
|
|
@@ -4746,7 +4746,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4746
4746
|
}, {}, {
|
|
4747
4747
|
length: 256;
|
|
4748
4748
|
}>;
|
|
4749
|
-
evaluatorId:
|
|
4749
|
+
evaluatorId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4750
4750
|
name: "evaluator_id";
|
|
4751
4751
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4752
4752
|
dataType: "string";
|
|
@@ -4765,7 +4765,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4765
4765
|
}, {}, {
|
|
4766
4766
|
length: 256;
|
|
4767
4767
|
}>;
|
|
4768
|
-
projectId:
|
|
4768
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4769
4769
|
name: "project_id";
|
|
4770
4770
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4771
4771
|
dataType: "string";
|
|
@@ -4784,7 +4784,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4784
4784
|
}, {}, {
|
|
4785
4785
|
length: 256;
|
|
4786
4786
|
}>;
|
|
4787
|
-
tenantId:
|
|
4787
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4788
4788
|
name: "tenant_id";
|
|
4789
4789
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4790
4790
|
dataType: "string";
|
|
@@ -4803,7 +4803,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4803
4803
|
}, {}, {
|
|
4804
4804
|
length: 256;
|
|
4805
4805
|
}>;
|
|
4806
|
-
id:
|
|
4806
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
4807
4807
|
name: "id";
|
|
4808
4808
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
4809
4809
|
dataType: "string";
|
|
@@ -4832,11 +4832,11 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1693.P
|
|
|
4832
4832
|
*
|
|
4833
4833
|
* Includes: evaluationRunConfigId, evaluationSuiteConfigId, and timestamps
|
|
4834
4834
|
*/
|
|
4835
|
-
declare const evaluationRunConfigEvaluationSuiteConfigRelations:
|
|
4835
|
+
declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
4836
4836
|
name: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4837
4837
|
schema: undefined;
|
|
4838
4838
|
columns: {
|
|
4839
|
-
createdAt:
|
|
4839
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4840
4840
|
name: "created_at";
|
|
4841
4841
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4842
4842
|
dataType: "string";
|
|
@@ -4853,7 +4853,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4853
4853
|
identity: undefined;
|
|
4854
4854
|
generated: undefined;
|
|
4855
4855
|
}, {}, {}>;
|
|
4856
|
-
updatedAt:
|
|
4856
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4857
4857
|
name: "updated_at";
|
|
4858
4858
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4859
4859
|
dataType: "string";
|
|
@@ -4870,7 +4870,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4870
4870
|
identity: undefined;
|
|
4871
4871
|
generated: undefined;
|
|
4872
4872
|
}, {}, {}>;
|
|
4873
|
-
evaluationRunConfigId:
|
|
4873
|
+
evaluationRunConfigId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4874
4874
|
name: "evaluation_run_config_id";
|
|
4875
4875
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4876
4876
|
dataType: "string";
|
|
@@ -4889,7 +4889,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4889
4889
|
}, {}, {
|
|
4890
4890
|
length: 256;
|
|
4891
4891
|
}>;
|
|
4892
|
-
evaluationSuiteConfigId:
|
|
4892
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4893
4893
|
name: "evaluation_suite_config_id";
|
|
4894
4894
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4895
4895
|
dataType: "string";
|
|
@@ -4908,7 +4908,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4908
4908
|
}, {}, {
|
|
4909
4909
|
length: 256;
|
|
4910
4910
|
}>;
|
|
4911
|
-
projectId:
|
|
4911
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4912
4912
|
name: "project_id";
|
|
4913
4913
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4914
4914
|
dataType: "string";
|
|
@@ -4927,7 +4927,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4927
4927
|
}, {}, {
|
|
4928
4928
|
length: 256;
|
|
4929
4929
|
}>;
|
|
4930
|
-
tenantId:
|
|
4930
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
4931
4931
|
name: "tenant_id";
|
|
4932
4932
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4933
4933
|
dataType: "string";
|
|
@@ -4946,7 +4946,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4946
4946
|
}, {}, {
|
|
4947
4947
|
length: 256;
|
|
4948
4948
|
}>;
|
|
4949
|
-
id:
|
|
4949
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
4950
4950
|
name: "id";
|
|
4951
4951
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
4952
4952
|
dataType: "string";
|
|
@@ -4981,11 +4981,11 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
4981
4981
|
*
|
|
4982
4982
|
* one to many relationship with evaluationRun
|
|
4983
4983
|
*/
|
|
4984
|
-
declare const evaluationRunConfig:
|
|
4984
|
+
declare const evaluationRunConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
4985
4985
|
name: "evaluation_run_config";
|
|
4986
4986
|
schema: undefined;
|
|
4987
4987
|
columns: {
|
|
4988
|
-
createdAt:
|
|
4988
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
4989
4989
|
name: "created_at";
|
|
4990
4990
|
tableName: "evaluation_run_config";
|
|
4991
4991
|
dataType: "string";
|
|
@@ -5002,7 +5002,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5002
5002
|
identity: undefined;
|
|
5003
5003
|
generated: undefined;
|
|
5004
5004
|
}, {}, {}>;
|
|
5005
|
-
updatedAt:
|
|
5005
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5006
5006
|
name: "updated_at";
|
|
5007
5007
|
tableName: "evaluation_run_config";
|
|
5008
5008
|
dataType: "string";
|
|
@@ -5019,7 +5019,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5019
5019
|
identity: undefined;
|
|
5020
5020
|
generated: undefined;
|
|
5021
5021
|
}, {}, {}>;
|
|
5022
|
-
isActive:
|
|
5022
|
+
isActive: drizzle_orm_pg_core1373.PgColumn<{
|
|
5023
5023
|
name: "is_active";
|
|
5024
5024
|
tableName: "evaluation_run_config";
|
|
5025
5025
|
dataType: "boolean";
|
|
@@ -5036,7 +5036,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5036
5036
|
identity: undefined;
|
|
5037
5037
|
generated: undefined;
|
|
5038
5038
|
}, {}, {}>;
|
|
5039
|
-
name:
|
|
5039
|
+
name: drizzle_orm_pg_core1373.PgColumn<{
|
|
5040
5040
|
name: "name";
|
|
5041
5041
|
tableName: "evaluation_run_config";
|
|
5042
5042
|
dataType: "string";
|
|
@@ -5055,7 +5055,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5055
5055
|
}, {}, {
|
|
5056
5056
|
length: 256;
|
|
5057
5057
|
}>;
|
|
5058
|
-
description:
|
|
5058
|
+
description: drizzle_orm_pg_core1373.PgColumn<{
|
|
5059
5059
|
name: "description";
|
|
5060
5060
|
tableName: "evaluation_run_config";
|
|
5061
5061
|
dataType: "string";
|
|
@@ -5072,7 +5072,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5072
5072
|
identity: undefined;
|
|
5073
5073
|
generated: undefined;
|
|
5074
5074
|
}, {}, {}>;
|
|
5075
|
-
projectId:
|
|
5075
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5076
5076
|
name: "project_id";
|
|
5077
5077
|
tableName: "evaluation_run_config";
|
|
5078
5078
|
dataType: "string";
|
|
@@ -5091,7 +5091,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5091
5091
|
}, {}, {
|
|
5092
5092
|
length: 256;
|
|
5093
5093
|
}>;
|
|
5094
|
-
tenantId:
|
|
5094
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5095
5095
|
name: "tenant_id";
|
|
5096
5096
|
tableName: "evaluation_run_config";
|
|
5097
5097
|
dataType: "string";
|
|
@@ -5110,7 +5110,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5110
5110
|
}, {}, {
|
|
5111
5111
|
length: 256;
|
|
5112
5112
|
}>;
|
|
5113
|
-
id:
|
|
5113
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
5114
5114
|
name: "id";
|
|
5115
5115
|
tableName: "evaluation_run_config";
|
|
5116
5116
|
dataType: "string";
|
|
@@ -5146,11 +5146,11 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5146
5146
|
* Includes: jobFilters (specific filters for this job execution: datasetRunIds, conversationIds,
|
|
5147
5147
|
* dateRange with absolute dates), and timestamps
|
|
5148
5148
|
*/
|
|
5149
|
-
declare const evaluationJobConfig:
|
|
5149
|
+
declare const evaluationJobConfig: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
5150
5150
|
name: "evaluation_job_config";
|
|
5151
5151
|
schema: undefined;
|
|
5152
5152
|
columns: {
|
|
5153
|
-
createdAt:
|
|
5153
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5154
5154
|
name: "created_at";
|
|
5155
5155
|
tableName: "evaluation_job_config";
|
|
5156
5156
|
dataType: "string";
|
|
@@ -5167,7 +5167,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5167
5167
|
identity: undefined;
|
|
5168
5168
|
generated: undefined;
|
|
5169
5169
|
}, {}, {}>;
|
|
5170
|
-
updatedAt:
|
|
5170
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5171
5171
|
name: "updated_at";
|
|
5172
5172
|
tableName: "evaluation_job_config";
|
|
5173
5173
|
dataType: "string";
|
|
@@ -5184,7 +5184,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5184
5184
|
identity: undefined;
|
|
5185
5185
|
generated: undefined;
|
|
5186
5186
|
}, {}, {}>;
|
|
5187
|
-
jobFilters:
|
|
5187
|
+
jobFilters: drizzle_orm_pg_core1373.PgColumn<{
|
|
5188
5188
|
name: "job_filters";
|
|
5189
5189
|
tableName: "evaluation_job_config";
|
|
5190
5190
|
dataType: "json";
|
|
@@ -5217,7 +5217,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5217
5217
|
} | undefined;
|
|
5218
5218
|
}>;
|
|
5219
5219
|
}>;
|
|
5220
|
-
projectId:
|
|
5220
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5221
5221
|
name: "project_id";
|
|
5222
5222
|
tableName: "evaluation_job_config";
|
|
5223
5223
|
dataType: "string";
|
|
@@ -5236,7 +5236,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5236
5236
|
}, {}, {
|
|
5237
5237
|
length: 256;
|
|
5238
5238
|
}>;
|
|
5239
|
-
tenantId:
|
|
5239
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5240
5240
|
name: "tenant_id";
|
|
5241
5241
|
tableName: "evaluation_job_config";
|
|
5242
5242
|
dataType: "string";
|
|
@@ -5255,7 +5255,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5255
5255
|
}, {}, {
|
|
5256
5256
|
length: 256;
|
|
5257
5257
|
}>;
|
|
5258
|
-
id:
|
|
5258
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
5259
5259
|
name: "id";
|
|
5260
5260
|
tableName: "evaluation_job_config";
|
|
5261
5261
|
dataType: "string";
|
|
@@ -5284,11 +5284,11 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1693.PgTableWithColumns<{
|
|
|
5284
5284
|
*
|
|
5285
5285
|
* Includes: evaluationJobConfigId, evaluatorId, and timestamps
|
|
5286
5286
|
*/
|
|
5287
|
-
declare const evaluationJobConfigEvaluatorRelations:
|
|
5287
|
+
declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
5288
5288
|
name: "evaluation_job_config_evaluator_relations";
|
|
5289
5289
|
schema: undefined;
|
|
5290
5290
|
columns: {
|
|
5291
|
-
createdAt:
|
|
5291
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5292
5292
|
name: "created_at";
|
|
5293
5293
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5294
5294
|
dataType: "string";
|
|
@@ -5305,7 +5305,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5305
5305
|
identity: undefined;
|
|
5306
5306
|
generated: undefined;
|
|
5307
5307
|
}, {}, {}>;
|
|
5308
|
-
updatedAt:
|
|
5308
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5309
5309
|
name: "updated_at";
|
|
5310
5310
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5311
5311
|
dataType: "string";
|
|
@@ -5322,7 +5322,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5322
5322
|
identity: undefined;
|
|
5323
5323
|
generated: undefined;
|
|
5324
5324
|
}, {}, {}>;
|
|
5325
|
-
evaluationJobConfigId:
|
|
5325
|
+
evaluationJobConfigId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5326
5326
|
name: "evaluation_job_config_id";
|
|
5327
5327
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5328
5328
|
dataType: "string";
|
|
@@ -5341,7 +5341,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5341
5341
|
}, {}, {
|
|
5342
5342
|
length: 256;
|
|
5343
5343
|
}>;
|
|
5344
|
-
evaluatorId:
|
|
5344
|
+
evaluatorId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5345
5345
|
name: "evaluator_id";
|
|
5346
5346
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5347
5347
|
dataType: "string";
|
|
@@ -5360,7 +5360,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5360
5360
|
}, {}, {
|
|
5361
5361
|
length: 256;
|
|
5362
5362
|
}>;
|
|
5363
|
-
projectId:
|
|
5363
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5364
5364
|
name: "project_id";
|
|
5365
5365
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5366
5366
|
dataType: "string";
|
|
@@ -5379,7 +5379,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5379
5379
|
}, {}, {
|
|
5380
5380
|
length: 256;
|
|
5381
5381
|
}>;
|
|
5382
|
-
tenantId:
|
|
5382
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5383
5383
|
name: "tenant_id";
|
|
5384
5384
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5385
5385
|
dataType: "string";
|
|
@@ -5398,7 +5398,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5398
5398
|
}, {}, {
|
|
5399
5399
|
length: 256;
|
|
5400
5400
|
}>;
|
|
5401
|
-
id:
|
|
5401
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
5402
5402
|
name: "id";
|
|
5403
5403
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5404
5404
|
dataType: "string";
|
|
@@ -5420,98 +5420,98 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1693.PgT
|
|
|
5420
5420
|
};
|
|
5421
5421
|
dialect: "pg";
|
|
5422
5422
|
}>;
|
|
5423
|
-
declare const projectsRelations:
|
|
5424
|
-
subAgents:
|
|
5425
|
-
agents:
|
|
5426
|
-
tools:
|
|
5427
|
-
functions:
|
|
5428
|
-
contextConfigs:
|
|
5429
|
-
externalAgents:
|
|
5430
|
-
dataComponents:
|
|
5431
|
-
artifactComponents:
|
|
5432
|
-
credentialReferences:
|
|
5423
|
+
declare const projectsRelations: drizzle_orm20.Relations<"projects", {
|
|
5424
|
+
subAgents: drizzle_orm20.Many<"sub_agents">;
|
|
5425
|
+
agents: drizzle_orm20.Many<"agent">;
|
|
5426
|
+
tools: drizzle_orm20.Many<"tools">;
|
|
5427
|
+
functions: drizzle_orm20.Many<"functions">;
|
|
5428
|
+
contextConfigs: drizzle_orm20.Many<"context_configs">;
|
|
5429
|
+
externalAgents: drizzle_orm20.Many<"external_agents">;
|
|
5430
|
+
dataComponents: drizzle_orm20.Many<"data_components">;
|
|
5431
|
+
artifactComponents: drizzle_orm20.Many<"artifact_components">;
|
|
5432
|
+
credentialReferences: drizzle_orm20.Many<"credential_references">;
|
|
5433
5433
|
}>;
|
|
5434
|
-
declare const contextConfigsRelations:
|
|
5435
|
-
project:
|
|
5436
|
-
agents:
|
|
5434
|
+
declare const contextConfigsRelations: drizzle_orm20.Relations<"context_configs", {
|
|
5435
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5436
|
+
agents: drizzle_orm20.Many<"agent">;
|
|
5437
5437
|
}>;
|
|
5438
|
-
declare const subAgentsRelations:
|
|
5439
|
-
project:
|
|
5440
|
-
defaultForAgents:
|
|
5441
|
-
sourceRelations:
|
|
5442
|
-
targetRelations:
|
|
5443
|
-
toolRelations:
|
|
5444
|
-
functionToolRelations:
|
|
5445
|
-
dataComponentRelations:
|
|
5446
|
-
artifactComponentRelations:
|
|
5438
|
+
declare const subAgentsRelations: drizzle_orm20.Relations<"sub_agents", {
|
|
5439
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5440
|
+
defaultForAgents: drizzle_orm20.Many<"agent">;
|
|
5441
|
+
sourceRelations: drizzle_orm20.Many<"sub_agent_relations">;
|
|
5442
|
+
targetRelations: drizzle_orm20.Many<"sub_agent_relations">;
|
|
5443
|
+
toolRelations: drizzle_orm20.Many<"sub_agent_tool_relations">;
|
|
5444
|
+
functionToolRelations: drizzle_orm20.Many<"sub_agent_function_tool_relations">;
|
|
5445
|
+
dataComponentRelations: drizzle_orm20.Many<"sub_agent_data_components">;
|
|
5446
|
+
artifactComponentRelations: drizzle_orm20.Many<"sub_agent_artifact_components">;
|
|
5447
5447
|
}>;
|
|
5448
|
-
declare const agentRelations:
|
|
5449
|
-
project:
|
|
5450
|
-
defaultSubAgent:
|
|
5451
|
-
contextConfig:
|
|
5452
|
-
functionTools:
|
|
5448
|
+
declare const agentRelations: drizzle_orm20.Relations<"agent", {
|
|
5449
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5450
|
+
defaultSubAgent: drizzle_orm20.One<"sub_agents", false>;
|
|
5451
|
+
contextConfig: drizzle_orm20.One<"context_configs", false>;
|
|
5452
|
+
functionTools: drizzle_orm20.Many<"function_tools">;
|
|
5453
5453
|
}>;
|
|
5454
|
-
declare const externalAgentsRelations:
|
|
5455
|
-
project:
|
|
5456
|
-
subAgentExternalAgentRelations:
|
|
5457
|
-
credentialReference:
|
|
5454
|
+
declare const externalAgentsRelations: drizzle_orm20.Relations<"external_agents", {
|
|
5455
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5456
|
+
subAgentExternalAgentRelations: drizzle_orm20.Many<"sub_agent_external_agent_relations">;
|
|
5457
|
+
credentialReference: drizzle_orm20.One<"credential_references", false>;
|
|
5458
5458
|
}>;
|
|
5459
|
-
declare const agentToolRelationsRelations:
|
|
5460
|
-
subAgent:
|
|
5461
|
-
tool:
|
|
5459
|
+
declare const agentToolRelationsRelations: drizzle_orm20.Relations<"sub_agent_tool_relations", {
|
|
5460
|
+
subAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5461
|
+
tool: drizzle_orm20.One<"tools", true>;
|
|
5462
5462
|
}>;
|
|
5463
|
-
declare const credentialReferencesRelations:
|
|
5464
|
-
project:
|
|
5465
|
-
tools:
|
|
5466
|
-
externalAgents:
|
|
5463
|
+
declare const credentialReferencesRelations: drizzle_orm20.Relations<"credential_references", {
|
|
5464
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5465
|
+
tools: drizzle_orm20.Many<"tools">;
|
|
5466
|
+
externalAgents: drizzle_orm20.Many<"external_agents">;
|
|
5467
5467
|
}>;
|
|
5468
|
-
declare const toolsRelations:
|
|
5469
|
-
project:
|
|
5470
|
-
subAgentRelations:
|
|
5471
|
-
credentialReference:
|
|
5468
|
+
declare const toolsRelations: drizzle_orm20.Relations<"tools", {
|
|
5469
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5470
|
+
subAgentRelations: drizzle_orm20.Many<"sub_agent_tool_relations">;
|
|
5471
|
+
credentialReference: drizzle_orm20.One<"credential_references", false>;
|
|
5472
5472
|
}>;
|
|
5473
|
-
declare const artifactComponentsRelations:
|
|
5474
|
-
project:
|
|
5475
|
-
subAgentRelations:
|
|
5473
|
+
declare const artifactComponentsRelations: drizzle_orm20.Relations<"artifact_components", {
|
|
5474
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5475
|
+
subAgentRelations: drizzle_orm20.Many<"sub_agent_artifact_components">;
|
|
5476
5476
|
}>;
|
|
5477
|
-
declare const subAgentArtifactComponentsRelations:
|
|
5478
|
-
subAgent:
|
|
5479
|
-
artifactComponent:
|
|
5477
|
+
declare const subAgentArtifactComponentsRelations: drizzle_orm20.Relations<"sub_agent_artifact_components", {
|
|
5478
|
+
subAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5479
|
+
artifactComponent: drizzle_orm20.One<"artifact_components", true>;
|
|
5480
5480
|
}>;
|
|
5481
|
-
declare const dataComponentsRelations:
|
|
5482
|
-
project:
|
|
5483
|
-
subAgentRelations:
|
|
5481
|
+
declare const dataComponentsRelations: drizzle_orm20.Relations<"data_components", {
|
|
5482
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5483
|
+
subAgentRelations: drizzle_orm20.Many<"sub_agent_data_components">;
|
|
5484
5484
|
}>;
|
|
5485
|
-
declare const subAgentDataComponentsRelations:
|
|
5486
|
-
subAgent:
|
|
5487
|
-
dataComponent:
|
|
5485
|
+
declare const subAgentDataComponentsRelations: drizzle_orm20.Relations<"sub_agent_data_components", {
|
|
5486
|
+
subAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5487
|
+
dataComponent: drizzle_orm20.One<"data_components", true>;
|
|
5488
5488
|
}>;
|
|
5489
|
-
declare const functionsRelations:
|
|
5490
|
-
functionTools:
|
|
5491
|
-
project:
|
|
5489
|
+
declare const functionsRelations: drizzle_orm20.Relations<"functions", {
|
|
5490
|
+
functionTools: drizzle_orm20.Many<"function_tools">;
|
|
5491
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5492
5492
|
}>;
|
|
5493
|
-
declare const subAgentRelationsRelations:
|
|
5494
|
-
agent:
|
|
5495
|
-
sourceSubAgent:
|
|
5496
|
-
targetSubAgent:
|
|
5493
|
+
declare const subAgentRelationsRelations: drizzle_orm20.Relations<"sub_agent_relations", {
|
|
5494
|
+
agent: drizzle_orm20.One<"agent", true>;
|
|
5495
|
+
sourceSubAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5496
|
+
targetSubAgent: drizzle_orm20.One<"sub_agents", false>;
|
|
5497
5497
|
}>;
|
|
5498
|
-
declare const functionToolsRelations:
|
|
5499
|
-
project:
|
|
5500
|
-
agent:
|
|
5501
|
-
function:
|
|
5502
|
-
subAgentRelations:
|
|
5498
|
+
declare const functionToolsRelations: drizzle_orm20.Relations<"function_tools", {
|
|
5499
|
+
project: drizzle_orm20.One<"projects", true>;
|
|
5500
|
+
agent: drizzle_orm20.One<"agent", true>;
|
|
5501
|
+
function: drizzle_orm20.One<"functions", true>;
|
|
5502
|
+
subAgentRelations: drizzle_orm20.Many<"sub_agent_function_tool_relations">;
|
|
5503
5503
|
}>;
|
|
5504
|
-
declare const subAgentFunctionToolRelationsRelations:
|
|
5505
|
-
subAgent:
|
|
5506
|
-
functionTool:
|
|
5504
|
+
declare const subAgentFunctionToolRelationsRelations: drizzle_orm20.Relations<"sub_agent_function_tool_relations", {
|
|
5505
|
+
subAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5506
|
+
functionTool: drizzle_orm20.One<"function_tools", true>;
|
|
5507
5507
|
}>;
|
|
5508
|
-
declare const subAgentExternalAgentRelationsRelations:
|
|
5509
|
-
subAgent:
|
|
5510
|
-
externalAgent:
|
|
5508
|
+
declare const subAgentExternalAgentRelationsRelations: drizzle_orm20.Relations<"sub_agent_external_agent_relations", {
|
|
5509
|
+
subAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5510
|
+
externalAgent: drizzle_orm20.One<"external_agents", true>;
|
|
5511
5511
|
}>;
|
|
5512
|
-
declare const subAgentTeamAgentRelationsRelations:
|
|
5513
|
-
subAgent:
|
|
5514
|
-
targetAgent:
|
|
5512
|
+
declare const subAgentTeamAgentRelationsRelations: drizzle_orm20.Relations<"sub_agent_team_agent_relations", {
|
|
5513
|
+
subAgent: drizzle_orm20.One<"sub_agents", true>;
|
|
5514
|
+
targetAgent: drizzle_orm20.One<"agent", true>;
|
|
5515
5515
|
}>;
|
|
5516
5516
|
/**
|
|
5517
5517
|
* Links agents to dataset run configs. Many-to-many relationship that
|
|
@@ -5520,11 +5520,11 @@ declare const subAgentTeamAgentRelationsRelations: drizzle_orm47.Relations<"sub_
|
|
|
5520
5520
|
*
|
|
5521
5521
|
* Includes: datasetRunConfigId, agentId, and timestamps
|
|
5522
5522
|
*/
|
|
5523
|
-
declare const datasetRunConfigAgentRelations:
|
|
5523
|
+
declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1373.PgTableWithColumns<{
|
|
5524
5524
|
name: "dataset_run_config_agent_relations";
|
|
5525
5525
|
schema: undefined;
|
|
5526
5526
|
columns: {
|
|
5527
|
-
createdAt:
|
|
5527
|
+
createdAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5528
5528
|
name: "created_at";
|
|
5529
5529
|
tableName: "dataset_run_config_agent_relations";
|
|
5530
5530
|
dataType: "string";
|
|
@@ -5541,7 +5541,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
5541
5541
|
identity: undefined;
|
|
5542
5542
|
generated: undefined;
|
|
5543
5543
|
}, {}, {}>;
|
|
5544
|
-
updatedAt:
|
|
5544
|
+
updatedAt: drizzle_orm_pg_core1373.PgColumn<{
|
|
5545
5545
|
name: "updated_at";
|
|
5546
5546
|
tableName: "dataset_run_config_agent_relations";
|
|
5547
5547
|
dataType: "string";
|
|
@@ -5558,7 +5558,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
5558
5558
|
identity: undefined;
|
|
5559
5559
|
generated: undefined;
|
|
5560
5560
|
}, {}, {}>;
|
|
5561
|
-
datasetRunConfigId:
|
|
5561
|
+
datasetRunConfigId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5562
5562
|
name: "dataset_run_config_id";
|
|
5563
5563
|
tableName: "dataset_run_config_agent_relations";
|
|
5564
5564
|
dataType: "string";
|
|
@@ -5577,7 +5577,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
5577
5577
|
}, {}, {
|
|
5578
5578
|
length: 256;
|
|
5579
5579
|
}>;
|
|
5580
|
-
agentId:
|
|
5580
|
+
agentId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5581
5581
|
name: "agent_id";
|
|
5582
5582
|
tableName: "dataset_run_config_agent_relations";
|
|
5583
5583
|
dataType: "string";
|
|
@@ -5596,7 +5596,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
5596
5596
|
}, {}, {
|
|
5597
5597
|
length: 256;
|
|
5598
5598
|
}>;
|
|
5599
|
-
projectId:
|
|
5599
|
+
projectId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5600
5600
|
name: "project_id";
|
|
5601
5601
|
tableName: "dataset_run_config_agent_relations";
|
|
5602
5602
|
dataType: "string";
|
|
@@ -5615,7 +5615,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
5615
5615
|
}, {}, {
|
|
5616
5616
|
length: 256;
|
|
5617
5617
|
}>;
|
|
5618
|
-
tenantId:
|
|
5618
|
+
tenantId: drizzle_orm_pg_core1373.PgColumn<{
|
|
5619
5619
|
name: "tenant_id";
|
|
5620
5620
|
tableName: "dataset_run_config_agent_relations";
|
|
5621
5621
|
dataType: "string";
|
|
@@ -5634,7 +5634,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1693.PgTableWit
|
|
|
5634
5634
|
}, {}, {
|
|
5635
5635
|
length: 256;
|
|
5636
5636
|
}>;
|
|
5637
|
-
id:
|
|
5637
|
+
id: drizzle_orm_pg_core1373.PgColumn<{
|
|
5638
5638
|
name: "id";
|
|
5639
5639
|
tableName: "dataset_run_config_agent_relations";
|
|
5640
5640
|
dataType: "string";
|