We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409c811 commit 5a648f3Copy full SHA for 5a648f3
src/search/metaSearchAgent.ts
@@ -213,9 +213,9 @@ class MetaSearchAgent implements MetaSearchAgentType {
213
new Document({
214
pageContent:
215
result.content ||
216
- this.config.activeEngines.includes('youtube')
+ (this.config.activeEngines.includes('youtube')
217
? result.title
218
- : '' /* Todo: Implement transcript grabbing using Youtubei (source: https://www.npmjs.com/package/youtubei) */,
+ : '') /* Todo: Implement transcript grabbing using Youtubei (source: https://www.npmjs.com/package/youtubei) */,
219
metadata: {
220
title: result.title,
221
url: result.url,
0 commit comments