Skip to content

Commit aa6cb18

Browse files
committed
Add package documentation for server AI.
1 parent fc63eec commit aa6cb18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/sdk/server-ai/src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* This is the API reference for the LaunchDarkly AI SDK for Server-Side JavaScript.
3+
*
4+
* In typical usage, you will call {@link initAi} once at startup time to obtain an instance of
5+
* {@link LDAIClient}, which provides access to all of the SDK's functionality.
6+
*
7+
* @packageDocumentation
8+
*/
19
import { LDAIClient } from './api/LDAIClient';
210
import { LDAIClientImpl } from './LDAIClientImpl';
311
import { LDClientMin } from './LDClientMin';

0 commit comments

Comments
 (0)