@llmops/core 0.1.5-beta.1 → 0.1.5-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{bun-sqlite-dialect-zL8xmYst.cjs → bun-sqlite-dialect-Bp2qbl5F.cjs} +1 -1
- package/dist/db/index.cjs +2 -1
- package/dist/db/index.d.cts +2 -2
- package/dist/db/index.d.mts +2 -2
- package/dist/db/index.mjs +2 -2
- package/dist/{db-CGY-vZ3u.mjs → db-DSzwrW4p.mjs} +108 -2
- package/dist/{db-C9-M-kdS.cjs → db-eEfIe5dO.cjs} +115 -3
- package/dist/{index-DTHo2J3v.d.cts → index-BO7DYWFs.d.cts} +338 -22
- package/dist/{index-D3ncxgf2.d.mts → index-mUSLoeGU.d.mts} +338 -22
- package/dist/index.cjs +500 -2
- package/dist/index.d.cts +600 -3
- package/dist/index.d.mts +600 -3
- package/dist/index.mjs +493 -3
- package/dist/{node-sqlite-dialect-CQlHW438.cjs → node-sqlite-dialect-b2V910TJ.cjs} +1 -1
- package/package.json +2 -2
package/dist/db/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_db = require('../db-
|
|
1
|
+
const require_db = require('../db-eEfIe5dO.cjs');
|
|
2
2
|
|
|
3
3
|
exports.SCHEMA_METADATA = require_db.SCHEMA_METADATA;
|
|
4
4
|
exports.configVariantsSchema = require_db.configVariantsSchema;
|
|
@@ -9,6 +9,7 @@ exports.detectDatabaseType = require_db.detectDatabaseType;
|
|
|
9
9
|
exports.environmentSecretsSchema = require_db.environmentSecretsSchema;
|
|
10
10
|
exports.environmentsSchema = require_db.environmentsSchema;
|
|
11
11
|
exports.getMigrations = require_db.getMigrations;
|
|
12
|
+
exports.llmRequestsSchema = require_db.llmRequestsSchema;
|
|
12
13
|
exports.matchType = require_db.matchType;
|
|
13
14
|
exports.parsePartialTableData = require_db.parsePartialTableData;
|
|
14
15
|
exports.parseTableData = require_db.parseTableData;
|
package/dist/db/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
export { Config, ConfigVariant, ConfigVariantsTable, ConfigsTable, Database, DatabaseConnection, DatabaseOptions, DatabaseType, Environment, EnvironmentSecret, EnvironmentSecretsTable, EnvironmentsTable, Insertable, MigrationOptions, MigrationResult, SCHEMA_METADATA, Selectable, TableName, TargetingRule, TargetingRulesTable, Updateable, Variant, VariantVersion, VariantVersionsTable, VariantsTable, WorkspaceSettings, WorkspaceSettingsTable, configVariantsSchema, configsSchema, createDatabase, createDatabaseFromConnection, detectDatabaseType, environmentSecretsSchema, environmentsSchema, getMigrations, matchType, parsePartialTableData, parseTableData, runAutoMigrations, schemas, targetingRulesSchema, validatePartialTableData, validateTableData, variantVersionsSchema, variantsSchema, workspaceSettingsSchema };
|
|
1
|
+
import { A as TableName, B as configVariantsSchema, C as EnvironmentSecretsTable, D as LLMRequestsTable, E as LLMRequest, F as VariantVersion, G as schemas, H as environmentSecretsSchema, I as VariantVersionsTable, J as variantsSchema, K as targetingRulesSchema, L as VariantsTable, M as TargetingRulesTable, N as Updateable, O as SCHEMA_METADATA, P as Variant, R as WorkspaceSettings, S as EnvironmentSecret, T as Insertable, U as environmentsSchema, V as configsSchema, W as llmRequestsSchema, Y as workspaceSettingsSchema, _ as ConfigVariant, a as createDatabaseFromConnection, b as Database, c as MigrationResult, d as runAutoMigrations, f as parsePartialTableData, g as Config, h as validateTableData, i as createDatabase, j as TargetingRule, k as Selectable, l as getMigrations, m as validatePartialTableData, n as DatabaseOptions, o as detectDatabaseType, p as parseTableData, q as variantVersionsSchema, r as DatabaseType, s as MigrationOptions, t as DatabaseConnection, u as matchType, v as ConfigVariantsTable, w as EnvironmentsTable, x as Environment, y as ConfigsTable, z as WorkspaceSettingsTable } from "../index-BO7DYWFs.cjs";
|
|
2
|
+
export { Config, ConfigVariant, ConfigVariantsTable, ConfigsTable, Database, DatabaseConnection, DatabaseOptions, DatabaseType, Environment, EnvironmentSecret, EnvironmentSecretsTable, EnvironmentsTable, Insertable, LLMRequest, LLMRequestsTable, MigrationOptions, MigrationResult, SCHEMA_METADATA, Selectable, TableName, TargetingRule, TargetingRulesTable, Updateable, Variant, VariantVersion, VariantVersionsTable, VariantsTable, WorkspaceSettings, WorkspaceSettingsTable, configVariantsSchema, configsSchema, createDatabase, createDatabaseFromConnection, detectDatabaseType, environmentSecretsSchema, environmentsSchema, getMigrations, llmRequestsSchema, matchType, parsePartialTableData, parseTableData, runAutoMigrations, schemas, targetingRulesSchema, validatePartialTableData, validateTableData, variantVersionsSchema, variantsSchema, workspaceSettingsSchema };
|
package/dist/db/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
export { Config, ConfigVariant, ConfigVariantsTable, ConfigsTable, Database, DatabaseConnection, DatabaseOptions, DatabaseType, Environment, EnvironmentSecret, EnvironmentSecretsTable, EnvironmentsTable, Insertable, MigrationOptions, MigrationResult, SCHEMA_METADATA, Selectable, TableName, TargetingRule, TargetingRulesTable, Updateable, Variant, VariantVersion, VariantVersionsTable, VariantsTable, WorkspaceSettings, WorkspaceSettingsTable, configVariantsSchema, configsSchema, createDatabase, createDatabaseFromConnection, detectDatabaseType, environmentSecretsSchema, environmentsSchema, getMigrations, matchType, parsePartialTableData, parseTableData, runAutoMigrations, schemas, targetingRulesSchema, validatePartialTableData, validateTableData, variantVersionsSchema, variantsSchema, workspaceSettingsSchema };
|
|
1
|
+
import { A as TableName, B as configVariantsSchema, C as EnvironmentSecretsTable, D as LLMRequestsTable, E as LLMRequest, F as VariantVersion, G as schemas, H as environmentSecretsSchema, I as VariantVersionsTable, J as variantsSchema, K as targetingRulesSchema, L as VariantsTable, M as TargetingRulesTable, N as Updateable, O as SCHEMA_METADATA, P as Variant, R as WorkspaceSettings, S as EnvironmentSecret, T as Insertable, U as environmentsSchema, V as configsSchema, W as llmRequestsSchema, Y as workspaceSettingsSchema, _ as ConfigVariant, a as createDatabaseFromConnection, b as Database, c as MigrationResult, d as runAutoMigrations, f as parsePartialTableData, g as Config, h as validateTableData, i as createDatabase, j as TargetingRule, k as Selectable, l as getMigrations, m as validatePartialTableData, n as DatabaseOptions, o as detectDatabaseType, p as parseTableData, q as variantVersionsSchema, r as DatabaseType, s as MigrationOptions, t as DatabaseConnection, u as matchType, v as ConfigVariantsTable, w as EnvironmentsTable, x as Environment, y as ConfigsTable, z as WorkspaceSettingsTable } from "../index-mUSLoeGU.mjs";
|
|
2
|
+
export { Config, ConfigVariant, ConfigVariantsTable, ConfigsTable, Database, DatabaseConnection, DatabaseOptions, DatabaseType, Environment, EnvironmentSecret, EnvironmentSecretsTable, EnvironmentsTable, Insertable, LLMRequest, LLMRequestsTable, MigrationOptions, MigrationResult, SCHEMA_METADATA, Selectable, TableName, TargetingRule, TargetingRulesTable, Updateable, Variant, VariantVersion, VariantVersionsTable, VariantsTable, WorkspaceSettings, WorkspaceSettingsTable, configVariantsSchema, configsSchema, createDatabase, createDatabaseFromConnection, detectDatabaseType, environmentSecretsSchema, environmentsSchema, getMigrations, llmRequestsSchema, matchType, parsePartialTableData, parseTableData, runAutoMigrations, schemas, targetingRulesSchema, validatePartialTableData, validateTableData, variantVersionsSchema, variantsSchema, workspaceSettingsSchema };
|
package/dist/db/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { _ as
|
|
1
|
+
import { S as workspaceSettingsSchema, _ as llmRequestsSchema, a as matchType, b as variantVersionsSchema, c as parsePartialTableData, d as validateTableData, f as SCHEMA_METADATA, g as environmentsSchema, h as environmentSecretsSchema, i as getMigrations, l as parseTableData, m as configsSchema, n as createDatabaseFromConnection, o as runAutoMigrations, p as configVariantsSchema, r as detectDatabaseType, t as createDatabase, u as validatePartialTableData, v as schemas, x as variantsSchema, y as targetingRulesSchema } from "../db-DSzwrW4p.mjs";
|
|
2
2
|
|
|
3
|
-
export { SCHEMA_METADATA, configVariantsSchema, configsSchema, createDatabase, createDatabaseFromConnection, detectDatabaseType, environmentSecretsSchema, environmentsSchema, getMigrations, matchType, parsePartialTableData, parseTableData, runAutoMigrations, schemas, targetingRulesSchema, validatePartialTableData, validateTableData, variantVersionsSchema, variantsSchema, workspaceSettingsSchema };
|
|
3
|
+
export { SCHEMA_METADATA, configVariantsSchema, configsSchema, createDatabase, createDatabaseFromConnection, detectDatabaseType, environmentSecretsSchema, environmentsSchema, getMigrations, llmRequestsSchema, matchType, parsePartialTableData, parseTableData, runAutoMigrations, schemas, targetingRulesSchema, validatePartialTableData, validateTableData, variantVersionsSchema, variantsSchema, workspaceSettingsSchema };
|
|
@@ -12407,6 +12407,27 @@ const workspaceSettingsSchema = object({
|
|
|
12407
12407
|
...baseSchema,
|
|
12408
12408
|
name: string$1().nullable().optional()
|
|
12409
12409
|
});
|
|
12410
|
+
const llmRequestsSchema = object({
|
|
12411
|
+
...baseSchema,
|
|
12412
|
+
requestId: string$1().uuid(),
|
|
12413
|
+
configId: string$1().uuid().nullable().optional(),
|
|
12414
|
+
variantId: string$1().uuid().nullable().optional(),
|
|
12415
|
+
provider: string$1(),
|
|
12416
|
+
model: string$1(),
|
|
12417
|
+
promptTokens: number$1().int().default(0),
|
|
12418
|
+
completionTokens: number$1().int().default(0),
|
|
12419
|
+
totalTokens: number$1().int().default(0),
|
|
12420
|
+
cachedTokens: number$1().int().default(0),
|
|
12421
|
+
cost: number$1().int().default(0),
|
|
12422
|
+
inputCost: number$1().int().default(0),
|
|
12423
|
+
outputCost: number$1().int().default(0),
|
|
12424
|
+
endpoint: string$1(),
|
|
12425
|
+
statusCode: number$1().int(),
|
|
12426
|
+
latencyMs: number$1().int().default(0),
|
|
12427
|
+
isStreaming: boolean$1().default(false),
|
|
12428
|
+
userId: string$1().nullable().optional(),
|
|
12429
|
+
tags: record(string$1(), string$1()).default({})
|
|
12430
|
+
});
|
|
12410
12431
|
/**
|
|
12411
12432
|
* Schema metadata for migrations
|
|
12412
12433
|
* Derived from Zod schemas
|
|
@@ -12665,6 +12686,90 @@ const SCHEMA_METADATA = { tables: {
|
|
|
12665
12686
|
onUpdate: "now()"
|
|
12666
12687
|
}
|
|
12667
12688
|
}
|
|
12689
|
+
},
|
|
12690
|
+
llm_requests: {
|
|
12691
|
+
order: 9,
|
|
12692
|
+
schema: llmRequestsSchema,
|
|
12693
|
+
fields: {
|
|
12694
|
+
id: {
|
|
12695
|
+
type: "uuid",
|
|
12696
|
+
primaryKey: true
|
|
12697
|
+
},
|
|
12698
|
+
requestId: { type: "uuid" },
|
|
12699
|
+
configId: {
|
|
12700
|
+
type: "uuid",
|
|
12701
|
+
nullable: true,
|
|
12702
|
+
references: {
|
|
12703
|
+
table: "configs",
|
|
12704
|
+
column: "id"
|
|
12705
|
+
}
|
|
12706
|
+
},
|
|
12707
|
+
variantId: {
|
|
12708
|
+
type: "uuid",
|
|
12709
|
+
nullable: true,
|
|
12710
|
+
references: {
|
|
12711
|
+
table: "variants",
|
|
12712
|
+
column: "id"
|
|
12713
|
+
}
|
|
12714
|
+
},
|
|
12715
|
+
provider: { type: "text" },
|
|
12716
|
+
model: { type: "text" },
|
|
12717
|
+
promptTokens: {
|
|
12718
|
+
type: "integer",
|
|
12719
|
+
default: 0
|
|
12720
|
+
},
|
|
12721
|
+
completionTokens: {
|
|
12722
|
+
type: "integer",
|
|
12723
|
+
default: 0
|
|
12724
|
+
},
|
|
12725
|
+
totalTokens: {
|
|
12726
|
+
type: "integer",
|
|
12727
|
+
default: 0
|
|
12728
|
+
},
|
|
12729
|
+
cachedTokens: {
|
|
12730
|
+
type: "integer",
|
|
12731
|
+
default: 0
|
|
12732
|
+
},
|
|
12733
|
+
cost: {
|
|
12734
|
+
type: "integer",
|
|
12735
|
+
default: 0
|
|
12736
|
+
},
|
|
12737
|
+
inputCost: {
|
|
12738
|
+
type: "integer",
|
|
12739
|
+
default: 0
|
|
12740
|
+
},
|
|
12741
|
+
outputCost: {
|
|
12742
|
+
type: "integer",
|
|
12743
|
+
default: 0
|
|
12744
|
+
},
|
|
12745
|
+
endpoint: { type: "text" },
|
|
12746
|
+
statusCode: { type: "integer" },
|
|
12747
|
+
latencyMs: {
|
|
12748
|
+
type: "integer",
|
|
12749
|
+
default: 0
|
|
12750
|
+
},
|
|
12751
|
+
isStreaming: {
|
|
12752
|
+
type: "boolean",
|
|
12753
|
+
default: false
|
|
12754
|
+
},
|
|
12755
|
+
userId: {
|
|
12756
|
+
type: "text",
|
|
12757
|
+
nullable: true
|
|
12758
|
+
},
|
|
12759
|
+
tags: {
|
|
12760
|
+
type: "jsonb",
|
|
12761
|
+
default: "{}"
|
|
12762
|
+
},
|
|
12763
|
+
createdAt: {
|
|
12764
|
+
type: "timestamp",
|
|
12765
|
+
default: "now()"
|
|
12766
|
+
},
|
|
12767
|
+
updatedAt: {
|
|
12768
|
+
type: "timestamp",
|
|
12769
|
+
default: "now()",
|
|
12770
|
+
onUpdate: "now()"
|
|
12771
|
+
}
|
|
12772
|
+
}
|
|
12668
12773
|
}
|
|
12669
12774
|
} };
|
|
12670
12775
|
/**
|
|
@@ -12678,7 +12783,8 @@ const schemas = {
|
|
|
12678
12783
|
environment_secrets: environmentSecretsSchema,
|
|
12679
12784
|
config_variants: configVariantsSchema,
|
|
12680
12785
|
targeting_rules: targetingRulesSchema,
|
|
12681
|
-
workspace_settings: workspaceSettingsSchema
|
|
12786
|
+
workspace_settings: workspaceSettingsSchema,
|
|
12787
|
+
llm_requests: llmRequestsSchema
|
|
12682
12788
|
};
|
|
12683
12789
|
|
|
12684
12790
|
//#endregion
|
|
@@ -13075,4 +13181,4 @@ async function createDatabaseFromConnection(rawConnection, options) {
|
|
|
13075
13181
|
}
|
|
13076
13182
|
|
|
13077
13183
|
//#endregion
|
|
13078
|
-
export {
|
|
13184
|
+
export { object as A, zod_default as C, boolean$1 as D, array as E, string$1 as M, union as N, literal as O, unknown as P, workspaceSettingsSchema as S, any as T, llmRequestsSchema as _, matchType as a, variantVersionsSchema as b, parsePartialTableData as c, validateTableData as d, SCHEMA_METADATA as f, environmentsSchema as g, environmentSecretsSchema as h, getMigrations as i, record as j, number$1 as k, parseTableData as l, configsSchema as m, createDatabaseFromConnection as n, runAutoMigrations as o, configVariantsSchema as p, detectDatabaseType as r, logger as s, createDatabase as t, validatePartialTableData as u, schemas as v, _enum as w, variantsSchema as x, targetingRulesSchema as y };
|
|
@@ -12431,6 +12431,27 @@ const workspaceSettingsSchema = object({
|
|
|
12431
12431
|
...baseSchema,
|
|
12432
12432
|
name: string$1().nullable().optional()
|
|
12433
12433
|
});
|
|
12434
|
+
const llmRequestsSchema = object({
|
|
12435
|
+
...baseSchema,
|
|
12436
|
+
requestId: string$1().uuid(),
|
|
12437
|
+
configId: string$1().uuid().nullable().optional(),
|
|
12438
|
+
variantId: string$1().uuid().nullable().optional(),
|
|
12439
|
+
provider: string$1(),
|
|
12440
|
+
model: string$1(),
|
|
12441
|
+
promptTokens: number$1().int().default(0),
|
|
12442
|
+
completionTokens: number$1().int().default(0),
|
|
12443
|
+
totalTokens: number$1().int().default(0),
|
|
12444
|
+
cachedTokens: number$1().int().default(0),
|
|
12445
|
+
cost: number$1().int().default(0),
|
|
12446
|
+
inputCost: number$1().int().default(0),
|
|
12447
|
+
outputCost: number$1().int().default(0),
|
|
12448
|
+
endpoint: string$1(),
|
|
12449
|
+
statusCode: number$1().int(),
|
|
12450
|
+
latencyMs: number$1().int().default(0),
|
|
12451
|
+
isStreaming: boolean$1().default(false),
|
|
12452
|
+
userId: string$1().nullable().optional(),
|
|
12453
|
+
tags: record(string$1(), string$1()).default({})
|
|
12454
|
+
});
|
|
12434
12455
|
/**
|
|
12435
12456
|
* Schema metadata for migrations
|
|
12436
12457
|
* Derived from Zod schemas
|
|
@@ -12689,6 +12710,90 @@ const SCHEMA_METADATA = { tables: {
|
|
|
12689
12710
|
onUpdate: "now()"
|
|
12690
12711
|
}
|
|
12691
12712
|
}
|
|
12713
|
+
},
|
|
12714
|
+
llm_requests: {
|
|
12715
|
+
order: 9,
|
|
12716
|
+
schema: llmRequestsSchema,
|
|
12717
|
+
fields: {
|
|
12718
|
+
id: {
|
|
12719
|
+
type: "uuid",
|
|
12720
|
+
primaryKey: true
|
|
12721
|
+
},
|
|
12722
|
+
requestId: { type: "uuid" },
|
|
12723
|
+
configId: {
|
|
12724
|
+
type: "uuid",
|
|
12725
|
+
nullable: true,
|
|
12726
|
+
references: {
|
|
12727
|
+
table: "configs",
|
|
12728
|
+
column: "id"
|
|
12729
|
+
}
|
|
12730
|
+
},
|
|
12731
|
+
variantId: {
|
|
12732
|
+
type: "uuid",
|
|
12733
|
+
nullable: true,
|
|
12734
|
+
references: {
|
|
12735
|
+
table: "variants",
|
|
12736
|
+
column: "id"
|
|
12737
|
+
}
|
|
12738
|
+
},
|
|
12739
|
+
provider: { type: "text" },
|
|
12740
|
+
model: { type: "text" },
|
|
12741
|
+
promptTokens: {
|
|
12742
|
+
type: "integer",
|
|
12743
|
+
default: 0
|
|
12744
|
+
},
|
|
12745
|
+
completionTokens: {
|
|
12746
|
+
type: "integer",
|
|
12747
|
+
default: 0
|
|
12748
|
+
},
|
|
12749
|
+
totalTokens: {
|
|
12750
|
+
type: "integer",
|
|
12751
|
+
default: 0
|
|
12752
|
+
},
|
|
12753
|
+
cachedTokens: {
|
|
12754
|
+
type: "integer",
|
|
12755
|
+
default: 0
|
|
12756
|
+
},
|
|
12757
|
+
cost: {
|
|
12758
|
+
type: "integer",
|
|
12759
|
+
default: 0
|
|
12760
|
+
},
|
|
12761
|
+
inputCost: {
|
|
12762
|
+
type: "integer",
|
|
12763
|
+
default: 0
|
|
12764
|
+
},
|
|
12765
|
+
outputCost: {
|
|
12766
|
+
type: "integer",
|
|
12767
|
+
default: 0
|
|
12768
|
+
},
|
|
12769
|
+
endpoint: { type: "text" },
|
|
12770
|
+
statusCode: { type: "integer" },
|
|
12771
|
+
latencyMs: {
|
|
12772
|
+
type: "integer",
|
|
12773
|
+
default: 0
|
|
12774
|
+
},
|
|
12775
|
+
isStreaming: {
|
|
12776
|
+
type: "boolean",
|
|
12777
|
+
default: false
|
|
12778
|
+
},
|
|
12779
|
+
userId: {
|
|
12780
|
+
type: "text",
|
|
12781
|
+
nullable: true
|
|
12782
|
+
},
|
|
12783
|
+
tags: {
|
|
12784
|
+
type: "jsonb",
|
|
12785
|
+
default: "{}"
|
|
12786
|
+
},
|
|
12787
|
+
createdAt: {
|
|
12788
|
+
type: "timestamp",
|
|
12789
|
+
default: "now()"
|
|
12790
|
+
},
|
|
12791
|
+
updatedAt: {
|
|
12792
|
+
type: "timestamp",
|
|
12793
|
+
default: "now()",
|
|
12794
|
+
onUpdate: "now()"
|
|
12795
|
+
}
|
|
12796
|
+
}
|
|
12692
12797
|
}
|
|
12693
12798
|
} };
|
|
12694
12799
|
/**
|
|
@@ -12702,7 +12807,8 @@ const schemas = {
|
|
|
12702
12807
|
environment_secrets: environmentSecretsSchema,
|
|
12703
12808
|
config_variants: configVariantsSchema,
|
|
12704
12809
|
targeting_rules: targetingRulesSchema,
|
|
12705
|
-
workspace_settings: workspaceSettingsSchema
|
|
12810
|
+
workspace_settings: workspaceSettingsSchema,
|
|
12811
|
+
llm_requests: llmRequestsSchema
|
|
12706
12812
|
};
|
|
12707
12813
|
|
|
12708
12814
|
//#endregion
|
|
@@ -13070,12 +13176,12 @@ async function createDatabaseFromConnection(rawConnection, options) {
|
|
|
13070
13176
|
case "sqlite":
|
|
13071
13177
|
if ("aggregate" in rawConnection && !("createSession" in rawConnection)) dialect = new kysely.SqliteDialect({ database: rawConnection });
|
|
13072
13178
|
else if ("fileControl" in rawConnection) {
|
|
13073
|
-
const { BunSqliteDialect } = await Promise.resolve().then(() => require("./bun-sqlite-dialect-
|
|
13179
|
+
const { BunSqliteDialect } = await Promise.resolve().then(() => require("./bun-sqlite-dialect-Bp2qbl5F.cjs"));
|
|
13074
13180
|
dialect = new BunSqliteDialect({ database: rawConnection });
|
|
13075
13181
|
} else if ("createSession" in rawConnection && typeof window === "undefined") try {
|
|
13076
13182
|
const { DatabaseSync } = await import("node:sqlite");
|
|
13077
13183
|
if (rawConnection instanceof DatabaseSync) {
|
|
13078
|
-
const { NodeSqliteDialect } = await Promise.resolve().then(() => require("./node-sqlite-dialect-
|
|
13184
|
+
const { NodeSqliteDialect } = await Promise.resolve().then(() => require("./node-sqlite-dialect-b2V910TJ.cjs"));
|
|
13079
13185
|
dialect = new NodeSqliteDialect({ database: rawConnection });
|
|
13080
13186
|
}
|
|
13081
13187
|
} catch {}
|
|
@@ -13189,6 +13295,12 @@ Object.defineProperty(exports, 'literal', {
|
|
|
13189
13295
|
return literal;
|
|
13190
13296
|
}
|
|
13191
13297
|
});
|
|
13298
|
+
Object.defineProperty(exports, 'llmRequestsSchema', {
|
|
13299
|
+
enumerable: true,
|
|
13300
|
+
get: function () {
|
|
13301
|
+
return llmRequestsSchema;
|
|
13302
|
+
}
|
|
13303
|
+
});
|
|
13192
13304
|
Object.defineProperty(exports, 'logger', {
|
|
13193
13305
|
enumerable: true,
|
|
13194
13306
|
get: function () {
|