Skip to content

Commit 85ff969

Browse files
committed
fix lint issue
1 parent a30e42d commit 85ff969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { LDContext, LDLogger } from '@launchdarkly/js-server-sdk-common';
44

55
import { LDAIAgent, LDAIAgentConfig, LDAIAgentDefaults } from './api/agents';
66
import { TrackedChat } from './api/chat';
7-
import { AIProviderFactory, SupportedAIProvider } from './api/providers';
87
import {
98
LDAIConfig,
109
LDAIConfigTracker,
@@ -17,6 +16,7 @@ import {
1716
VercelAISDKProvider,
1817
} from './api/config';
1918
import { LDAIClient } from './api/LDAIClient';
19+
import { AIProviderFactory, SupportedAIProvider } from './api/providers';
2020
import { LDAIConfigMapper } from './LDAIConfigMapper';
2121
import { LDAIConfigTrackerImpl } from './LDAIConfigTrackerImpl';
2222
import { LDClientMin } from './LDClientMin';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { LDContext } from '@launchdarkly/js-server-sdk-common';
22

33
import { LDAIAgent, LDAIAgentConfig, LDAIAgentDefaults } from './agents';
44
import { TrackedChat } from './chat';
5-
import { SupportedAIProvider } from './providers';
65
import { LDAIConfig, LDAIDefaults } from './config/LDAIConfig';
6+
import { SupportedAIProvider } from './providers';
77

88
/**
99
* Interface for performing AI operations using LaunchDarkly.

0 commit comments

Comments
 (0)