Skip to content

Commit edb2d50

Browse files
authored
Merge pull request #5 from tavily-ai/bugfix/param-name
fix(params): adding snake case param back to result
2 parents 0c10367 + 3134636 commit edb2d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-tavily/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export type TavilyExtractResult = {
319319
/**
320320
* The full content extracted from the page.
321321
*/
322-
rawContent: string;
322+
raw_content: string;
323323
/**
324324
* This is only available if {@link TavilyExtractParams.includeImages} is set to `true`. A list
325325
* of image URLs extracted from the page.

0 commit comments

Comments
 (0)