Skip to content

Commit 9b6669a

Browse files
authored
docs: removing LLM Usage admonitions (#7227)
1 parent ab54075 commit 9b6669a

12 files changed

+0
-48
lines changed

documentation/docs/mcp/agentql-mcp.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
7474

7575
Let's use the AgentQL extension to gather and structure tech conference data to help plan speaking engagements.
7676

77-
:::info LLM
78-
Anthropic's Claude 4 Sonnet was used for this task.
79-
:::
8077

8178
### goose Prompt
8279

documentation/docs/mcp/alby-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ You'll need [Node.js](https://nodejs.org/) installed on your system to run this
117117

118118
## Example Usage
119119

120-
:::info LLM
121-
Claude Sonnet 3.7 was used for this task. A similarly capable model is recommended to ensure the tool is used correctly.
122-
:::
123-
124120
:::tip Memory Extension
125121
Use the built-in memory extension to save your contacts. e.g. "My friend Rene's lightning address is reneaaron@getalby.com. Please save it to your memory."
126122
:::

documentation/docs/mcp/asana-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
7676

7777
## Example Usage
7878

79-
:::info LLM
80-
OpenAI's GPT-4o was used for this task. There's an [open bug](https://github.com/block/goose/issues/1804) for Amazon Bedrock models.
81-
:::
82-
8379
### goose Prompt
8480

8581
> _goose, I have one hour. Look through uncompleted tasks assigned to me in Asana and show me ones that you estimate will take an hour or less. Order them by deadline._

documentation/docs/mcp/beads-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ uv tool install beads-mcp --with packaging
6666

6767
In this example, we'll use Beads to coordinate building an expense tracker web app across **multiple parallel sessions**. This demonstrates how Beads enables multiple goose instances to work on the same project without conflicts.
6868

69-
:::info LLM
70-
Anthropic's Claude Opus 4.5 was used for this task.
71-
:::
72-
7369
### Overview
7470

7571
We'll run **4 goose sessions**:

documentation/docs/mcp/browserbase-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
7474

7575
Let's use the Browserbase extension to gather information about trending MCP-related repositories on GitHub.
7676

77-
:::info LLM
78-
Claude 4 Sonnet was used for this task.
79-
:::
80-
8177
### goose Prompt
8278

8379
```

documentation/docs/mcp/cloudflare-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ Choose one or more servers based on your needs. Here are the most popular config
131131

132132
Let's use the Observability server to debug performance issues with a Workers application:
133133

134-
:::info LLM
135-
Anthropic's Claude 4 Sonnet was used for this task.
136-
:::
137-
138134
#### goose Prompt
139135
```
140136
I'm seeing high error rates on my Workers application "my-api-worker". Can you help me:

documentation/docs/mcp/cloudinary-asset-management-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ Let's use the Cloudinary extension to find and transform product images with adv
7676
2. Apply complex transformations including background removal
7777
3. Add text overlays with precise positioning
7878

79-
:::info LLM
80-
Anthropic's Claude 4 Sonnet was used for this task.
81-
:::
82-
8379
### goose Prompt
8480
```
8581
1. find shoe images in my Cloudinary samples that have 'shoe' in the filename or public ID.

documentation/docs/mcp/cognee-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ See the [Cognee MCP documentation](https://docs.cognee.ai/how-to-guides/deployme
7272

7373
Cognee provides knowledge graph memory capabilities for goose, allowing it to remember and connect information across conversations and documents.
7474

75-
:::info LLM
76-
OpenAI's GPT-4o was used for this task.
77-
:::
78-
7975
### goose Prompt
8076

8177
> _goose, please cognify this information: "I prefer Python for data analysis and use pandas extensively. My current project involves analyzing customer behavior data." Then search for information about my programming preferences._

documentation/docs/mcp/computer-controller-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ Let goose complete its tasks without interruption - avoid using your mouse or ke
5555

5656
In this example, I'll show you how goose can multitask, handling everything from system controls and music playback to web research and data organization.
5757

58-
:::info LLM
59-
Anthropic's Claude 4 Sonnet was used for this task.
60-
:::
61-
6258
<Tabs groupId="interface">
6359
<TabItem value="ui" label="goose Desktop" default>
6460
1. Open a new session in goose Desktop

documentation/docs/mcp/developer-mcp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ The Developer extension is already enabled by default when goose is installed.
5656

5757
In this example, I'm going to have goose automate setting up my JavaScript developer environment with Express, Mongoose, Nodemon, Dotenv and initialize Git.
5858

59-
:::info LLM
60-
Anthropic's Claude 4 Sonnet was used for this task.
61-
:::
62-
6359

6460
<Tabs groupId="interface">
6561
<TabItem value="ui" label="goose Desktop" default>

0 commit comments

Comments
 (0)