From 2733c5ebe76a4b323138e76124ecbf36fc055dd9 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 6 Mar 2024 10:59:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20fix(Traversaal):=20Recognize=20`?= =?UTF-8?q?authField`=20during=20Tool=20Initialization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/clients/tools/structured/TraversaalSearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/clients/tools/structured/TraversaalSearch.js b/api/app/clients/tools/structured/TraversaalSearch.js index 5de60b8200..e8ceeda134 100644 --- a/api/app/clients/tools/structured/TraversaalSearch.js +++ b/api/app/clients/tools/structured/TraversaalSearch.js @@ -25,7 +25,7 @@ class TraversaalSearch extends Tool { ), }); - this.apiKey = fields?.apiKey ?? this.getApiKey(); + this.apiKey = fields?.TRAVERSAAL_API_KEY ?? this.getApiKey(); } getApiKey() {