We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d296 commit 97b1535Copy full SHA for 97b1535
nodejs/examples/basic-example.ts
@@ -27,7 +27,6 @@ const client = new CopilotClient({
27
logLevel: "info",
28
acquisition: {
29
downloadDir: join(homedir(), ".copilot-sdk-example", "cli"),
30
- minVersion: "0.0.400",
31
onProgress: ({ bytesDownloaded, totalBytes }) => {
32
if (totalBytes > 0) {
33
const pct = Math.round((bytesDownloaded / totalBytes) * 100);
0 commit comments