Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AI SDKs
Here are the configuration options for private context attributes in AI SDKs:.NET AI
Expand .NET AI SDK code sample
Expand .NET AI SDK code sample
In the .NET AI SDK you can mark attributes as private when building the context object by calling When the SDK sends this context back to LaunchDarkly, it removes the
Private() after setting the attribute on the context builder.For example:email attribute.Go AI
Expand Go AI SDK code sample
Expand Go AI SDK code sample
In the Go AI SDK you can mark attributes as private when building the context object by calling When the SDK sends this context back to LaunchDarkly, it removes the
Private() after setting the attribute on the context builder.For example:email attribute.Node.js (server-side) AI
Expand Node.js (server-side) AI SDK code sample
Expand Node.js (server-side) AI SDK code sample
In the Node.js (server-side) AI SDK you can define a set of When the SDK sends this context back to LaunchDarkly, it removes the
privateAttributes on the context object.Here’s how:email attribute.Python AI
Expand Python AI code sample
Expand Python AI code sample
In the Python AI SDK you can mark attributes as private when building the context object by calling the When the SDK sends this context back to LaunchDarkly, it removes the
private builder method.Here’s how:email attribute.Ruby AI
Expand Ruby AI code sample
Expand Ruby AI code sample
In the Ruby AI SDK you can mark attributes as private when creating the context.Here’s how:When the SDK sends this context back to LaunchDarkly, it removes the
email attribute.