Skip to content

Commit

Permalink
fix: remove redundant config field
Browse files Browse the repository at this point in the history
  • Loading branch information
LironMShemen committed Jan 7, 2025
1 parent bcb262e commit 8375e40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Copilot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ export class Copilot {
private stepPerformer: StepPerformer;
private cacheHandler: CacheHandler;
private isRunning: boolean = false;
private config: Config;

private constructor(config: Config) {
this.config = config;
this.promptCreator = new PromptCreator(config.frameworkDriver.apiCatalog);
this.codeEvaluator = new CodeEvaluator();
this.snapshotManager = new SnapshotManager(config.frameworkDriver);
Expand Down

0 comments on commit 8375e40

Please sign in to comment.