Skip to content

Fix typos in 03-GettingStarted/14-sampling README.md#690

Merged
leestott merged 4 commits into
microsoft:mainfrom
marietta-a:fix/03-14-sampling-README.md
Apr 11, 2026
Merged

Fix typos in 03-GettingStarted/14-sampling README.md#690
leestott merged 4 commits into
microsoft:mainfrom
marietta-a:fix/03-14-sampling-README.md

Conversation

@marietta-a
Copy link
Copy Markdown
Contributor

@marietta-a marietta-a commented Apr 2, 2026

Fixes typos in 03-GettingStarted/14-sampling README.md, such as:

  • "...gives your LLM a personaly ..." -> "... gives your LLM a personality ..."

  • "... if you're only building building a server ..." -> "... if you're only building a server ..."

@marietta-a marietta-a changed the title Fix typos in 03-GettingStarted\14-sampling Fix typos in 03-GettingStarted/14-sampling Apr 4, 2026
@leestott leestott requested a review from Copilot April 11, 2026 16:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the sampling lesson documentation by correcting several typos/grammar issues in 03-GettingStarted/14-sampling/README.md.

Changes:

  • Fixes wording/grammar in the sampling request explanation (e.g., “personality”, “are recommended”).
  • Fixes duplicated word in a note and improves grammar in a numbered list.
  • Adjusts assignment section wording (“arguments”, “to construct”).
Show a summary per file
File Description
03-GettingStarted/14-sampling/README.md Documentation typo/grammar fixes in the sampling lesson README.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 2

Comment thread 03-GettingStarted/14-sampling/README.md Outdated
Comment on lines +335 to +337
**Scenario**: The back office worker at an e-commerce needs help, it takes way too much time to generate product descriptions. Therefore, you are to build a solution where you can call a tool "create_product" with "title" and "keywords" as arguments and it should produce a complete product including a "description" field that should be populated by a client's LLM.

TIP: use what you learned earlier how to construct this server and its tool using a sampling request.
TIP: use what you learned earlier to construct this server and its tool using a sampling request.
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says this fixes typos in this README, but there are still obvious typos earlier in the same file (e.g., “Sampling is an davanced features…” around line 21). Either broaden the PR to include those remaining typos or adjust the PR description/scope accordingly.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@marietta-a marietta-a changed the title Fix typos in 03-GettingStarted/14-sampling Fix typos in 03-GettingStarted/14-sampling README.md Apr 11, 2026
@leestott leestott merged commit 091c199 into microsoft:main Apr 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants