Class SdkInfo
Contains metadata about the AI SDK, such as its name, version, and implementation language.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public static class SdkInfo
Fields
| Edit this page View SourceLanguage
The implementation language.
Declaration
public const string Language = "dotnet"
Field Value
| Type | Description |
|---|---|
| string |
Name
The name of the AI SDK package.
Declaration
public const string Name = "LaunchDarkly.ServerSdk.Ai"
Field Value
| Type | Description |
|---|---|
| string |
Version
The version of the AI SDK package.
Declaration
public const string Version = "0.9.3"
Field Value
| Type | Description |
|---|---|
| string |