Skip to content

Commit

Permalink
feat: Add handler for chat requests in PowerPagesChatParticipant
Browse files Browse the repository at this point in the history
  • Loading branch information
tyaginidhi committed May 13, 2024
1 parent 0d95707 commit 9233aa9
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 728 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ export class PowerPagesChatParticipant {
}

private handler: vscode.ChatRequestHandler = async (
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_request: vscode.ChatRequest,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_context: vscode.ChatContext,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_stream: vscode.ChatResponseStream,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_token: vscode.CancellationToken
): Promise<IPowerPagesChatResult> => {
// Handle chat requests here
Expand Down
Loading

0 comments on commit 9233aa9

Please sign in to comment.