Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .sdk_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,35 @@
"tag-prefix": "LaunchDarkly.ClientSdk-"
},
"userAgents": ["DotnetClientSide", "XamarinClient"]
},
"dotnet-server-sdk-ai": {
"name": ".NET Server AI SDK",
"type": "ai",
"path": "pkgs/sdk/server-ai",
"languages": [
"C#"
],
"aiSdkNames": ["LaunchDarkly.ServerSdk.Ai"],
"features": {
"aiAgentConfig": {
"introduced": "0.11"
},
"aiAgentGraph": {
"introduced": "0.12"
},
"aiCompletionConfig": {
"introduced": "0.1"
},
"aiJudgeConfig": {
"introduced": "0.11"
},
"aiTrackMetrics": {
"introduced": "0.1"
}
},
"releases": {
"tag-prefix": "LaunchDarkly.ServerSdk.Ai-"
}
}
}
}
2 changes: 1 addition & 1 deletion pkgs/sdk/server-ai/src/SdkInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ public static class SdkInfo
/// <summary>
/// The implementation language.
/// </summary>
public const string Language = "dotnet";
public const string Language = "c#";
}
Loading