@lowire/loop 0.0.17 → 0.0.18
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/lib/loop.js +0 -2
- package/package.json +1 -1
package/lib/loop.js
CHANGED
|
@@ -128,8 +128,6 @@ class Loop {
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
if (options.summarize)
|
|
132
|
-
return this._summarizeConversation(task, conversation, options);
|
|
133
131
|
throw new Error('Failed to perform step, max attempts reached');
|
|
134
132
|
}
|
|
135
133
|
_summarizeConversation(task, conversation, options) {
|