@vellumai/plugin-api 0.10.12-dev.202607251824.d09ff97 → 0.10.12-dev.202607252023.d974174

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -470,6 +470,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
470
470
  messageThreshold: z.ZodDefault<z.ZodNumber>;
471
471
  minCooldownMs: z.ZodDefault<z.ZodNumber>;
472
472
  sweepIntervalMs: z.ZodDefault<z.ZodNumber>;
473
+ sweepLookbackMs: z.ZodDefault<z.ZodNumber>;
473
474
  keepSupersededRuns: z.ZodDefault<z.ZodBoolean>;
474
475
  matchConversationProfile: z.ZodDefault<z.ZodBoolean>;
475
476
  promptPath: z.ZodDefault<z.ZodNullable<z.ZodString>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.12-dev.202607251824.d09ff97",
3
+ "version": "0.10.12-dev.202607252023.d974174",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",