Skip to content

Commit

Permalink
Update packages/sdk/server-ai/src/api/LDAIClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Molly <molly.jones@launchdarkly.com>
  • Loading branch information
kinyoklion and mmrj authored Jan 23, 2025
1 parent 6d2c803 commit 6280541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/server-ai/src/api/LDAIClient.ts
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ export interface LDAIClient {
* are the corresponding replacements.
*
* @returns The AI `config`, processed `messages`, and a `tracker`. If the configuration cannot be accessed from
* LaunchDarkly, then the return value will include information from the defaultValue. The returned `tracker` can
* LaunchDarkly, then the return value will include information from the `defaultValue`. The returned `tracker` can
* be used to track AI operation metrics (latency, token usage, etc.).
*
* @example

0 comments on commit 6280541

Please sign in to comment.