llmist 17.5.0 → 17.5.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.
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3829,7 +3829,6 @@ var init_retry_orchestrator = __esm({
|
|
|
3829
3829
|
for await (const event of processor.process(stream2)) {
|
|
3830
3830
|
if (event.type === "stream_complete") {
|
|
3831
3831
|
streamMetadata = event;
|
|
3832
|
-
continue;
|
|
3833
3832
|
}
|
|
3834
3833
|
if (event.type === "llm_response_end") {
|
|
3835
3834
|
this.tree.endLLMResponse(llmNodeId, {
|