@cognigy/rest-api-client
Version:
Cognigy REST-Client
26 lines • 657 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.arrayTDebugEventTypes = void 0;
exports.arrayTDebugEventTypes = [
"inputChanged",
"contextChanged",
"profileChanged",
"activeEntrypointsChanged",
"nodeExecuted",
"nodeError",
"finalPing",
"input",
"output",
"switchedFlow",
"nluWarning",
"debugMessage",
"debugError",
"goalCompleted",
"streamingChunk",
"streamingChunkReset",
"agentToolCall",
"agentToolResult",
"agentSkillLoaded",
"agentLlmCall", // Agent v2: per-LLM-call duration + token usage
];
//# sourceMappingURL=TDebugEventType.js.map