File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 51
51
" import \" dotenv/config\" ;"
52
52
]
53
53
},
54
+ {
55
+ "cell_type" : " markdown" ,
56
+ "id" : " 067b43d0" ,
57
+ "metadata" : {},
58
+ "source" : [
59
+ " ### Install dependencies\n " ,
60
+ " \n " ,
61
+ " ```bash\n " ,
62
+ " npm install @langchain/core @langchain/anthropic @langchain/langgraph @langchain/tavily zod canvas d3 tslab\n " ,
63
+ " ```"
64
+ ]
65
+ },
54
66
{
55
67
"cell_type" : " markdown" ,
56
68
"id" : " d2c46b34" ,
100
112
},
101
113
{
102
114
"cell_type" : " code" ,
103
- "execution_count" : 3 ,
115
+ "execution_count" : null ,
104
116
"id" : " f04c6778-403b-4b49-9b93-678e910d5cec" ,
105
117
"metadata" : {},
106
118
"outputs" : [],
107
119
"source" : [
108
120
" import \" tsx\" ; // Only for running this in TSLab. See: https://github.com/yunabe/tslab/issues/72\n " ,
109
- " import { TavilySearchResults } from \" @langchain/community/tools/tavily_search \" ;\n " ,
121
+ " import { TavilySearch } from \" @langchain/tavily \" ;\n " ,
110
122
" import { DynamicStructuredTool } from \" @langchain/core/tools\" ;\n " ,
111
123
" import * as d3 from \" d3\" ;\n " ,
112
124
" // ----------ATTENTION----------\n " ,
206
218
" },\n " ,
207
219
" });\n " ,
208
220
" \n " ,
209
- " const tavilyTool = new TavilySearchResults ();"
221
+ " const tavilyTool = new TavilySearch ();"
210
222
]
211
223
},
212
224
{
You can’t perform that action at this time.
0 commit comments