Skip to content

Commit 17ef0ef

Browse files
authored
Update deep-research.md
1 parent 7e27943 commit 17ef0ef

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,22 @@ At its core, the Deep Research tool orchestrates a multi-step research pipeline
3232

3333
The Deep research tool uses the `o3-deep-research` model for its research tasks. It is a fine-tuned version of the `o3` model designed to perform automated detailed analysis of knowledge sources and create detailed research reports.
3434

35-
Key features:
35+
**Key features**:
3636
- Handles text, images and PDFs as part of its research tasks
3737
- 200K context length, 100K completion tokens, and May 31, 2024 knowledge cutoff
3838
- Outputs its thinking as reasoning summary as it analyzes information
3939
- Delivers a synthesized report at the end of the research task
4040

41-
Deployment information:
41+
**Deployment information**:
4242
- Deployment type: Global Standard
4343
- Regions: West US, Norway East
44-
- Quotas and limits: Enterprise: 30K RPS/ 30M TPM, Default: 3K RPS/ 3M TPM
44+
- Quotas and limits: Enterprise: 30 K RPS/ 30 M TPM, Default: 3 K RPS/ 3 M TPM
4545

46-
### Clarifying intent and scoping the task
46+
### GPT model deployment for clarifying intent
4747

48-
When a user or downstream app submits a research query, the agent uses GPT-series models including GPT-4o and GPT-4.1 to clarify the question, gather additional context if needed, and precisely scope the research task. This ensures the agent’s output is both relevant and actionable, and that every search is optimized for your business scenario.
48+
The deep research tool uses a second model deployment to clarify the question, gather additional context if needed, and precisely scope the research task. This ensures the agent’s output is both relevant and actionable, and that every search is optimized for your business scenario.
49+
50+
This second model can be any of the GPT-series models including GPT-4o and GPT-4.1.
4951

5052
### Grounding with Bing Search
5153

0 commit comments

Comments
 (0)