Skip to content

Commit 7043d26

Browse files
committed
Rename AIClient file to LDAIClient.
1 parent f361b9b commit 7043d26

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/sdk/server-ai/src/LDAIClientImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Mustache from 'mustache';
22

33
import { LDClient, LDContext } from '@launchdarkly/node-server-sdk';
44

5-
import { LDAIClient } from './api/AIClient';
5+
import { LDAIClient } from './api/LDAIClient';
66
import { LDAIConfig, LDGenerationConfig, LDModelConfig, LDPrompt } from './api/config';
77
import { LDAIConfigTrackerImpl } from './LDAIConfigTrackerImpl';
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './config';
22
export * from './metrics';
3-
export * from './AIClient';
3+
export * from './LDAIClient';

packages/sdk/server-ai/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { LDClient } from '@launchdarkly/node-server-sdk';
22

3-
import { LDAIClient } from './api/AIClient';
3+
import { LDAIClient } from './api/LDAIClient';
44
import { LDAIClientImpl } from './LDAIClientImpl';
55

66
/**

0 commit comments

Comments
 (0)