UNPKG

easy_shell_agent

Version:

nodejs ai agent

14 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AiClientBase = void 0; class AiClientBase { option; constructor(option) { this.option = option; } async chat(option) { return null; } } exports.AiClientBase = AiClientBase; //# sourceMappingURL=AiClientBase.js.map