From d45d578d6cfadfbf8bcadb16966b23f5a95688a6 Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Wed, 15 Jan 2025 16:26:01 -0800 Subject: [PATCH] chore: rename class --- .../src/commands/promptGenerationOrchestrator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/salesforcedx-vscode-apex/src/commands/promptGenerationOrchestrator.ts b/packages/salesforcedx-vscode-apex/src/commands/promptGenerationOrchestrator.ts index aa0dbf31a5..812a7c3f70 100644 --- a/packages/salesforcedx-vscode-apex/src/commands/promptGenerationOrchestrator.ts +++ b/packages/salesforcedx-vscode-apex/src/commands/promptGenerationOrchestrator.ts @@ -41,7 +41,7 @@ Instructions: 8. Decline requests for prose/poetry. Ensure no sensitive details are included. Decline requests unrelated to OpenAPI v3 specs or asking for sensitive information.`; -export class GenerationStrategyDispatcher { +export class promptGenerationOrchestrator { public pickGenerationStrategy( metadata: ApexClassOASEligibleResponse, context: ApexClassOASGatherContextResponse