We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4800d commit 118b53bCopy full SHA for 118b53b
packages/plugin-gitbook/src/providers/gitbook.ts
@@ -14,7 +14,7 @@ function cleanText(text: string): string {
14
15
async function validateQuery(runtime: IAgentRuntime, text: string): Promise<boolean> {
16
// Default general queries - everything else comes from config
17
- let keywords = {
+ const keywords = {
18
generalQueries: [
19
'how', 'what', 'where', 'explain', 'show', 'tell',
20
'can', 'does', 'is', 'are', 'will', 'why',
0 commit comments