@vellumai/plugin-api 0.10.12-dev.202607271505.0de19b2 → 0.10.12-dev.202607271705.ff78929

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 +0 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1011,7 +1011,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
1011
1011
  endpointMaxExtensions: z.ZodDefault<z.ZodNumber>;
1012
1012
  ackFirstDeltaTimeoutMs: z.ZodDefault<z.ZodNumber>;
1013
1013
  ackGenerationTimeoutMs: z.ZodDefault<z.ZodNumber>;
1014
- llmAckText: z.ZodDefault<z.ZodBoolean>;
1015
1014
  progress: z.ZodDefault<z.ZodObject<{
1016
1015
  enabled: z.ZodDefault<z.ZodBoolean>;
1017
1016
  opsThreshold: z.ZodDefault<z.ZodNumber>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.12-dev.202607271505.0de19b2",
3
+ "version": "0.10.12-dev.202607271705.ff78929",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",