Skip to content

aide.aiPrompt ​

This configuration allows you to customize the template for AI prompts when batch copying files. The template can include some variables:

Template Parameters:

ParameterDescriptionOutput Example
#{content}Variable for full file content
File: example.js
```js
const bar = "hello, aide";
console.log(bar);
```

Usage Example:

  • Default Template:

    plaintext
    #{content}
  • Example:

    plaintext
    Here is the code snippet:
    #{content}
    Please answer the following question:

Released under the MIT License.