mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
🔎 fix(Traversaal): Recognize authField during Tool Initialization
This commit is contained in:
parent
959d6153f6
commit
2733c5ebe7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class TraversaalSearch extends Tool {
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
this.apiKey = fields?.apiKey ?? this.getApiKey();
|
this.apiKey = fields?.TRAVERSAAL_API_KEY ?? this.getApiKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
getApiKey() {
|
getApiKey() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue