@camstack/addon-ai 0.4.10 → 0.4.11
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/addon.js +8 -0
- package/dist/addon.mjs +8 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -20167,6 +20167,14 @@ var ClipSchema = object({
|
|
|
20167
20167
|
endMs: number$1()
|
|
20168
20168
|
}),
|
|
20169
20169
|
/**
|
|
20170
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20171
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20172
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20173
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20174
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20175
|
+
*/
|
|
20176
|
+
labels: array(string()).max(3).optional(),
|
|
20177
|
+
/**
|
|
20170
20178
|
* Lazy thumbnail URL, never inlined.
|
|
20171
20179
|
*
|
|
20172
20180
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20193,6 +20193,14 @@ var ClipSchema = object({
|
|
|
20193
20193
|
endMs: number$1()
|
|
20194
20194
|
}),
|
|
20195
20195
|
/**
|
|
20196
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20197
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20198
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20199
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20200
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20201
|
+
*/
|
|
20202
|
+
labels: array(string()).max(3).optional(),
|
|
20203
|
+
/**
|
|
20196
20204
|
* Lazy thumbnail URL, never inlined.
|
|
20197
20205
|
*
|
|
20198
20206
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-ai",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
4
4
|
"description": "AI addon for CamStack — the `llm` collection provider (cloud, LAN, and camstack-managed local llama.cpp profiles) plus the per-node `llm-runtime` managed executor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|