Skip to content

Commit 391be95

Browse files
committed
tweak docs
1 parent 86dc644 commit 391be95

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/src/content/docs/reference/engines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ engine:
2727
- **`model`** (optional): AI model to use (`gpt-5` or defaults to `claude-sonnet-4`)
2828
- **`version`** (optional): Version of the GitHub Copilot CLI to install (defaults to `latest`)
2929

30-
:::note
31-
The Copilot engine does not have built-in `web-search` support. You can add web search capabilities using third-party MCP servers. See the [Web Search with MCP guide](/gh-aw/guides/web-search/) for available options and setup instructions.
32-
:::
33-
3430
**Environment Variables:**
3531
- **`COPILOT_MODEL`**: Alternative way to set the model (e.g., `gpt-5`)
3632

@@ -54,6 +50,10 @@ gh secret set GITHUB_MCP_TOKEN -a actions --body "<your-github-pat>"
5450

5551
See [GitHub Tools - Remote Mode](/gh-aw/reference/tools/#github-remote-mode) for more details.
5652

53+
:::note
54+
The Copilot engine does not have built-in `web-search` support. You can add web search capabilities using third-party MCP servers. See the [Using Web Search](/gh-aw/guides/web-search/) for available options and setup instructions.
55+
:::
56+
5757
### Anthropic Claude Code
5858

5959
Claude Code excels at reasoning, code analysis, and understanding complex contexts. It provides robust capabilities for agentic workflows.

docs/src/content/docs/reference/tools.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sidebar:
77

88
This guide covers the available tools that can be configured in agentic workflows, including GitHub tools, Playwright browser automation, custom MCP servers, and neutral tools.
99

10+
## Overview
11+
1012
Tools are defined in the frontmatter to specify which GitHub API calls, browser automation, and AI capabilities are available to your workflow:
1113

1214
```yaml
@@ -103,7 +105,7 @@ tools:
103105
```
104106

105107
:::note
106-
Some engines (like Copilot) don't have built-in `web-search` support. You can add web search using third-party MCP servers instead. See the [Web Search with MCP guide](/gh-aw/guides/web-search/) for options.
108+
Some engines (like Copilot) don't have built-in `web-search` support. You can add web search using third-party MCP servers instead. See the [Using Web Search](/gh-aw/guides/web-search/) for options.
107109
:::
108110

109111
## GitHub Tools (`github:`)

0 commit comments

Comments
 (0)