@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.mjs CHANGED
@@ -560,7 +560,7 @@ registerToolLattice(
560
560
  {
561
561
  name: "internet_search",
562
562
  description: "Run a web search",
563
- needUserApprove: true,
563
+ needUserApprove: false,
564
564
  schema: z2.object({
565
565
  query: z2.string().describe("The search query"),
566
566
  maxResults: z2.number().optional().default(5).describe("Maximum number of results to return"),