@adminiumjs/llm 0.1.0 → 0.2.1
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.
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* `LLM_ALLOWED_TEMPLATES`; the row is omitted so the taxonomy is exactly the
|
|
11
11
|
* injected allowed list and the "not listed here" disclaimer names `builder`
|
|
12
12
|
* among the platform-owned surfaces. The spec table predates that registry
|
|
13
|
-
* decision and awaits a sync (
|
|
13
|
+
* decision and awaits a sync (the internal plan is revised on a separate track).
|
|
14
14
|
* Both paths (direct-API and BYO) send the identical text (§1 invariant 1) —
|
|
15
15
|
* the BYO flattening joins them as `=== SYSTEM ===\n…\n\n=== USER ===\n…`
|
|
16
16
|
* (see builder.ts / `flattenByo`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminiumjs/llm",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@adminium/engine": "npm:@adminiumjs/engine@0.1
|
|
24
|
-
"@adminium/widgets": "npm:@adminiumjs/widgets@0.1
|
|
23
|
+
"@adminium/engine": "npm:@adminiumjs/engine@0.2.1",
|
|
24
|
+
"@adminium/widgets": "npm:@adminiumjs/widgets@0.2.1",
|
|
25
25
|
"zod": "^4.4.3"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|