Skip to content

Labeled Training Data Support#56291

Open
Copilot wants to merge 1 commit intocu_sdk/ga-sample16-labelsfrom
copilot/sub-pr-56290
Open

Labeled Training Data Support#56291
Copilot wants to merge 1 commit intocu_sdk/ga-sample16-labelsfrom
copilot/sub-pr-56290

Conversation

Copy link
Contributor

Copilot AI commented Feb 14, 2026

Description

Adds support for creating custom analyzers with labeled training data from Azure Blob Storage. Introduces a new sample, exposes a simplified constructor for LabeledDataKnowledgeSource, and improves operation ID parsing robustness.

Sample and Documentation

  • Added Sample16_CreateAnalyzerWithLabels.md demonstrating labeled training data workflow with Azure Blob Storage setup, code snippets, and helper methods for data upload and access
  • Updated README to document labeled training data capability and reference new sample

API Enhancement

  • Added LabeledDataKnowledgeSource constructor accepting only container URL (file list path optional) across all target frameworks via new partial class

Other Changes

  • Improved operation ID extraction from Operation-Location header in OperationWithId.cs
  • Updated assets.json build tag

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add support for labeled training data in analyzers Labeled Training Data Support Feb 14, 2026
Copilot AI requested a review from changjian-wang February 14, 2026 06:54
@changjian-wang changjian-wang marked this pull request as ready for review February 14, 2026 07:46
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

Comments