chat-agent-toolkit 1.2.46 → 1.2.48

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.
@@ -9,12 +9,12 @@ export declare const AGENT_TOOLS: ({
9
9
  query: z.ZodString;
10
10
  category: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
11
11
  general: "general";
12
+ it: "it";
13
+ files: "files";
12
14
  news: "news";
13
15
  videos: "videos";
14
16
  images: "images";
15
17
  science: "science";
16
- files: "files";
17
- it: "it";
18
18
  }>>>;
19
19
  recency: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
20
20
  none: "none";
@@ -120,8 +120,8 @@ export declare const AGENT_TOOLS: ({
120
120
  wait: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
121
121
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
122
122
  waitUntil: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
123
- domcontentloaded: "domcontentloaded";
124
123
  load: "load";
124
+ domcontentloaded: "domcontentloaded";
125
125
  networkidle0: "networkidle0";
126
126
  networkidle2: "networkidle2";
127
127
  }>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat-agent-toolkit",
3
- "version": "1.2.46",
3
+ "version": "1.2.48",
4
4
  "description": "Multi-provider AI agent toolkit: generate language responses, search the web, extract content, and manage memory across 10+ LLM providers.",
5
5
  "author": "vtempest <grokthiscontact@gmail.com>",
6
6
  "license": "AGPL-3.0",