pentesting 0.8.28 → 0.8.29
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
|
@@ -5089,7 +5089,7 @@ ${this.currentSpec.systemPrompt}`;
|
|
|
5089
5089
|
tools: this.tools,
|
|
5090
5090
|
messages,
|
|
5091
5091
|
// Enable extended thinking for GLM/Claude models
|
|
5092
|
-
thinking: { type: "enabled", budget_tokens:
|
|
5092
|
+
thinking: { type: "enabled", budget_tokens: 16e3 }
|
|
5093
5093
|
});
|
|
5094
5094
|
stream.on("contentBlock", (block) => {
|
|
5095
5095
|
if (block.type === "thinking" && block.thinking) {
|