File size: 213 Bytes
d58e081
87996a7
 
 
 
 
1
2
3
4
5
6
7
import { Botcierge } from "../src/index.ts";

const client = new Botcierge({ baseUrl: "http://staging.botcierge.com:8000" });

const result = await client.query_intent("I need a small loan");
console.log(result);