@gengage/assistant-fe 0.6.25 → 0.6.27
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/agentic/debug/activity-collector.d.ts +1 -0
- package/dist/agentic/index.js +374 -353
- package/dist/agentic/types.d.ts +3 -0
- package/dist/agentic/worker.js +1 -1
- package/dist/agentic.iife.js +5 -4
- package/dist/api-paths-C9NwnH29.js +1274 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +13 -13
- package/dist/chat.js +1 -1
- package/dist/{common-aUI01FdB.js → common-Bhl1mzk2.js} +1 -1
- package/dist/common.js +5 -5
- package/dist/{connection-warning-DkdoruU2.js → connection-warning-D-0Mxk-A.js} +1 -1
- package/dist/{fastIntent-iu8Z5MpN.js → fastIntent-bAlwVoje.js} +1 -1
- package/dist/index.js +10 -10
- package/dist/native.iife.js +11 -11
- package/dist/qna-runtime.js +1 -1
- package/dist/qna.iife.js +25 -25
- package/dist/qna.js +1 -1
- package/dist/{route-params-UDemctx_.js → route-params-5K4Du1Xa.js} +678 -673
- package/dist/{runtime-aSV5XfKR.js → runtime-BAFZ7iOP.js} +3 -3
- package/dist/{runtime-DGUqplEx.js → runtime-CUNLK1KR.js} +3 -3
- package/dist/{runtime-Cu05VoNY.js → runtime-oEtmgT4U.js} +4 -4
- package/dist/{simbut-S9Kviutm.js → simbut-Dt8e5uSk.js} +1 -1
- package/dist/simbut.iife.js +1 -1
- package/dist/simbut.js +1 -1
- package/dist/simrel-runtime.js +1 -1
- package/dist/{simrel-BTn7A6VC.js → simrel-txr23_xG.js} +1 -1
- package/dist/simrel.iife.js +38 -38
- package/dist/simrel.js +2 -2
- package/dist/{widget-base-T-AFCGg6.js → widget-base-56tkaZZB.js} +1 -1
- package/package.json +1 -1
- package/dist/api-paths-C0t52SV3.js +0 -1235
|
@@ -9,6 +9,7 @@ export declare function createActivityCollector({ accountId, clock }?: {
|
|
|
9
9
|
};
|
|
10
10
|
export declare function getOrCreateActivityCollector(accountId: any): any;
|
|
11
11
|
export declare function normalizeEntry(entry: any): any;
|
|
12
|
+
export declare function isNoiseEntry(entry: any): boolean;
|
|
12
13
|
export declare function sectionForKind(kind: any): "Flow" | "Intent" | "Backend" | "Tools" | "Telemetry" | "Runtime";
|
|
13
14
|
export declare function severityForEntry(entry: any): "error" | "warn" | "info";
|
|
14
15
|
export declare function groupForEntry(entry: any): any;
|