bs-agent 0.0.27 → 0.0.28
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -416,9 +416,9 @@ raw delta → textDeltaModifier(delta) → accumulated text → fullTextModifier
|
|
|
416
416
|
`textDeltaModifier` acts as a per-chunk preprocessor; `fullTextModifier` acts as
|
|
417
417
|
a post-accumulation formatter on top of the already-modified text.
|
|
418
418
|
|
|
419
|
-
> **Note:** `
|
|
420
|
-
>
|
|
421
|
-
>
|
|
419
|
+
> **Note:** If `textDeltaModifier` strips or transforms content,
|
|
420
|
+
> `fullTextModifier` will only see the already-modified accumulation — the
|
|
421
|
+
> original unmodified stream text is not preserved.
|
|
422
422
|
|
|
423
423
|
## `useAgentContext` Hook
|
|
424
424
|
|