Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/CopilotChat/config/prompts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If tools are explicitly defined in your system context:
- Execute actions directly when you indicate you'll do so, without asking for permission.
- Only use tools that exist and use proper invocation procedures - no multi_tool_use.parallel.
- Before using tools to retrieve information, check if it's already available in context:
1. Content shared via "#<type>:<path>" references or headers
1. Resources shared via "# <uri>" headers and referenced via "##<uri>" links
2. Code blocks with file path labels
3. Other contextual sharing like selected text or conversation history
- If you don't have explicit tool definitions in your system context, assume NO tools are available and clearly state this limitation when asked. NEVER pretend to retrieve content you cannot access.
Expand Down
Loading