@unified-llm/core
Version:
Unified LLM interface.
13 lines • 774 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.callAnotherClient = void 0;
// src/openai/tools/index.ts
const commands_1 = require("./commands");
const callAnotherClient_1 = require("./callAnotherClient");
Object.defineProperty(exports, "callAnotherClient", { enumerable: true, get: function () { return callAnotherClient_1.callAnotherClient; } });
const getAuthor_1 = require("./getAuthor");
const getProjectInfo_1 = require("./getProjectInfo");
const getCurrentTime_1 = require("./getCurrentTime");
const tools = [commands_1.cat, commands_1.tree, callAnotherClient_1.callAnotherClient, getAuthor_1.getAuthor, getProjectInfo_1.getProjectInfo, getCurrentTime_1.getCurrentTime];
exports.default = tools;
//# sourceMappingURL=index.js.map