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.
2 parents fa10511 + ce26a84 commit 2b04352Copy full SHA for 2b04352
core/tools/definitions/runTerminalCommand.ts
@@ -20,7 +20,7 @@ export function getPreferredShell(): string {
20
}
21
22
23
-export const PLATFORM_INFO = `Choose terminal commands and scripts optimized for ${os.platform} and ${os.arch} and shell ${getPreferredShell()}.`;
+export const PLATFORM_INFO = `Choose terminal commands and scripts optimized for ${os.platform()} and ${os.arch()} and shell ${getPreferredShell()}.`;
24
25
export const runTerminalCommandTool: Tool = {
26
type: "function",
0 commit comments