Skip to content

Commit d50da6e

Browse files
committed
Add callout for deep search timeout and remove deep search from mcp docs
1 parent 186c33b commit d50da6e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

docs/api/mcp/index.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,7 @@ Find repositories where a contributor has made commits.
177177
- `limit` - Maximum repositories to return (optional, default 20)
178178
- `minCommits` - Minimum commits required (optional, default 1)
179179

180-
### [Deep Search](/deep-search)
181180

182-
#### `sg_deepsearch`
183-
184-
Perform comprehensive analysis of complex questions about your codebase.
185-
186-
**Parameters:**
187-
- `question` - Complex technical question (required)
188-
189-
**Features:** Agentic LLM-powered research with automatic tool usage
190181

191182
## Usage Examples
192183

docs/deep-search/api.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ curl 'https://your-sourcegraph-instance.com/.api/deepsearch/v1' \
3838

3939
## Creating conversations
4040

41+
<Callout type="note">
42+
Synchronous API calls currently have a **1 minute timeout**. For complex questions that might take longer to process, request [asynchronous processing](#asynchronous-processing) instead.
43+
</Callout>
44+
4145
Create a new Deep Search conversation by asking a question:
4246

4347
```bash

0 commit comments

Comments
 (0)