UNPKG

@agentscope/studio

Version:

AgentScope Studio is a powerful local monitoring and visualization tool designed to provide real-time insights into your system's performance and behavior.

8 lines (7 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UsageType = void 0; var UsageType; (function (UsageType) { UsageType["CHAT"] = "token"; })(UsageType || (exports.UsageType = UsageType = {}));