We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dceb4c commit 7630801Copy full SHA for 7630801
commands/ai/gemini/gemini.js
@@ -31,7 +31,7 @@
31
32
const { execSync } = require("child_process");
33
34
-const selectedText = process.argv[2] || ""; // Get the selected text, or an empty string if none is selected.
+const selectedText = process.argv[2] || ""; // Get the text from "Selected Text" argument, or use an empty string if argument is empty.
35
const prompt = process.argv[3];
36
37
process.env.OUTPUT_FORMAT = "json";
0 commit comments