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
  • Loading branch information
kinyoklion authored Jan 23, 2025
1 parent 8b0c7ed commit 9247412
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 @@ -8,7 +8,7 @@ import { LDAIConfig, LDAIDefaults } from './config/LDAIConfig';
export interface LDAIClient {
/**
* Retrieves and processes an AI configuration based on the provided key, LaunchDarkly context,
* and variables. This includes the model configuration and the processed messages.
* and variables. This includes the model configuration and the customized messages.
*
* @param key The key of the AI configuration.
* @param context The LaunchDarkly context object that contains relevant information about the
Expand Down

0 comments on commit 9247412

Please sign in to comment.