chat-agent-toolkit 1.2.11 → 1.2.12

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.
@@ -128,8 +128,8 @@ export declare const AGENT_TOOLS: ({
128
128
  bypassCaptcha: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
129
129
  sessionId: z.ZodDefault<z.ZodOptional<z.ZodString>>;
130
130
  format: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
131
- html: "html";
132
131
  json: "json";
132
+ html: "html";
133
133
  }>>>;
134
134
  scraperUrl: z.ZodOptional<z.ZodString>;
135
135
  scraperApiKey: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat-agent-toolkit",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
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",