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 <[email protected]>
  • Loading branch information
kinyoklion and mmrj authored Jan 23, 2025
1 parent 6280541 commit 1a7b113
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
Expand Up @@ -20,7 +20,7 @@ export interface LDAIClient {
* the message content. The keys correspond to placeholders within the template, and the values
* are the corresponding replacements.
*
* @returns The AI `config`, processed `messages`, and a `tracker`. If the configuration cannot be accessed from
* @returns The AI `config`, customized `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
* be used to track AI operation metrics (latency, token usage, etc.).
*
Expand Down

0 comments on commit 1a7b113

Please sign in to comment.