Skip to content

Commit 3134636

Browse files
Michael GMichael G
authored andcommitted
fix(params): adding snake case param back to result
1 parent 0c10367 commit 3134636

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)