BizSearch / sdk-js /examples /custom-client.ts
horriblecpp
Fix examples to run correctly end-to-end
d58e081
Raw
History Blame Contribute Delete
213 Bytes
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);