Skip to content

Commit b8638b2

Browse files
committed
More comments.
1 parent 7877e11 commit b8638b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sdk/server-ai/src/api/LDAIClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { LDContext } from '@launchdarkly/js-server-sdk-common';
22

33
import { LDAIConfig, LDGenerationConfig } from './config/LDAIConfig';
44

5+
/**
6+
* Interface for default model configuration.
7+
*/
58
export interface LDAIDefaults extends LDGenerationConfig {
69
/**
710
* Whether the configuration is enabled.

0 commit comments

Comments
 (0)