feat: Add .NET Server AI SDK examples#2
Merged
Conversation
b750f93 to
a9ad344
Compare
mattrmc1
approved these changes
Jun 17, 2026
ab2e7e9 to
5c5d3d4
Compare
a9ad344 to
11b4130
Compare
5c5d3d4 to
62cba69
Compare
11b4130 to
f012cac
Compare
62cba69 to
034900c
Compare
f012cac to
072c814
Compare
034900c to
af060f9
Compare
072c814 to
06dd121
Compare
af060f9 to
72fa068
Compare
06dd121 to
ec9cb23
Compare
ec9cb23 to
85df338
Compare
This was referenced Jun 18, 2026
kinyoklion
reviewed
Jun 18, 2026
kinyoklion
reviewed
Jun 18, 2026
kinyoklion
approved these changes
Jun 18, 2026
85df338 to
9c5cca2
Compare
Contributor
Author
|
Per Ryan's feedback, switched from a generic |
Adds the server-sdk-ai partition (LaunchDarkly.ServerSdk.Ai) following the EXAM layout: provider integrations under frameworks/ (OpenAI Chat Completions, Bedrock Converse) and provider-agnostic SDK-surface examples under features/ (completion-config, agent-config, judge-config). Sourced from dotnet-core PR #293 (AIC-2789); each example is self-contained and references the published NuGet packages with floating versions. Adds the AI SDK row to the root README, a server-sdk-ai README index, and a CODEOWNERS rule giving the AI teams the folder.
9c5cca2 to
1ebe2ee
Compare
Without AWSSDK.SSO and AWSSDK.SSOOIDC, the .NET AWS SDK cannot resolve AWS SSO credentials and falls through to the EC2 Instance Metadata Service, which fails on local machines. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on #1. Adds the
server-sdk-ai/partition (LaunchDarkly.ServerSdk.Ai) following the EXAM layout.Examples are sourced from dotnet-core PR #293 (AIC-2789) — each is a self-contained console app referencing the published NuGet packages with floating versions (
8.*/0.*), so no project-reference rewiring was needed.Layout
Notes
frameworks/rather thangetting-started/; the README still presents them under a Getting Started heading.../../getting-started→../../frameworks)..NET Server AI SDKrow; CODEOWNERS givesteam-ai-agents/team-ai-evalsownership of/server-sdk-ai/.completion-configandopenai/chat-completionsbuild clean against the floating versions.Not included
Jira: AIC-2801