Skip to content

Commit

Permalink
Disable any type validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoshi committed Nov 12, 2024
1 parent 9997664 commit 3ea5734
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import * as vscode from 'vscode';
import { createSite } from "./CreateSiteHelper";

export class CreateSiteCommand implements Command {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
async execute(request: any, stream: vscode.ChatResponseStream): Promise<any> {
const { prompt, intelligenceAPIEndpointInfo, intelligenceApiToken, powerPagesAgentSessionId, telemetry } = request;

Expand Down

0 comments on commit 3ea5734

Please sign in to comment.