diff --git a/documentation/docs/guides/adjust-tool-output.md b/documentation/docs/guides/adjust-tool-output.md index 7115ef9e87..65c618602a 100644 --- a/documentation/docs/guides/adjust-tool-output.md +++ b/documentation/docs/guides/adjust-tool-output.md @@ -3,7 +3,32 @@ sidebar_position: 11 title: Adjusting Tool Output Verbosity sidebar_label: Adjust Tool Output --- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + +Response Styles customize how tool interactions are displayed in the Goose Desktop chat window. + +To change this setting: +1. Click the menu icon in the top right corner. +2. Select `Advanced Settings` from the menu. +3. Under `Response Styles`, select either `Detailed` or `Concise`. + +- **Concise** (Default) + - Tool calls are collapsed by default + - Shows only which tool Goose used + - Best for users focusing on results rather than technical details + +- **Detailed** + - Tool calls are expanded by default + - Shows the details of tool calls and their responses + - Best for debugging or learning how Goose works + +This setting only affects the default state of tool calls in the conversation. You can always manually expand or collapse any tool call regardless of your chosen style. + + + When working with the Goose CLI, you can control the verbosity of tool output. To adjust the tool output, run: @@ -56,3 +81,5 @@ Next, choose one of the available modes: - Shows all tool outputs - Example: Shell command outputs - Most verbose level + + \ No newline at end of file