@lloyal-labs/sdk 2.0.0 → 2.1.0
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/deltas.d.ts +2 -2
- package/dist/deltas.js +2 -2
- package/package.json +1 -1
package/dist/deltas.d.ts
CHANGED
|
@@ -51,10 +51,10 @@ export declare function buildUserDelta(ctx: SessionContext, content: string, opt
|
|
|
51
51
|
*
|
|
52
52
|
* Composes `getTurnSeparator()` + `formatChatSync()` + `tokenizeSync()` into a
|
|
53
53
|
* single token array suitable for `branch.prefill()`. The canonical way to
|
|
54
|
-
* extend any branch (trunk
|
|
54
|
+
* extend any branch (trunk or spine) with a completed turn.
|
|
55
55
|
*
|
|
56
56
|
* Used by {@link Session.commitTurn} to persist query/response to the trunk,
|
|
57
|
-
* and by `PoolContext.
|
|
57
|
+
* and by `PoolContext.extendSpine` in the agent pool to chain per-task
|
|
58
58
|
* findings onto the research spine.
|
|
59
59
|
*
|
|
60
60
|
* @param ctx - Active session context
|
package/dist/deltas.js
CHANGED
|
@@ -36,10 +36,10 @@ function buildUserDelta(ctx, content, opts = {}) {
|
|
|
36
36
|
*
|
|
37
37
|
* Composes `getTurnSeparator()` + `formatChatSync()` + `tokenizeSync()` into a
|
|
38
38
|
* single token array suitable for `branch.prefill()`. The canonical way to
|
|
39
|
-
* extend any branch (trunk
|
|
39
|
+
* extend any branch (trunk or spine) with a completed turn.
|
|
40
40
|
*
|
|
41
41
|
* Used by {@link Session.commitTurn} to persist query/response to the trunk,
|
|
42
|
-
* and by `PoolContext.
|
|
42
|
+
* and by `PoolContext.extendSpine` in the agent pool to chain per-task
|
|
43
43
|
* findings onto the research spine.
|
|
44
44
|
*
|
|
45
45
|
* @param ctx - Active session context
|