@axiom-lattice/core 2.1.2 → 2.1.3

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 CHANGED
@@ -627,7 +627,7 @@ registerToolLattice(
627
627
  {
628
628
  name: "internet_search",
629
629
  description: "Run a web search",
630
- needUserApprove: false,
630
+ needUserApprove: true,
631
631
  schema: import_zod2.default.object({
632
632
  query: import_zod2.default.string().describe("The search query"),
633
633
  maxResults: import_zod2.default.number().optional().default(5).describe("Maximum number of results to return"),