Skip to content

Commit e4943de

Browse files
leijgaoCopilot
andcommitted
Fix Acrolinx issues: replace hallucination, fix formatting and punctuation
Co-authored-by: Copilot <[email protected]>
1 parent cfb66d7 commit e4943de

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/microsoft-discovery/how-to-prompt-engineering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Agent instructions are the most important factor in your agent's behavior. They
3939

4040
### Define the agent's role and scope
4141

42-
Start your instructions with a clear identity statement. Specify the agent's domain, purpose, and boundaries. A well-scoped role reduces hallucination and off-topic responses.
42+
Start your instructions with a clear identity statement. Specify the agent's domain, purpose, and boundaries. A well-scoped role reduces inaccurate outputs and off-topic responses.
4343

4444
**Weak instruction:**
4545

@@ -157,7 +157,7 @@ GPT-5.2 and GPT-5.4 models support reasoning effort settings that trade off spee
157157

158158
### Handle uncertainty and ambiguity
159159

160-
Scientific research often involves incomplete data. Instruct your agent on how to handle uncertainty to reduce hallucination risk.
160+
Scientific research often involves incomplete data. Instruct your agent on how to handle uncertainty to reduce the risk of generating incorrect information.
161161

162162
```
163163
<uncertainty_handling>

articles/microsoft-discovery/how-to-select-models-for-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Research agents handle literature review, data analysis, summarization, and scie
4949

5050
- **GPT-5.2** (default recommendation)—Provides reliable reasoning for most research tasks. It handles tool execution, structured output, and multi-step analysis well. Start here for most prompt agents.
5151
- **GPT-5.4**—Choose this model when your agent processes large documents or needs extended context. The 1,050,000 token context window supports ingesting full papers, datasets, or lengthy experiment logs.
52-
- **GPT-5.2-Pro / GPT-5.4-Pro—Use Pro variants for agents that perform deep scientific reasoning, complex hypothesis generation, or advanced code synthesis. Pro models allocate more compute per request and produce more thorough outputs. Expect higher cost and slower response times.
52+
- **GPT-5.2-Pro / GPT-5.4-Pro**—Use Pro variants for agents that perform deep scientific reasoning, complex hypothesis generation, or advanced code synthesis. Pro models allocate more compute per request and produce more thorough outputs. Expect higher cost and slower response times.
5353

5454
### Prompt agents for planning and routing
5555

@@ -85,7 +85,7 @@ Workflow agents orchestrate multiple prompt agents through action flows. The wor
8585

8686
For multi-agent workflows, you can mix models across agents. For example, use GPT-5-mini for a routing agent, GPT-5.2 for a data-processing agent, and GPT-5.2-Pro for a synthesis agent. This approach optimizes cost without sacrificing output quality where it matters.
8787

88-
## Evaluate tradeoffs between quality cost and speed
88+
## Evaluate tradeoffs between quality, cost, and speed
8989

9090
Use the following decision matrix to guide your model selection.
9191

0 commit comments

Comments
 (0)