mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
Co-authored-by: John Austin <jaustin@squareup.com> Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
1.2 KiB
1.2 KiB
sidebar_position, title, sidebar_label
| sidebar_position | title | sidebar_label |
|---|---|---|
| 11 | Adjusting Tool Output Verbosity | Adjust Tool Output |
When working with the Goose CLI, you can control the verbosity of tool output.
To adjust the tool output, run:
goose configure
Then choose Adjust Tool Output
┌ goose-configure
│
◆ What would you like to configure?
│ ○ Configure Providers
│ ○ Add Extension
│ ○ Toggle Extensions
│ ○ Remove Extension
// highlight-next-line
│ ● Adjust Tool Output (Show more or less tool output)
└
Next, choose one of the available modes:
┌ goose-configure
│
◇ What would you like to configure?
│ Adjust Tool Output
│
// highlight-start
◆ Which tool output would you like to show?
│ ○ High Importance
│ ○ Medium Importance
│ ○ All
// highlight-end
└
-
High Importance
- Shows only the most important tool outputs
- Most minimal output level
-
Medium Importance
- Shows medium and high importance outputs
- Example: Results of file-write operations
-
All
- Shows all tool outputs
- Example: Shell command outputs
- Most verbose level