Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
miku448 committed Jan 22, 2024
1 parent fbe5279 commit b755c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class AlpacaSuggestionStrategy extends AbstractPromptStrategy<
}

public completeResponse(
input: RootState,
_input: RootState,
response: string[],
variables: Map<string, string>
): string[] {
Expand Down

0 comments on commit b755c40

Please sign in to comment.