Skip to content

Commit c06b42e

Browse files
authored
Merge branch 'main' into feat/circuit_breaker
2 parents c86ac4f + a2c9f03 commit c06b42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/exa/online.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const performExaSearch = async (
3737
query,
3838
numResults,
3939
useAutoprompt: true,
40-
text: {
41-
includeHtmlTags: false,
40+
contents: {
41+
text: true,
4242
},
4343
};
4444

0 commit comments

Comments
 (0)