aillom-vox-client 2.1.0 → 2.1.1
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/README.md +0 -6
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,12 +168,6 @@ See **[examples/README.md](examples/README.md)** for how to run the browser demo
|
|
|
168
168
|
|
|
169
169
|
---
|
|
170
170
|
|
|
171
|
-
## n8n
|
|
172
|
-
|
|
173
|
-
Community node under [integrations/n8n-nodes-aillomvox/](integrations/n8n-nodes-aillomvox/) (REST operations).
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
171
|
## License
|
|
178
172
|
|
|
179
173
|
ISC © Aillom Technologies
|
package/dist/types.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface ClientTool {
|
|
|
9
9
|
description: string;
|
|
10
10
|
/** JSON Schema parameters for the function (OpenAI-style). */
|
|
11
11
|
parameters?: Record<string, unknown>;
|
|
12
|
-
/** Backward-compatible location used by some dashboard
|
|
12
|
+
/** Backward-compatible location used by some dashboard tool presets. */
|
|
13
13
|
config?: Record<string, unknown>;
|
|
14
14
|
/** Optional server-side endpoint metadata, including `aillom-connect://...` tools. */
|
|
15
15
|
url?: string;
|
package/package.json
CHANGED