mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add support for showing descriptions of CLI tools (#1052)
Adds support for /tools desc to show the full description of tools as provided to the model.
This commit is contained in:
@@ -61,6 +61,13 @@ Slash commands provide meta-level control over the CLI itself. They can typicall
|
||||
|
||||
- **Description:** Displays a list of all the tools that are currently available to the model.
|
||||
- **Action:** Outputs a list of the available tools.
|
||||
- **Sub-commands:**
|
||||
- **`desc`** or **`descriptions`**:
|
||||
- **Description:** Shows detailed descriptions of each tool.
|
||||
- **Action:** Displays each tool's name with its full description as provided to the model.
|
||||
- **`nodesc`** or **`nodescriptions`**:
|
||||
- **Description:** Hides tool descriptions, showing only the tool names.
|
||||
- **Action:** Displays a compact list with only tool names.
|
||||
|
||||
- **`/compress`**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user