Skip to content

Commit a601695

Browse files
committed
updated nodes metadata
1 parent dee1a42 commit a601695

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scrapegraphai/helpers/nodes_metadata.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"""
44

55
nodes_metadata = {
6+
"SearchInternetNode": {
7+
"description": "Refactors the user's query into a search query and fetches the search result URLs.",
8+
"type": "node",
9+
"args": {
10+
"user_input": "User's query or question."
11+
},
12+
"returns": "Updated state with the URL of the search result under 'url' key."
13+
},
614
"FetchNode": {
715
"description": "Fetches input content from a given URL or file path.",
816
"type": "node",

0 commit comments

Comments
 (0)