UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAgent = void 0; const getAgent = ({ httpClient }) => ({ agent_uuid }) => { const url = `/gen-ai/agents/${agent_uuid}`; return httpClient.get(url); }; exports.getAgent = getAgent; //# sourceMappingURL=get-agent.js.map