We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877e11 commit b8638b2Copy full SHA for b8638b2
packages/sdk/server-ai/src/api/LDAIClient.ts
@@ -2,6 +2,9 @@ import { LDContext } from '@launchdarkly/js-server-sdk-common';
2
3
import { LDAIConfig, LDGenerationConfig } from './config/LDAIConfig';
4
5
+/**
6
+ * Interface for default model configuration.
7
+ */
8
export interface LDAIDefaults extends LDGenerationConfig {
9
/**
10
* Whether the configuration is enabled.
0 commit comments