Skip to content

Commit b6caa1e

Browse files
committed
fix: correct typo in llm service vscode command
@ W-17466904@
1 parent c03a6ae commit b6caa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export * from './types';
1111
export const telemetryCommand = 'sf.vscode.core.get.telemetry';
1212
export const loggerCommand = 'sf.vscode.core.logger.get.instance';
1313
export const llmServiceCommand =
14-
'salesforcedx-einstein-gpt.getLlmServiceInstance';
14+
'salesforcedx-einstein-gpt.getLLMServiceInstance';

0 commit comments

Comments
 (0)