@axiom-lattice/core 2.1.7 → 2.1.8
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/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -636,7 +636,7 @@ registerToolLattice(
|
|
|
636
636
|
{
|
|
637
637
|
name: "internet_search",
|
|
638
638
|
description: "Run a web search",
|
|
639
|
-
needUserApprove:
|
|
639
|
+
needUserApprove: false,
|
|
640
640
|
schema: import_zod2.default.object({
|
|
641
641
|
query: import_zod2.default.string().describe("The search query"),
|
|
642
642
|
maxResults: import_zod2.default.number().optional().default(5).describe("Maximum number of results to return"),
|