Skip to content

Commit a2c9f03

Browse files
authored
Merge pull request #1173 from Portkey-AI/revert-1150-exa-plugin-fix
Revert "fix: Exa guardrail"
2 parents b52ad3b + 710f4dc commit a2c9f03

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)