Skip to content

Commit

Permalink
chore: let -> const
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Dec 28, 2024
1 parent 1f4800d commit 118b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-gitbook/src/providers/gitbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function cleanText(text: string): string {

async function validateQuery(runtime: IAgentRuntime, text: string): Promise<boolean> {
// Default general queries - everything else comes from config
let keywords = {
const keywords = {
generalQueries: [
'how', 'what', 'where', 'explain', 'show', 'tell',
'can', 'does', 'is', 'are', 'will', 'why',
Expand Down

0 comments on commit 118b53b

Please sign in to comment.