@wengine-ai/llms 2.0.91 → 2.0.93
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/dist/cjs/server.cjs +112 -110
- package/dist/cjs/server.cjs.map +4 -4
- package/dist/esm/server.mjs +113 -111
- package/dist/esm/server.mjs.map +4 -4
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -146,3 +146,7 @@ export declare function startActiveProbe(
|
|
|
146
146
|
|
|
147
147
|
export declare function stopActiveProbe(): void;
|
|
148
148
|
export declare function resetActiveProbeService(): void;
|
|
149
|
+
|
|
150
|
+
// Runtime debug log toggle
|
|
151
|
+
export declare function setRuntimeDebugLog(enabled: boolean): void;
|
|
152
|
+
export declare function getRuntimeDebugLog(): boolean;
|