@koda-sl/baker-bridge 0.75.1 → 0.75.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/hono/convex.d.ts +1 -1
- package/dist/hono/convex.js +1 -1
- package/package.json +1 -1
package/dist/hono/convex.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare function flushStream(threadId: string, turnId?: string): Promise<
|
|
|
13
13
|
export declare function clearStreamBuffer(threadId: string, turnId?: string): void;
|
|
14
14
|
/**
|
|
15
15
|
* Persist an assistant event. Drains any in-flight stream preview first so
|
|
16
|
-
* Convex sees [..stream..][event] in order; the mutation clears
|
|
16
|
+
* Convex sees [..stream..][event] in order; the mutation clears the preview
|
|
17
17
|
* inline so the UI snaps from preview to persisted text without a flicker.
|
|
18
18
|
*
|
|
19
19
|
* Non-assistant events (system, result) are not persisted.
|
package/dist/hono/convex.js
CHANGED
|
@@ -222,7 +222,7 @@ export function clearStreamBuffer(threadId, turnId) {
|
|
|
222
222
|
// ---------------------------------------------------------------------------
|
|
223
223
|
/**
|
|
224
224
|
* Persist an assistant event. Drains any in-flight stream preview first so
|
|
225
|
-
* Convex sees [..stream..][event] in order; the mutation clears
|
|
225
|
+
* Convex sees [..stream..][event] in order; the mutation clears the preview
|
|
226
226
|
* inline so the UI snaps from preview to persisted text without a flicker.
|
|
227
227
|
*
|
|
228
228
|
* Non-assistant events (system, result) are not persisted.
|
package/package.json
CHANGED