Skip to content

Commit 118b53b

Browse files
committed
chore: let -> const
1 parent 1f4800d commit 118b53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-gitbook/src/providers/gitbook.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function cleanText(text: string): string {
1414

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

0 commit comments

Comments
 (0)