Skip to content

Conversation

softchris
Copy link
Contributor

@softchris softchris commented Aug 29, 2025

Purpose

sampling is about delegation. The server tells the client I need help with this feature. The idea is that the server sends a sampling request to the client and the client uses its LLM to sample a response. This could be useful in many scenarios, everything from blog post abstract creation to creating a new product in a back office environment and more

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.

[ ] Yes
[ ] No

Does this require changes to learn.microsoft.com docs or modules?

which includes deployment, settings and usage instructions.

[ ] Yes
[ ] No

Type of change

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

@Copilot Copilot AI review requested due to automatic review settings August 29, 2025 17:04
Copy link
Contributor

@Copilot 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 adds a basic README file for the Sampling section in the Getting Started documentation. The change introduces a minimal documentation structure with just a title header.

Key Changes

  • Creates a new README.md file with basic title for the Sampling section

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -0,0 +1 @@
# Sampling
Copy link

Copilot AI Aug 29, 2025

Choose a reason for hiding this comment

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

The README file contains only a title header with no content. Since this is marked as a DRAFT, consider adding a brief description of what the Sampling section will cover, placeholder content sections, or a TODO list to guide future development.

Copilot uses AI. Check for mistakes.

@softchris softchris changed the title DRAFT docs: Add README for Sampling section DRAFT docs: ch 3.11 Sampling chapter Sep 19, 2025
@softchris softchris changed the title DRAFT docs: ch 3.11 Sampling chapter DRAFT docs: ch 3 Sampling chapter Oct 6, 2025
@anunes1828-png
Copy link

yes it public

@leestott leestott requested a review from Copilot October 11, 2025 10:52
Copy link
Contributor

@Copilot 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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

2 participants