fix: Improve documentation for AI SDK and AIProvider#958
Merged
Conversation
Contributor
|
@launchdarkly/browser size report |
Contributor
|
@launchdarkly/js-sdk-common size report |
Contributor
|
@launchdarkly/js-client-sdk-common size report |
Contributor
|
@launchdarkly/js-client-sdk size report |
abarker-launchdarkly
approved these changes
Oct 14, 2025
Merged
jsonbailey
pushed a commit
that referenced
this pull request
Oct 14, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>server-sdk-ai: 0.12.1</summary> ## [0.12.1](server-sdk-ai-v0.12.0...server-sdk-ai-v0.12.1) (2025-10-14) ### Bug Fixes * Improve documentation for AI SDK and AIProvider ([#958](#958)) ([17d595a](17d595a)) </details> <details><summary>server-sdk-ai-langchain: 0.1.1</summary> ## [0.1.1](server-sdk-ai-langchain-v0.1.0...server-sdk-ai-langchain-v0.1.1) (2025-10-14) ### Bug Fixes * Improve documentation for AI SDK and AIProvider ([#958](#958)) ([17d595a](17d595a)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/server-sdk-ai bumped from ^0.12.0 to ^0.12.1 </details> <details><summary>server-sdk-ai-openai: 0.1.0</summary> ## 0.1.0 (2025-10-14) ### Features * Add OpenAI Provider for AI SDK ([#947](#947)) ([5722911](5722911)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/server-sdk-ai bumped from ^0.12.0 to ^0.12.1 </details> <details><summary>server-sdk-ai-vercel: 0.1.0</summary> ## 0.1.0 (2025-10-14) ### Features * Add VercelAI Provider for AI SDK ([#948](#948)) ([1db731b](1db731b)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/server-sdk-ai bumped from ^0.12.0 to ^0.12.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publish server AI SDK 0.12.1, introduce new OpenAI and Vercel providers (0.1.0), bump LangChain provider to 0.1.1, and align dependencies/examples to ^0.12.1. > > - **AI SDK**: > - Bump `packages/sdk/server-ai` to `0.12.1` with changelog entry. > - **AI Providers**: > - New `packages/ai-providers/server-ai-openai` at `0.1.0` with changelog; depends on `@launchdarkly/server-sdk-ai@^0.12.1`. > - New `packages/ai-providers/server-ai-vercel` at `0.1.0` with changelog; depends on `@launchdarkly/server-sdk-ai@^0.12.1`. > - Bump `packages/ai-providers/server-ai-langchain` to `0.1.1`; updates dep to `@launchdarkly/server-sdk-ai@^0.12.1` and changelog. > - **Examples**: > - Update example apps to use `@launchdarkly/server-sdk-ai@0.12.1`. > - **Release Manifest**: > - Update `.release-please-manifest.json` versions for the above packages. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6d5d7c6. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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.
Note
Adds LangChain AI provider docs and references, expands AI SDK README with advanced usage, and updates publish workflow and release config for the new package.
packages/ai-providers/server-ai-langchainwith badges/links.packages/ai-providers/server-ai-langchain/README.mdwith quick setup and advanced usage examples.packages/sdk/server-ai/README.mdwith defaults, config retrieval,TrackedChatusage, provider integration, and custom metrics examples.packages/ai-providers/server-ai-langchaintoworkspace_pathoptions in.github/workflows/manual-publish.yml.packages/ai-providers/server-ai-langchainas prerelease withbump-minor-pre-majorand removerelease-as; keep other package configs unchanged.Written by Cursor Bugbot for commit 329a5d1. This will update automatically on new commits. Configure here.