We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9c008 commit 5bdaf24Copy full SHA for 5bdaf24
2 files changed
Core/Sources/ChatGPTChatTab/ChatPanel.swift
@@ -255,7 +255,7 @@ private struct Instruction: View {
255
| --- | --- |
256
| `@file` | Read the metadata of the editing file |
257
| `@code` | Read the code and metadata in the editing file |
258
- | `@sense`| Experimental. Read the relevant information of the focused code |
+ | `@sense`| Experimental. Read the relevant code of the focused editor |
259
| `@project` | Experimental. Access content of the project |
260
| `@web` (beta) | Search on Bing or query from a web page |
261
Pro
0 commit comments