@nestbox-ai/cli
Version:
The cli tools that helps developers to build agents
12 lines • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AgentType = void 0;
/**
* This file defines the AgentType type, which is used to categorize different types of agents.
*/
var AgentType;
(function (AgentType) {
AgentType["REGULAR"] = "REGULAR";
AgentType["CHAT"] = "CHAT";
})(AgentType || (exports.AgentType = AgentType = {}));
//# sourceMappingURL=agentType.js.map