diff --git a/src/agent.ts b/src/agent.ts index eae0741..160df47 100644 --- a/src/agent.ts +++ b/src/agent.ts @@ -393,7 +393,7 @@ export async function getResponse(question?: string, badHostnames: string[] = [], onlyHostnames: string[] = [], maxRef: number = 10, - minRelScore: number = 0.7 + minRelScore: number = 0.75 ): Promise<{ result: StepAction; context: TrackerContext; visitedURLs: string[], readURLs: string[], allURLs: string[] }> { let step = 0;