Skip to content

Commit 474514b

Browse files
authored
docs: AI config --> AI Config name change (#803)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Related issues** https://launchdarkly.atlassian.net/browse/DOCS-2117 **Describe the solution you've provided** Style guide change requires an update in capitalization here.
1 parent 249f35b commit 474514b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
### Bug Fixes
3232

33-
* Correct documentation for AI config function. ([#754](https://github.com/launchdarkly/js-core/issues/754)) ([0bdb0be](https://github.com/launchdarkly/js-core/commit/0bdb0be6b0e0213c5139af9008884ea74be197b1))
33+
* Correct documentation for AI Config function. ([#754](https://github.com/launchdarkly/js-core/issues/754)) ([0bdb0be](https://github.com/launchdarkly/js-core/commit/0bdb0be6b0e0213c5139af9008884ea74be197b1))
3434

3535
## [0.8.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.7.1...server-sdk-ai-v0.8.0) (2025-01-23)
3636

@@ -89,11 +89,11 @@
8989

9090
### ⚠ BREAKING CHANGES
9191

92-
* Updated AI config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697))
92+
* Updated AI Config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697))
9393

9494
### Features
9595

96-
* Updated AI config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697)) ([cd72ea8](https://github.com/launchdarkly/js-core/commit/cd72ea8193888b0635b5beffa0a877b18294777e))
96+
* Updated AI Config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697)) ([cd72ea8](https://github.com/launchdarkly/js-core/commit/cd72ea8193888b0635b5beffa0a877b18294777e))
9797

9898
## [0.3.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.2.1...server-sdk-ai-v0.3.0) (2024-11-15)
9999

packages/sdk/server-ai/examples/bedrock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn build
2424
Before running the example, make sure to set the following environment variables:
2525

2626
- `LAUNCHDARKLY_SDK_KEY`: Your LaunchDarkly SDK key
27-
- `LAUNCHDARKLY_AI_CONFIG_KEY`: Your LaunchDarkly AI configuration key (defaults to 'sample-ai-config' if not set)
27+
- `LAUNCHDARKLY_AI_CONFIG_KEY`: Your LaunchDarkly AI Config key (defaults to 'sample-ai-config' if not set)
2828

2929
Additionally, ensure you have proper AWS credentials configured to access Bedrock services.
3030

packages/sdk/server-ai/examples/openai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn build
2424
Before running the example, make sure to set the following environment variables:
2525

2626
- `LAUNCHDARKLY_SDK_KEY`: Your LaunchDarkly SDK key
27-
- `LAUNCHDARKLY_AI_CONFIG_KEY`: Your LaunchDarkly AI configuration key (defaults to 'sample-ai-config' if not set)
27+
- `LAUNCHDARKLY_AI_CONFIG_KEY`: Your LaunchDarkly AI Config key (defaults to 'sample-ai-config' if not set)
2828
- `OPENAI_API_KEY`: Your OpenAI API key
2929

3030
## Usage
@@ -46,4 +46,4 @@ yarn start
4646

4747
## Note
4848

49-
This example uses OpenAI's chat completions API. Make sure your LaunchDarkly AI configuration is set up correctly to work with OpenAI's models and API structure.
49+
This example uses OpenAI's chat completions API. Make sure your LaunchDarkly AI Config is set up correctly to work with OpenAI's models and API structure.

packages/sdk/server-ai/src/api/LDAIClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { LDAIConfig, LDAIDefaults } from './config/LDAIConfig';
77
*/
88
export interface LDAIClient {
99
/**
10-
* Retrieves and processes an AI configuration based on the provided key, LaunchDarkly context,
10+
* Retrieves and processes an AI Config based on the provided key, LaunchDarkly context,
1111
* and variables. This includes the model configuration and the customized messages.
1212
*
13-
* @param key The key of the AI configuration.
13+
* @param key The key of the AI Config.
1414
* @param context The LaunchDarkly context object that contains relevant information about the
1515
* current environment, user, or session. This context may influence how the configuration is
1616
* processed or personalized.

packages/sdk/server-ai/src/api/config/LDAIConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface LDMessage {
4242
}
4343

4444
/**
45-
* AI configuration and tracker.
45+
* AI Config and tracker.
4646
*/
4747
export interface LDAIConfig {
4848
/**

packages/telemetry/browser-telemetry/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
### ⚠ BREAKING CHANGES
6262

63-
* Updated AI config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697))
63+
* Updated AI Config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697))
6464

6565
### Features
6666

@@ -80,7 +80,7 @@
8080
* Random uuid for telemetry package. ([#689](https://github.com/launchdarkly/js-core/issues/689)) ([4cf34f9](https://github.com/launchdarkly/js-core/commit/4cf34f94f9d1a1949462187d09e7d84b096edb15))
8181
* Rename initializeTelemetryInstance to initTelemetryInstance for consistency with initTelemetry. ([257734f](https://github.com/launchdarkly/js-core/commit/257734f74d5c36d9e68441d6ca7dd7d1a6a2ba9b))
8282
* Source maps with inline sources for browser-telemetry. ([#735](https://github.com/launchdarkly/js-core/issues/735)) ([1656a85](https://github.com/launchdarkly/js-core/commit/1656a856e412a661af26ed08620aebedf2064ae1))
83-
* Updated AI config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697)) ([cd72ea8](https://github.com/launchdarkly/js-core/commit/cd72ea8193888b0635b5beffa0a877b18294777e))
83+
* Updated AI Config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697)) ([cd72ea8](https://github.com/launchdarkly/js-core/commit/cd72ea8193888b0635b5beffa0a877b18294777e))
8484
* Vendor TraceKit ([d1b364e](https://github.com/launchdarkly/js-core/commit/d1b364eaf08502b8b7d65c124833b617577fd081))
8585

8686

0 commit comments

Comments
 (0)