open-agents-ai 0.187.156 → 0.187.157
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -302286,7 +302286,7 @@ var init_stream_renderer = __esm({
|
|
|
302286
302286
|
this.writeRaw(dimText(" \u23BF ") + dimItalic("thinking...") + "\n");
|
|
302287
302287
|
this.lineStarted = false;
|
|
302288
302288
|
}
|
|
302289
|
-
if (this.thinkingTokenCount %
|
|
302289
|
+
if (this.thinkingTokenCount % 500 === 0) {
|
|
302290
302290
|
this.writeRaw(dimText(" \u23BF ") + dimItalic(`thinking... (${this.thinkingTokenCount} tokens)`) + "\n");
|
|
302291
302291
|
this.lineStarted = false;
|
|
302292
302292
|
}
|
package/package.json
CHANGED