@butlerbot/sdk
Version:
The official ButlerBot SDK
40 lines (39 loc) • 781 B
TypeScript
export declare const CONFIG: {
server: string;
healthcheckPath: string;
paths: {
conversation: {
v3: {
base: string;
};
v4: {
base: string;
};
};
history: {
chat: {
v1: {
base: string;
};
};
chats: {
v1: {
base: string;
};
};
};
progress: {
v4: {
base: string;
stream: string;
};
};
usage: {
policy: {
v3: {
base: string;
};
};
};
};
};