Skip to content

aide.aiPrompt

此配置允许你自定义批量复制文件时 AI 提示词的模板。模板可以包括一些变量:

模板参数:

参数描述输出示例
#{content}文件的完整内容变量
File: example.js
```js
const bar = "hello, aide";
console.log(bar);
```

使用示例:

  • 默认模板:

    plaintext
    #{content}
  • 示例:

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

基于 MIT 许可发布