UNPKG

@butlerbot/sdk

Version:

The official ButlerBot SDK

13 lines (12 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIG = void 0; exports.CONFIG = { server: "https://core.butlerbot.net", healthcheckPath: "/api/healthcheck", paths: { conversation: { v3: { base: "/api/alfred/v3/chat" } } } };