@@ -0,0 +1,10 @@
import { ask } from "./src/index.js";
async function runTest() {
const query = "What is the capital of France?";
console.log(`Query: ${query}`);
const answer = await ask(query);
console.log(`Answer: ${answer}`);
}
runTest().catch(console.error);
The note is not visible to the blocked user.