We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cf6e8 commit b291d99Copy full SHA for b291d99
1 file changed
Core/Sources/ChatGPTChatTab/ChatPanel.swift
@@ -132,6 +132,7 @@ private struct Instruction: View {
132
| `@file` | Read the metadata of the editing file |
133
| `@code` | Read the code and metadata in the editing file |
134
| `@web` (beta) | Search on Bing or query from a web page |
135
+ | `@project` | Experimental. Access content of the project |
136
137
To use scopes, you can prefix a message with `@code`.
138
0 commit comments